summaryrefslogtreecommitdiff
path: root/lang/clisp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* */*: Replace USE_GCC=any with USE_GCC=yesGerald Pfeifer2021-06-041-1/+1
| | | | | | | | | | | | | | | USE_GCC=any has been equivalent to USE_GCC=yes in most cases (such as i386 and amd64 since 12.x and depending on configuration 11.x, most newer installations on other platforms, and 13.x across the board). Since commit 96c17633d90386b5bcf8 Mk/bsd.gcc.mk is treating them as different spellings of the same, so continue the deorbiting of the USE_GCC=any form and simply replace it with USE_GCC=yes. This should not make any functional difference at all. Discussed with: mat, linimon, pkubaj
* Regenerate all distfiles using gitlab as source.Matthias Fechner2021-04-091-3/+3
| | | | | | | | | | | | This regeneration is required as the new gitlab version changed the address and the directory the source files can be downloaded. This commit also applies some small fixes to make sure all ports using gitlab are buildable. Reviewed by: mat Approved by: portmgr Differential Revision: https://reviews.freebsd.org/D29628
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* Correct dependency on `devel/libffcall': clisp(1) actually links toAlexey Dokuchaev2020-10-261-3/+3
| | | | | | `libffcall.so.0' shared library, and will not run if it is missing. PR: 241505
* math/pari: Update 2.11.4 -> 2.13.0Yuri Victorovich2020-10-251-1/+1
| | | | | | Bump 15 depending ports. Reported by: portscout
* Add USES=xorg USES=gl, ports categories lNiclas Zeising2019-11-061-0/+2
| | | | | Add USES=xorg and USES=gl to ports in categories starting with 'l' While here, try to sprinkle other USES (mostly gnome and sdl) as needed.
* onvert to UCL & cleanup pkg-message (categories l-m)Mathieu Arnold2019-08-131-4/+6
|
* Bump PORTREVISION for ports depending on the canonical version of GCCGerald Pfeifer2019-07-261-0/+1
| | | | | | | | | | | | | | | as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3 to GCC 9.1 under most circumstances now after revision 507371. This includes ports - with USE_GCC=yes or USE_GCC=any, - with USES=fortran, - using Mk/bsd.octave.mk which in turn features USES=fortran, and - with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang, c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib plus, everything INDEX-11 shows with a dependency on lang/gcc9 now. PR: 238330
* lang/clisp: Remove BROKEN_ia64Tobias Kortkamp2019-05-251-1/+0
| | | | ia64 support has been gone for a while.
* lang/clisp: fix build with GCC-based architecturesPiotr Kubaj2019-05-171-3/+3
| | | | | | | | | Add -lthr to LDFLAGS on GCC architectures. While here, also add USES=localbase:ldflags. PR: 237524 Approved by: tcberner (mentor)
* New/resurrected port: lang/clispKurt Jaeger2019-04-068-0/+509
| | | | | | | | | | | | | | | | | | | | | | | | | | | ANSI Common Lisp is a high-level, general-purpose programming language. GNU CLISP is a Common Lisp implementation by Bruno Haible of Karlsruhe University and Michael Stoll of Munich University, both in Germany. It mostly supports the Lisp described in the ANSI Common Lisp standard. It runs on most Unix workstations (GNU/Linux, FreeBSD, NetBSD, OpenBSD, Solaris, Tru64, HP-UX, BeOS, NeXTstep, IRIX, AIX and others) and on other systems (Windows NT/2000/XP, Windows 95/98/ME) and needs only 4 MB of RAM. It is Free Software and may be distributed under the terms of GNU GPL, while it is possible to distribute commercial proprietary applications compiled with GNU CLISP. The user interface comes in English, German, French, Spanish, Dutch, Russian and Danish, and can be changed at run time. GNU CLISP includes an interpreter, a compiler, a debugger, CLOS, MOP, a foreign language interface, sockets, i18n, fast bignums and more. An X11 interface is available through CLX, Garnet, CLUE/CLIO. GNU CLISP runs Maxima, ACL2 and many other Common Lisp packages. WWW: http://www.gnu.org/software/clisp/ Submitted by: KIRIYAMA Kazuhiko <kiri@kx.openedu.org>
* Remove expired ports:Rene Ladan2014-07-2810-685/+0
| | | | | | | | | | | | | | | | | | | 2014-07-28 net-im/gtkyahoo: Broken, unmaintained, unstaged, gtk12, i386 only 2014-07-28 devel/cl-cffi-clisp: Depends on deprecated lang/clisp 2014-07-28 devel/cl-alexandria-clisp: Depends on deprecated lang/clisp 2014-07-28 converters/cl-babel-clisp: Depends on deprecated lang/clisp 2014-07-28 devel/cl-infix-clisp: Depends on deprecated lang/clisp 2014-07-28 devel/meta-cvs: Depends on deprecated lang/clisp 2014-07-28 textproc/cl-meta-clisp: Depends on deprecated lang/clisp 2014-07-28 www/cl-lml-clisp: Depends on deprecated lang/clisp 2014-07-28 devel/cl-trivial-features-clisp: Depends on deprecated lang/clisp 2014-07-28 security/cl-md5-clisp: Depends on deprecated lang/clisp 2014-07-28 devel/cl-port-clisp: Depends on deprecated lang/clisp 2014-07-28 textproc/cl-ppcre-clisp: Depends on deprecated lang/clisp 2014-07-28 devel/cl-asdf-clisp: Depends on deprecated lang/clisp 2014-07-28 devel/cl-split-sequence-clisp: Depends on deprecated lang/clisp 2014-07-28 devel/cl-trivial-gray-streams-clisp: Depends on deprecated lang/clisp 2014-07-28 lang/clisp: development has ceased, not staged
* Fix some non default LIB_DEPENDSBaptiste Daroussin2014-07-161-5/+5
| | | | With hat: portmgr
* Modernize LIB_DEPENDSBaptiste Daroussin2014-07-131-2/+2
| | | | With hat: portmgr
* lang/clisp: Unbreak by specifying proper iconvJohn Marino2014-05-291-3/+3
| | | | | | | | | | | | | | | Adding a configure argument for libiconv make clisps build with either libc or libiconv as appropriate. Fix verified on Redports on all supported platforms. PR: ports/187282 Submitted by: Robert Cina Fixed by: marino Approved by: maintainer timeout (due to impending death of port) Approved by: portmgr (implicit) Note that this port is still going to die in a few weeks, so I am not bothering to stage it.
* Mark net-im/pidgin-facebookchat and lang/clisp as deprecated: upstreamMark Linimon2014-04-291-3/+6
| | | | | | | development as ceased. Reset maintainer. Submitted by: former maintainer Approved by: portmgr (antoine)
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | lang)
* - conversion to USES (gettext) and optionsNG frameworkJason Helfman2013-05-071-50/+39
| | | | Approved by: jsa@, portmgr (bapt@)
* - Convert USE_ICONV=yes to USES=iconvMarcus von Appen2013-04-271-1/+1
| | | | | | - Change USE_GNOME=pkgconfig|gnomehack to USES=pathfix|pkgconfig while here Reviewed by: zeising
* Update PCRE to 8.32Martin Matuska2012-12-101-2/+2
| | | | | Introduces the UTF-32 library pcre32 Bump PORTREVISION in dependent ports
* Force numerous ports that fail to build with clang over to instead alwaysMark Linimon2012-10-091-0/+1
| | | | | | | | | | | | | | | | | | | rely on gcc. The patch uses the new USE_GCC=any code in Mk/bsd.gcc.mk to accomplish this. The ports chosen were ports that blocked 2 or more ports from building with clang. (There are several hundred other ports that still fail to build with clang, even with this patch. This is merely one step along the way.) Those interested in fixing these ports with clang, and have clang as their default compiler, can simply set FORCE_BASE_CC_FOR_TESTING=yes. For those who have gcc as their default compiler, this change is believed to cause no change. Hat: portmgr Tested with: multiple runs on amd64-8-exp-bcm and 9-exp-clang, with various combinations of patch/no-patch and flag settings.
* - update png to 1.5.10Dirk Meyer2012-06-011-1/+1
|
* Bump pcre library dependency due to 8.30 updateMartin Matuska2012-02-141-2/+2
|
* Mark broken on powerpc as well as sparc64. (In fact, on all the tier-2s.)Mark Linimon2011-11-101-2/+2
| | | | Hat: portmgr
* - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)Dmitry Marakasov2011-09-231-3/+2
| | | | | | | | | - Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead PR: 157936 Submitted by: myself Exp-runs by: pav Approved by: pav
* - Track dependencies after databases/gdbm updateGabor Kovesdan2011-09-121-2/+2
|
* Swith to using the dynamic modules system.Joseph S. Atkinson2010-11-155-144/+352
| | | | | | | | Fix several options, now all options actually work. Enable ZLIB by default since this requires no extra depends. End support for the ancient ORACLE option. Approved by: wxs (mentor)
* Update my email address to my new @FreeBSD.org addyJoseph S. Atkinson2010-07-251-1/+1
| | | | Approved by: wxs (mentor)
* Update to 2.4.9Wesley Shields2010-07-125-121/+111
| | | | | | | | | | | | Changes can be found here: http://clisp.cvs.sourceforge.net/viewvc/clisp/clisp/src/NEWS?revision=clisp_2_49-2010-07-07 and more in the ChangeLog. The new dynamic modules is not enabled for this port. PR: ports/148512 Submitted by: Joseph S. Atkinson <jsa@wickedmachine.net> (maintainer)
* Mark as broken on sparc64.Mark Linimon2010-06-191-0/+4
| | | | | Hat: portmgr Feature safe: yes
* Bounce PORTREVISION for gettext-related ports. Have fun, ya'll.Ade Lovett2010-05-311-1/+1
|
* Chase devel/libsigsegv shlib bumpJohan van Selst2010-05-271-2/+2
|
* - update to 1.4.1Dirk Meyer2010-03-281-1/+1
| | | | | Reviewed by: exp8 run on pointyhat Supported by: miwi
* - update to jpeg-8Dirk Meyer2010-02-051-0/+1
|
* - Add D-Bus and threads supportDmitry Marakasov2009-11-272-2/+16
| | | | | PR: 140504 Submitted by: "Joseph S. Atkinson" <jsa@wickedmachine.net>
* - Update to 2.48Dmitry Marakasov2009-11-124-10/+30
| | | | | PR: 140282 Submitted by: "Joseph S. Atkinson" <jsa@wickedmachine.net>
* - bump all port that indirectly depends on libjpeg and have not yet been ↵Dirk Meyer2009-07-311-1/+1
| | | | | | bumped or updated Requested by: edwin
* Fix LIB_DEPENDS on devel/readline: its sh lib version was bumped recently fromIon-Mihai Tetcu2009-05-121-1/+2
| | | | | | | 5 to 6. Forgotten by: araujo@ Reported by: QAT
* - Fix build when WITH_PARI is selected.Wesley Shields2009-04-071-1/+1
| | | | | | PR: ports/133386 Submitted by: Peter Jeremy <peterjeremy@optushome.com.au> Approved by: Joseph S. Atkinson <jsatkinson@embarqmail.com> (maintainer)
* - Update to 2.47Martin Wilke2009-02-274-37/+32
| | | | | PR: 131581 Submitted by: maintainer
* - From now on, Joseph S. Atkinson will be mainaining ftp/filezilla andAlejandro Pulver2009-02-071-1/+1
| | | | lang/clisp.
* Bump portrevision due to upgrade of devel/gettext.Edwin Groothuis2008-06-061-0/+1
| | | | | | | | | | The affected ports are the ones with gettext as a run-dependency according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT in Makefile (29 of them). PR: ports/124340 Submitted by: edwin@ Approved by: portmgr (pav)
* - Update to version 2.44.1.Alejandro Pulver2008-04-303-14/+8
| | | | | | | - Remove USE_GCC=3.4 for FreeBSD/i386 7.x (not needed anymore). - Remove wrong mirror (does not have this version). Obtained from: "Joseph S. Atkinson" <jsatkinson@embarqmail.com> (private e-mail)
* - Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORGMartin Wilke2008-03-231-2/+2
| | | | | | - Bump PORTREVISION Approved by: portmgr (xorg cleanup)
* - Chase devel/libsigsegv shlib version bumpPietro Cerutti2008-03-201-3/+4
| | | | Approved by: miwi (mentor)
* - Update to version 2.44.Alejandro Pulver2008-02-154-14/+36
| | | | | | - External ffcall is used instead of bundled one. - Remove BROKEN for 8.x. - Add USE_GCC=3.4 for FreeBSD >= 7.x on i386 (others build with base GCC).
* Mark BROKEN on 8.0: dumps core during buildErwin Lansing2008-01-291-0/+2
|
* - Update to version 2.43.Alejandro Pulver2007-12-118-105/+109
| | | | | | | | | | | | | | - Remove regular expression to correct PORTVERSION for MASTER_SITES/WRKSRC. - Define USE_GHOSTSCRIPT_BUILD instead of using BUILD_DEPENDS. - Remove NOT_FOR_ARCHS=ia64 (should work now). - Use HAS_CONFIGURE instead of GNU_CONFIGURE to avoid workarouds for removing automatically added but unrecognized configure options. - Add GDBM, GTK2 and SVM options (for new modules). - Add pkg-message to note that Vim/Emacs syntax files install in DATADIR. - Remove USE_GCC=3.4 since it now builds with GCC 4.x. - Increase base BDB version (now supports 4.3-4.6, not 4.2 anymore). - Remove BROKEN when PARI module was enabled, since it doesn't segfault now. - Remove post-configure target because the main configure includes those steps.
* - Use GCC 3.4 to build in FreeBSD >= 7 since it fails with GCC 4.x (the reasonAlejandro Pulver2007-11-301-2/+3
| | | | | | | | and a proper fix will be evaluated later, together with the 2.42 update). PR: ports/117783 Submitted by: NIIMI Satoshi <sa2c@sa2c.net> Approved by: portmgr (linimon)
* - Only mark BROKEN when PACKAGE_BUILDING, since the failure seems related toAlejandro Pulver2007-10-241-2/+2
| | | | | pointyhat (a user reported success). - Change BROKEN message accordingly.