summaryrefslogtreecommitdiff
path: root/lang/clisp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* - Update to 2.33.2Sergey Matveychuk2005-03-067-144/+58
| | | | | | | - Unorphaning the port PR: ports/77624 Submitted by: Jakub Rehor <jakub@rehor.net>
* - Really fix build under localePav Lucistnik2005-02-141-1/+8
| | | | Submitted by: Clemens Fischer <ino-qc@spotteswoode.de.eu.org>
* - Fix build on Unicode locales by forcing LANG=CPav Lucistnik2005-01-291-1/+1
| | | | | PR: ports/76585 Submitted by: clemens fischer <ino-qc@spotteswoode.dnsalias.org>
* Does not compile on alphaKris Kennaway2005-01-021-1/+7
| | | | Approved by: portmgr (self)
* Clean up handling of locale directories at deinstall-time:Kris Kennaway2004-12-161-2/+0
| | | | | * Don't remove "system directories" (which were created by BSD.*.dist) * Silently try to remove locale directories which we might have created
* Reset bouncing maintainer address:Kris Kennaway2004-12-061-1/+1
| | | | | | <henrik.motakef@web.de>: host mx-ha01.web.de[217.72.192.149] said: 550 <henrik.motakef@web.de> Benutzer nicht bekannt/User unknown (in reply to RCPT TO command)
* SIZEify (maintainer timeout)Trevor Johnson2004-03-311-0/+1
|
* - Use USE_ICONV knobKirill Ponomarev2004-03-301-2/+1
| | | | Approved by: portmgr
* Add USE_GETTEXT and bump PORTREVISION.Joe Marcus Clarke2004-02-041-3/+3
| | | | | Submitted by: trevor Tested by: bento
* Now gettext 0.12.1 is gettext-old.Trevor Johnson2004-01-231-1/+1
|
* Bump the PORTREVISION for the ports directly affected by the gettext upgrade.Joe Marcus Clarke2003-08-261-0/+1
| | | | Prodded by: kris
* Chase the libintl.so shared lib version.Joe Marcus Clarke2003-08-251-1/+1
|
* Put back USE_GCC=2.95:Tilman Keskinoz2003-05-191-0/+1
| | | | | | | | | | | | | There are some problems with lang/clisp when it's compiled with GCC 3: - The foreign function interface (i.e. loading C libraries) doesn't work. This breaks devel/meta-cvs, among other things - A readline-related issue makes CLISP crash when a user hits TAB under some circumstances PR: 52407 Submitted by: maintainer
* Add missing filesKris Kennaway2003-02-221-0/+2
|
* De-pkg-comment.Akinori MUSHA2003-02-212-1/+1
|
* upgrade to 2.30Ying-Chieh Liao2003-01-085-34/+44
| | | | | | | pass maintainership PR: 46843 Submitted by: Henrik Motakef <henrik.motakef@web.de> (new maintainer)
* Add USE_GCC=2.95, since the build dumps core with gcc 3.xTilman Keskinoz2002-11-081-0/+1
| | | | | PR: 39189 Submitted by: Stanislav Grozev <tacho@factline.com>
* Update to 2.28Kevin Lo2002-06-284-12/+22
| | | | | PR: 39898 Submitted by: MAINTAINER
* Remove dead MASTER_SITESPatrick Li2002-02-071-2/+1
| | | | | PR: 34703 Submitted by: maintainer
* Commit after maintainer timeout:Jacques Vidrine2002-01-122-1/+5
| | | | | Enable POSIX and REGEXP packages. The latter is available with the `full' linking set, e.g. `clisp -K full'.
* Update to 2.27.Akinori MUSHA2001-09-014-29/+11
| | | | | | | | | PR: ports/30138 Submitted by: Jeff Brown <jabrown@ipn.caida.org> (MAINTAINER) Since both of the two master sites were unreachable, I added MASTER_SITE_SOURCEFORGE to the MASTER_SITES, which sites had the distfile fortunately.
* Use proper POSIX syntax for `chown'.David E. O'Brien2001-06-011-3/+3
|
* upgrade to 2.25.1Ying-Chieh Liao2001-05-195-42/+46
| | | | | PR: 27373 Submitted by: maintainer
* Easier to read patchMichael Haro2001-04-031-33/+19
|
* fix so (socket-server) of clisp does creates a socketMichael Haro2001-04-031-0/+33
| | | | | PR: 20793 Submitted by: Serguei Soltan <ssoltan@usa.net>
* Make these COMMENT files conform to Handbook standard.Will Andrews2000-08-111-1/+1
| | | | | PR: 20269 Submitted by: Ports Fury
* ftp.cdrom.com -> ftp.freesoftware.com, adjusting paths as I go.Bill Fumerola2000-05-141-1/+1
|
* Update to version 2000.03.06.Steve Price2000-05-013-7/+15
| | | | | PR: 17534 Submitted by: maintainer
* Convert to the PORTNAME - PORTVERSION syntax.David E. O'Brien2000-04-121-3/+3
|
* Initial import of clisp-1999.07.22.R. Imura2000-02-136-0/+180
This is CLISP - an ANSI Common Lisp. PR: 16542 Submitted by: Jeff Brown <jabrown@caida.org>