aboutsummaryrefslogtreecommitdiff
path: root/lang/clisp
Commit message (Collapse)AuthorAgeFilesLines
* 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 Notes: svn path=/head/; revision=553323
* math/pari: Update 2.11.4 -> 2.13.0Yuri Victorovich2020-10-251-1/+1
| | | | | | | | | Bump 15 depending ports. Reported by: portscout Notes: svn path=/head/; revision=553237
* 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. Notes: svn path=/head/; revision=516915
* onvert to UCL & cleanup pkg-message (categories l-m)Mathieu Arnold2019-08-131-4/+6
| | | | Notes: svn path=/head/; revision=508882
* 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 Notes: svn path=/head/; revision=507372
* lang/clisp: Remove BROKEN_ia64Tobias Kortkamp2019-05-251-1/+0
| | | | | | | ia64 support has been gone for a while. Notes: svn path=/head/; revision=502569
* 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) Notes: svn path=/head/; revision=501883
* 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> Notes: svn path=/head/; revision=498199
* 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 Notes: svn path=/head/; revision=363198
* Fix some non default LIB_DEPENDSBaptiste Daroussin2014-07-161-5/+5
| | | | | | | With hat: portmgr Notes: svn path=/head/; revision=362049
* Modernize LIB_DEPENDSBaptiste Daroussin2014-07-131-2/+2
| | | | | | | With hat: portmgr Notes: svn path=/head/; revision=361728
* 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. Notes: svn path=/head/; revision=355678
* 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) Notes: svn path=/head/; revision=352565
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | lang) Notes: svn path=/head/; revision=327741
* - conversion to USES (gettext) and optionsNG frameworkJason Helfman2013-05-071-50/+39
| | | | | | | Approved by: jsa@, portmgr (bapt@) Notes: svn path=/head/; revision=317572
* - 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 Notes: svn path=/head/; revision=316662
* Update PCRE to 8.32Martin Matuska2012-12-101-2/+2
| | | | | | | | Introduces the UTF-32 library pcre32 Bump PORTREVISION in dependent ports Notes: svn path=/head/; revision=308630
* 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. Notes: svn path=/head/; revision=305610
* - update png to 1.5.10Dirk Meyer2012-06-011-1/+1
| | | | Notes: svn path=/head/; revision=297915
* Bump pcre library dependency due to 8.30 updateMartin Matuska2012-02-141-2/+2
| | | | Notes: svn path=/head/; revision=291338
* Mark broken on powerpc as well as sparc64. (In fact, on all the tier-2s.)Mark Linimon2011-11-101-2/+2
| | | | | | | Hat: portmgr Notes: svn path=/head/; revision=285419
* - 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 Notes: svn path=/head/; revision=282282
* - Track dependencies after databases/gdbm updateGabor Kovesdan2011-09-121-2/+2
| | | | Notes: svn path=/head/; revision=281668
* 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) Notes: svn path=/head/; revision=264546
* Update my email address to my new @FreeBSD.org addyJoseph S. Atkinson2010-07-251-1/+1
| | | | | | | Approved by: wxs (mentor) Notes: svn path=/head/; revision=258222
* 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) Notes: svn path=/head/; revision=257694
* Mark as broken on sparc64.Mark Linimon2010-06-191-0/+4
| | | | | | | | Hat: portmgr Feature safe: yes Notes: svn path=/head/; revision=256698
* Bounce PORTREVISION for gettext-related ports. Have fun, ya'll.Ade Lovett2010-05-311-1/+1
| | | | Notes: svn path=/head/; revision=255371
* Chase devel/libsigsegv shlib bumpJohan van Selst2010-05-271-2/+2
| | | | Notes: svn path=/head/; revision=255188
* - update to 1.4.1Dirk Meyer2010-03-281-1/+1
| | | | | | | | Reviewed by: exp8 run on pointyhat Supported by: miwi Notes: svn path=/head/; revision=251605
* - update to jpeg-8Dirk Meyer2010-02-051-0/+1
| | | | Notes: svn path=/head/; revision=249285
* - Add D-Bus and threads supportDmitry Marakasov2009-11-272-2/+16
| | | | | | | | PR: 140504 Submitted by: "Joseph S. Atkinson" <jsa@wickedmachine.net> Notes: svn path=/head/; revision=244854
* - Update to 2.48Dmitry Marakasov2009-11-124-10/+30
| | | | | | | | PR: 140282 Submitted by: "Joseph S. Atkinson" <jsa@wickedmachine.net> Notes: svn path=/head/; revision=244138
* - 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 Notes: svn path=/head/; revision=238701
* 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 Notes: svn path=/head/; revision=233764
* - 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) Notes: svn path=/head/; revision=231836
* - Update to 2.47Martin Wilke2009-02-274-37/+32
| | | | | | | | PR: 131581 Submitted by: maintainer Notes: svn path=/head/; revision=229148
* - From now on, Joseph S. Atkinson will be mainaining ftp/filezilla andAlejandro Pulver2009-02-071-1/+1
| | | | | | | lang/clisp. Notes: svn path=/head/; revision=227765
* 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) Notes: svn path=/head/; revision=214430
* - 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) Notes: svn path=/head/; revision=212306
* - 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) Notes: svn path=/head/; revision=209620
* - Chase devel/libsigsegv shlib version bumpPietro Cerutti2008-03-201-3/+4
| | | | | | | Approved by: miwi (mentor) Notes: svn path=/head/; revision=209456
* - 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). Notes: svn path=/head/; revision=207268
* Mark BROKEN on 8.0: dumps core during buildErwin Lansing2008-01-291-0/+2
| | | | Notes: svn path=/head/; revision=206405
* - 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. Notes: svn path=/head/; revision=203044
* - 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) Notes: svn path=/head/; revision=202869
* - 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. Notes: svn path=/head/; revision=201867
* - Set --mandir and --infodir in CONFIGURE_ARGS if the configure scriptRong-En Fan2007-07-231-1/+1
| | | | | | | | | | | | | | | | | | | | | supports them. This is determined by running ``configure --help'' in do-configure target and set the shell variable _LATE_CONFIGURE_ARGS which is then passed to CONFIGURE_ARGS. - Remove --mandir and --infodir in ports' Makefile where applicable Few ports use REINPLACE_CMD to achieve the same effect, remove them too. - Correct some manual pages location from PREFIX/man to MANPREFIX/man - Define INFO_PATH where necessary - Document that .info files are installed in a subdirectory relative to PREFIX/INFO_PATH and slightly change add-plist-info to use INFO_PATH and subdirectory detection. PR: ports/111470 Approved by: portmgr Discussed with: stas (Mk/*), gerald (info related stuffs) Tested by: pointyhat exp run Notes: svn path=/head/; revision=196111