The FreeBSD Ports Archive
FreeBSD lang : clisp4>
A Common Lisp implementation
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.
http://clisp.cons.org/
|
clisp history
v. 1.50
date: 2007/12/11 21:23:42; author: alepulver; state: Exp; lines: +61 -52
- Update to version 2.43.
- 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.
v. 1.49
date: 2007/11/30 21:23:11; author: alepulver; state: Exp; lines: +3 -2
- Use GCC 3.4 to build in FreeBSD >= 7 since it fails with GCC 4.x (the reason
and a proper fix will be evaluated later, together with the 2.42 update).
PR: ports/117783
Submitted by: NIIMI Satoshi
Approved by: portmgr (linimon)
v. 1.48
date: 2007/10/24 00:43:50; author: alepulver; state: Exp; lines: +2 -2
- Only mark BROKEN when PACKAGE_BUILDING, since the failure seems related to
pointyhat (a user reported success).
- Change BROKEN message accordingly.
v. 1.47
date: 2007/07/23 09:36:03; author: rafan; state: Exp; lines: +1 -1
- Set --mandir and --infodir in CONFIGURE_ARGS if the configure script
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
v. 1.46
date: 2007/06/05 04:38:38; author: alepulver; state: Exp; lines: +4 -0
- Mark BROKEN for FreeBSD 7.x (coredumps).
Reported by: pointyhat
v. 1.45
date: 2007/05/19 20:13:33; author: flz; state: Exp; lines: +1 -0
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
v. 1.44
date: 2007/05/03 21:04:53; author: alepulver; state: Exp; lines: +3 -3
- Update to version 2.41a.
v. 1.43
date: 2007/01/13 02:05:57; author: alepulver; state: Exp; lines: +3 -4
- Add NOT_FOR_ARCHS=ia64 (is not supported by the application).
- Make BROKEN message when enabling PARI option more clear.
Reported by: pointyhat
v. 1.42
date: 2006/12/07 04:29:03; author: alepulver; state: Exp; lines: +5 -4
- Update to version 2.41.
- Add more MASTER_SITES.
v. 1.41
date: 2006/06/29 17:31:11; author: alepulver; state: Exp; lines: +2 -0
- Add CFLAGS to the CFLAGS internal variable of clisp, which fixes building a
dependency (devel/meta-cvs). This fix was accidentaly removed by me when
committing the last fix.
Reported by: shaun
v. 1.40
date: 2006/06/28 22:04:01; author: alepulver; state: Exp; lines: +115 -24
- Take maintainership.
- Add OPTIONS and support for modules.
- Fix building on non-i386.
- Fix building on FreeBSD 4.X.
v. 1.39
date: 2006/06/02 08:56:14; author: vd; state: Exp; lines: +4 -1
Fix CFLAGS to make devel/meta-cvs buildable
PR: ports/94456
Submitted by: Shaun Amott
v. 1.38
date: 2006/04/22 22:13:39; author: kris; state: Exp; lines: +5 -0
BROKEN on amd64, ia64 and 4.x: Does not build
v. 1.37
date: 2006/03/15 13:34:12; author: mnag; state: Exp; lines: +4 -4
- Drop maintainership
- portlint(1)
PR: 93874
Submitted by: maintainer
v. 1.36
date: 2006/02/07 11:14:59; author: barner; state: Exp; lines: +1 -1
- Avoid recursive variable definition
Submitted by: pfgshield-freebsd@yahoo.com (maintainer)
v. 1.35
date: 2006/02/05 23:42:57; author: barner; state: Exp; lines: +2 -3
- Update to 2.38
Submitted by: Jakub Rehor (maintainer)
PR: ports/92831
v. 1.34
date: 2006/01/19 12:53:20; author: tdb; state: Exp; lines: +0 -2
- Fix distinfo and unbreak.
- Distfile rerolled, changes as follows (full diff is ~500 lines):
Change version number from 2.36 to 2.37
configure.in contains a few changes like this:
-AC_MSG_NOTICE([ * Berkeley-DB (Tools):])
+AC_MSG_NOTICE([ * Berkeley-DB (Tools)])
PR: 91739
Submitted by: Andreas Eder
Approved by: maintainer
v. 1.33
date: 2006/01/14 09:12:45; author: kris; state: Exp; lines: +2 -0
BROKEN: Size mismatch
v. 1.32
date: 2006/01/03 04:43:41; author: edwin; state: Exp; lines: +1 -1
[maintainer-update] lang/clisp to version 2.37
Update port to latest upstream version.
PR: ports/91253
Submitted by: Jakub Rehor
v. 1.31
date: 2005/12/22 18:23:47; author: garga; state: Exp; lines: +3 -3
- Update to 2.36
PR: ports/90781
Submitted by: maintainer
v. 1.30
date: 2005/10/28 22:44:44; author: kris; state: Exp; lines: +4 -0
BROKEN on amd64 and ia64: Does not compile
v. 1.29
date: 2005/09/10 03:26:42; author: lawrance; state: Exp; lines: +2 -1
Add missing build dependency (needs dvipdf from ghostscript)
Reported by: kris
v. 1.28
date: 2005/09/06 03:32:47; author: lawrance; state: Exp; lines: +2 -2
Disable the clisp X module at the request of the maintainer, until he
sorts out the options and dependencies.
Bump PORTREVISION.
PR: ports/85723
Submitted by: Jakub Rehor (maintainer)
v. 1.27
date: 2005/09/04 04:49:53; author: lawrance; state: Exp; lines: +8 -13
Update to 2.35
From submitter:
* Unmark BROKEN for 64-bit architectures: developers report that it works fine
(not tested, I only have i386).
* Instead of patching makemake.in, specify correct location of mandir via
./makemake option.
* Add build dependency on libsigsegv for better garbage collection.
* Update pkg-descr per request from developers.
PR: ports/85677
Submitted by: Jakub Rehor (maintainer)
v. 1.26
date: 2005/04/06 07:53:58; author: flz; state: Exp; lines: +6 -6
- Fix packing list.
- Mark BROKEN for 64bits architectures.
PR: ports/79438
Submitted by: Matthew X. Economou
Approved by: maintainer
v. 1.25
date: 2005/03/26 19:35:31; author: kris; state: Exp; lines: +2 -0
BROKEN: Incomplete pkg-plist
Approved by: portmgr (self)
v. 1.24
date: 2005/03/06 21:22:01; author: sem; state: Exp; lines: +9 -55
- Update to 2.33.2
- Unorphaning the port
PR: ports/77624
Submitted by: Jakub Rehor
v. 1.23
date: 2005/02/14 16:02:56; author: pav; state: Exp; lines: +8 -1
- Really fix build under locale
Submitted by: Clemens Fischer
v. 1.22
date: 2005/01/29 23:02:44; author: pav; state: Exp; lines: +1 -1
- Fix build on Unicode locales by forcing LANG=C
PR: ports/76585
Submitted by: clemens fischer
v. 1.21
date: 2005/01/02 00:46:39; author: kris; state: Exp; lines: +7 -1
Does not compile on alpha
Approved by: portmgr (self)
v. 1.20
date: 2004/12/06 07:19:13; author: kris; state: Exp; lines: +1 -1
Reset bouncing maintainer address:
: host mx-ha01.web.de[217.72.192.149] said: 550
Benutzer nicht bekannt/User unknown (in reply to
RCPT TO command)
v. 1.19
date: 2004/03/30 19:20:20; author: krion; state: Exp; lines: +1 -2
- Use USE_ICONV knob
Approved by: portmgr
v. 1.18
date: 2004/02/04 04:36:05; author: marcus; state: Exp; lines: +3 -3
Add USE_GETTEXT and bump PORTREVISION.
Submitted by: trevor
Tested by: bento
v. 1.17
date: 2004/01/23 18:12:00; author: trevor; state: Exp; lines: +1 -1
Now gettext 0.12.1 is gettext-old.
v. 1.16
date: 2003/08/26 20:25:46; author: marcus; state: Exp; lines: +1 -0
Bump the PORTREVISION for the ports directly affected by the gettext upgrade.
Prodded by: kris
v. 1.15
date: 2003/08/25 05:41:28; author: marcus; state: Exp; lines: +1 -1
Chase the libintl.so shared lib version.
v. 1.14
date: 2003/05/19 12:31:00; author: arved; state: Exp; lines: +1 -0
Put back USE_GCC=2.95:
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
v. 1.13
date: 2003/02/21 12:34:58; author: knu; state: Exp; lines: +1 -0
De-pkg-comment.
v. 1.12
date: 2003/01/08 10:32:40; author: ijliao; state: Exp; lines: +6 -5
upgrade to 2.30
pass maintainership
PR: 46843
Submitted by: Henrik Motakef (new maintainer)
v. 1.11
date: 2002/11/08 20:44:56; author: arved; state: Exp; lines: +1 -0
Add USE_GCC=2.95, since the build dumps core with gcc 3.x
PR: 39189
Submitted by: Stanislav Grozev
v. 1.10
date: 2002/06/28 08:23:03; author: kevlo; state: Exp; lines: +10 -2
Update to 2.28
PR: 39898
Submitted by: MAINTAINER
v. 1.9
date: 2002/02/07 21:11:10; author: pat; state: Exp; lines: +1 -2
Remove dead MASTER_SITES
PR: 34703
Submitted by: maintainer
v. 1.8
date: 2002/01/12 01:20:02; author: nectar; state: Exp; lines: +2 -2
Commit after maintainer timeout:
Enable POSIX and REGEXP packages. The latter is available with the
`full' linking set, e.g. `clisp -K full'.
v. 1.7
date: 2001/09/01 05:38:27; author: knu; state: Exp; lines: +8 -6
Update to 2.27.
PR: ports/30138
Submitted by: Jeff Brown (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.
v. 1.6
date: 2001/06/01 06:04:57; author: obrien; state: Exp; lines: +4 -4
Use proper POSIX syntax for `chown'.
v. 1.5
date: 2001/05/19 19:03:34; author: ijliao; state: Exp; lines: +21 -24
upgrade to 2.25.1
PR: 27373
Submitted by: maintainer
v. 1.4
date: 2000/05/14 05:40:46; author: billf; state: Exp; lines: +2 -2
ftp.cdrom.com -> ftp.freesoftware.com, adjusting paths as I go.
v. 1.3
date: 2000/05/01 01:44:38; author: steve; state: Exp; lines: +10 -7
Update to version 2000.03.06.
PR: 17534
Submitted by: maintainer
v. 1.2
date: 2000/04/12 06:17:59; author: obrien; state: Exp; lines: +4 -4
Convert to the PORTNAME - PORTVERSION syntax.
v. 1.1
date: 2000/02/13 02:18:15; author: imura; state: Exp;
Initial import of clisp-1999.07.22.
This is CLISP - an ANSI Common Lisp.
PR: 16542
Submitted by: Jeff Brown
=============================================================================
v. 1.50
date: 2007/12/11 21:23:42; author: alepulver; state: Exp; lines: +61 -52
- Update to version 2.43.
- 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.
v. 1.49
date: 2007/11/30 21:23:11; author: alepulver; state: Exp; lines: +3 -2
- Use GCC 3.4 to build in FreeBSD >= 7 since it fails with GCC 4.x (the reason
and a proper fix will be evaluated later, together with the 2.42 update).
PR: ports/117783
Submitted by: NIIMI Satoshi
Approved by: portmgr (linimon)
v. 1.48
date: 2007/10/24 00:43:50; author: alepulver; state: Exp; lines: +2 -2
- Only mark BROKEN when PACKAGE_BUILDING, since the failure seems related to
pointyhat (a user reported success).
- Change BROKEN message accordingly.
v. 1.47
date: 2007/07/23 09:36:03; author: rafan; state: Exp; lines: +1 -1
- Set --mandir and --infodir in CONFIGURE_ARGS if the configure script
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
v. 1.46
date: 2007/06/05 04:38:38; author: alepulver; state: Exp; lines: +4 -0
- Mark BROKEN for FreeBSD 7.x (coredumps).
Reported by: pointyhat
v. 1.45
date: 2007/05/19 20:13:33; author: flz; state: Exp; lines: +1 -0
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
v. 1.44
date: 2007/05/03 21:04:53; author: alepulver; state: Exp; lines: +3 -3
- Update to version 2.41a.
v. 1.43
date: 2007/01/13 02:05:57; author: alepulver; state: Exp; lines: +3 -4
- Add NOT_FOR_ARCHS=ia64 (is not supported by the application).
- Make BROKEN message when enabling PARI option more clear.
Reported by: pointyhat
v. 1.42
date: 2006/12/07 04:29:03; author: alepulver; state: Exp; lines: +5 -4
- Update to version 2.41.
- Add more MASTER_SITES.
v. 1.41
date: 2006/06/29 17:31:11; author: alepulver; state: Exp; lines: +2 -0
- Add CFLAGS to the CFLAGS internal variable of clisp, which fixes building a
dependency (devel/meta-cvs). This fix was accidentaly removed by me when
committing the last fix.
Reported by: shaun
v. 1.40
date: 2006/06/28 22:04:01; author: alepulver; state: Exp; lines: +115 -24
- Take maintainership.
- Add OPTIONS and support for modules.
- Fix building on non-i386.
- Fix building on FreeBSD 4.X.
v. 1.39
date: 2006/06/02 08:56:14; author: vd; state: Exp; lines: +4 -1
Fix CFLAGS to make devel/meta-cvs buildable
PR: ports/94456
Submitted by: Shaun Amott
v. 1.38
date: 2006/04/22 22:13:39; author: kris; state: Exp; lines: +5 -0
BROKEN on amd64, ia64 and 4.x: Does not build
v. 1.37
date: 2006/03/15 13:34:12; author: mnag; state: Exp; lines: +4 -4
- Drop maintainership
- portlint(1)
PR: 93874
Submitted by: maintainer
v. 1.36
date: 2006/02/07 11:14:59; author: barner; state: Exp; lines: +1 -1
- Avoid recursive variable definition
Submitted by: pfgshield-freebsd@yahoo.com (maintainer)
v. 1.35
date: 2006/02/05 23:42:57; author: barner; state: Exp; lines: +2 -3
- Update to 2.38
Submitted by: Jakub Rehor (maintainer)
PR: ports/92831
v. 1.34
date: 2006/01/19 12:53:20; author: tdb; state: Exp; lines: +0 -2
- Fix distinfo and unbreak.
- Distfile rerolled, changes as follows (full diff is ~500 lines):
Change version number from 2.36 to 2.37
configure.in contains a few changes like this:
-AC_MSG_NOTICE([ * Berkeley-DB (Tools):])
+AC_MSG_NOTICE([ * Berkeley-DB (Tools)])
PR: 91739
Submitted by: Andreas Eder
Approved by: maintainer
v. 1.33
date: 2006/01/14 09:12:45; author: kris; state: Exp; lines: +2 -0
BROKEN: Size mismatch
v. 1.32
date: 2006/01/03 04:43:41; author: edwin; state: Exp; lines: +1 -1
[maintainer-update] lang/clisp to version 2.37
Update port to latest upstream version.
PR: ports/91253
Submitted by: Jakub Rehor
v. 1.31
date: 2005/12/22 18:23:47; author: garga; state: Exp; lines: +3 -3
- Update to 2.36
PR: ports/90781
Submitted by: maintainer
v. 1.30
date: 2005/10/28 22:44:44; author: kris; state: Exp; lines: +4 -0
BROKEN on amd64 and ia64: Does not compile
v. 1.29
date: 2005/09/10 03:26:42; author: lawrance; state: Exp; lines: +2 -1
Add missing build dependency (needs dvipdf from ghostscript)
Reported by: kris
v. 1.28
date: 2005/09/06 03:32:47; author: lawrance; state: Exp; lines: +2 -2
Disable the clisp X module at the request of the maintainer, until he
sorts out the options and dependencies.
Bump PORTREVISION.
PR: ports/85723
Submitted by: Jakub Rehor (maintainer)
v. 1.27
date: 2005/09/04 04:49:53; author: lawrance; state: Exp; lines: +8 -13
Update to 2.35
From submitter:
* Unmark BROKEN for 64-bit architectures: developers report that it works fine
(not tested, I only have i386).
* Instead of patching makemake.in, specify correct location of mandir via
./makemake option.
* Add build dependency on libsigsegv for better garbage collection.
* Update pkg-descr per request from developers.
PR: ports/85677
Submitted by: Jakub Rehor (maintainer)
v. 1.26
date: 2005/04/06 07:53:58; author: flz; state: Exp; lines: +6 -6
- Fix packing list.
- Mark BROKEN for 64bits architectures.
PR: ports/79438
Submitted by: Matthew X. Economou
Approved by: maintainer
v. 1.25
date: 2005/03/26 19:35:31; author: kris; state: Exp; lines: +2 -0
BROKEN: Incomplete pkg-plist
Approved by: portmgr (self)
v. 1.24
date: 2005/03/06 21:22:01; author: sem; state: Exp; lines: +9 -55
- Update to 2.33.2
- Unorphaning the port
PR: ports/77624
Submitted by: Jakub Rehor
v. 1.23
date: 2005/02/14 16:02:56; author: pav; state: Exp; lines: +8 -1
- Really fix build under locale
Submitted by: Clemens Fischer
v. 1.22
date: 2005/01/29 23:02:44; author: pav; state: Exp; lines: +1 -1
- Fix build on Unicode locales by forcing LANG=C
PR: ports/76585
Submitted by: clemens fischer
v. 1.21
date: 2005/01/02 00:46:39; author: kris; state: Exp; lines: +7 -1
Does not compile on alpha
Approved by: portmgr (self)
v. 1.20
date: 2004/12/06 07:19:13; author: kris; state: Exp; lines: +1 -1
Reset bouncing maintainer address:
: host mx-ha01.web.de[217.72.192.149] said: 550
Benutzer nicht bekannt/User unknown (in reply to
RCPT TO command)
v. 1.19
date: 2004/03/30 19:20:20; author: krion; state: Exp; lines: +1 -2
- Use USE_ICONV knob
Approved by: portmgr
v. 1.18
date: 2004/02/04 04:36:05; author: marcus; state: Exp; lines: +3 -3
Add USE_GETTEXT and bump PORTREVISION.
Submitted by: trevor
Tested by: bento
v. 1.17
date: 2004/01/23 18:12:00; author: trevor; state: Exp; lines: +1 -1
Now gettext 0.12.1 is gettext-old.
v. 1.16
date: 2003/08/26 20:25:46; author: marcus; state: Exp; lines: +1 -0
Bump the PORTREVISION for the ports directly affected by the gettext upgrade.
Prodded by: kris
v. 1.15
date: 2003/08/25 05:41:28; author: marcus; state: Exp; lines: +1 -1
Chase the libintl.so shared lib version.
v. 1.14
date: 2003/05/19 12:31:00; author: arved; state: Exp; lines: +1 -0
Put back USE_GCC=2.95:
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
v. 1.13
date: 2003/02/21 12:34:58; author: knu; state: Exp; lines: +1 -0
De-pkg-comment.
v. 1.12
date: 2003/01/08 10:32:40; author: ijliao; state: Exp; lines: +6 -5
upgrade to 2.30
pass maintainership
PR: 46843
Submitted by: Henrik Motakef (new maintainer)
v. 1.11
date: 2002/11/08 20:44:56; author: arved; state: Exp; lines: +1 -0
Add USE_GCC=2.95, since the build dumps core with gcc 3.x
PR: 39189
Submitted by: Stanislav Grozev
v. 1.10
date: 2002/06/28 08:23:03; author: kevlo; state: Exp; lines: +10 -2
Update to 2.28
PR: 39898
Submitted by: MAINTAINER
v. 1.9
date: 2002/02/07 21:11:10; author: pat; state: Exp; lines: +1 -2
Remove dead MASTER_SITES
PR: 34703
Submitted by: maintainer
v. 1.8
date: 2002/01/12 01:20:02; author: nectar; state: Exp; lines: +2 -2
Commit after maintainer timeout:
Enable POSIX and REGEXP packages. The latter is available with the
`full' linking set, e.g. `clisp -K full'.
v. 1.7
date: 2001/09/01 05:38:27; author: knu; state: Exp; lines: +8 -6
Update to 2.27.
PR: ports/30138
Submitted by: Jeff Brown (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.
v. 1.6
date: 2001/06/01 06:04:57; author: obrien; state: Exp; lines: +4 -4
Use proper POSIX syntax for `chown'.
v. 1.5
date: 2001/05/19 19:03:34; author: ijliao; state: Exp; lines: +21 -24
upgrade to 2.25.1
PR: 27373
Submitted by: maintainer
v. 1.4
date: 2000/05/14 05:40:46; author: billf; state: Exp; lines: +2 -2
ftp.cdrom.com -> ftp.freesoftware.com, adjusting paths as I go.
v. 1.3
date: 2000/05/01 01:44:38; author: steve; state: Exp; lines: +10 -7
Update to version 2000.03.06.
PR: 17534
Submitted by: maintainer
v. 1.2
date: 2000/04/12 06:17:59; author: obrien; state: Exp; lines: +4 -4
Convert to the PORTNAME - PORTVERSION syntax.
v. 1.1
date: 2000/02/13 02:18:15; author: imura; state: Exp;
Initial import of clisp-1999.07.22.
This is CLISP - an ANSI Common Lisp.
PR: 16542
Submitted by: Jeff Brown
=============================================================================
v. 1.50
date: 2007/12/11 21:23:42; author: alepulver; state: Exp; lines: +61 -52
- Update to version 2.43.
- 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.
v. 1.49
date: 2007/11/30 21:23:11; author: alepulver; state: Exp; lines: +3 -2
- Use GCC 3.4 to build in FreeBSD >= 7 since it fails with GCC 4.x (the reason
and a proper fix will be evaluated later, together with the 2.42 update).
PR: ports/117783
Submitted by: NIIMI Satoshi
Approved by: portmgr (linimon)
v. 1.48
date: 2007/10/24 00:43:50; author: alepulver; state: Exp; lines: +2 -2
- Only mark BROKEN when PACKAGE_BUILDING, since the failure seems related to
pointyhat (a user reported success).
- Change BROKEN message accordingly.
v. 1.47
date: 2007/07/23 09:36:03; author: rafan; state: Exp; lines: +1 -1
- Set --mandir and --infodir in CONFIGURE_ARGS if the configure script
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
v. 1.46
date: 2007/06/05 04:38:38; author: alepulver; state: Exp; lines: +4 -0
- Mark BROKEN for FreeBSD 7.x (coredumps).
Reported by: pointyhat
v. 1.45
date: 2007/05/19 20:13:33; author: flz; state: Exp; lines: +1 -0
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
v. 1.44
date: 2007/05/03 21:04:53; author: alepulver; state: Exp; lines: +3 -3
- Update to version 2.41a.
v. 1.43
date: 2007/01/13 02:05:57; author: alepulver; state: Exp; lines: +3 -4
- Add NOT_FOR_ARCHS=ia64 (is not supported by the application).
- Make BROKEN message when enabling PARI option more clear.
Reported by: pointyhat
v. 1.42
date: 2006/12/07 04:29:03; author: alepulver; state: Exp; lines: +5 -4
- Update to version 2.41.
- Add more MASTER_SITES.
v. 1.41
date: 2006/06/29 17:31:11; author: alepulver; state: Exp; lines: +2 -0
- Add CFLAGS to the CFLAGS internal variable of clisp, which fixes building a
dependency (devel/meta-cvs). This fix was accidentaly removed by me when
committing the last fix.
Reported by: shaun
v. 1.40
date: 2006/06/28 22:04:01; author: alepulver; state: Exp; lines: +115 -24
- Take maintainership.
- Add OPTIONS and support for modules.
- Fix building on non-i386.
- Fix building on FreeBSD 4.X.
v. 1.39
date: 2006/06/02 08:56:14; author: vd; state: Exp; lines: +4 -1
Fix CFLAGS to make devel/meta-cvs buildable
PR: ports/94456
Submitted by: Shaun Amott
v. 1.38
date: 2006/04/22 22:13:39; author: kris; state: Exp; lines: +5 -0
BROKEN on amd64, ia64 and 4.x: Does not build
v. 1.37
date: 2006/03/15 13:34:12; author: mnag; state: Exp; lines: +4 -4
- Drop maintainership
- portlint(1)
PR: 93874
Submitted by: maintainer
v. 1.36
date: 2006/02/07 11:14:59; author: barner; state: Exp; lines: +1 -1
- Avoid recursive variable definition
Submitted by: pfgshield-freebsd@yahoo.com (maintainer)
v. 1.35
date: 2006/02/05 23:42:57; author: barner; state: Exp; lines: +2 -3
- Update to 2.38
Submitted by: Jakub Rehor (maintainer)
PR: ports/92831
v. 1.34
date: 2006/01/19 12:53:20; author: tdb; state: Exp; lines: +0 -2
- Fix distinfo and unbreak.
- Distfile rerolled, changes as follows (full diff is ~500 lines):
Change version number from 2.36 to 2.37
configure.in contains a few changes like this:
-AC_MSG_NOTICE([ * Berkeley-DB (Tools):])
+AC_MSG_NOTICE([ * Berkeley-DB (Tools)])
PR: 91739
Submitted by: Andreas Eder
Approved by: maintainer
v. 1.33
date: 2006/01/14 09:12:45; author: kris; state: Exp; lines: +2 -0
BROKEN: Size mismatch
v. 1.32
date: 2006/01/03 04:43:41; author: edwin; state: Exp; lines: +1 -1
[maintainer-update] lang/clisp to version 2.37
Update port to latest upstream version.
PR: ports/91253
Submitted by: Jakub Rehor
v. 1.31
date: 2005/12/22 18:23:47; author: garga; state: Exp; lines: +3 -3
- Update to 2.36
PR: ports/90781
Submitted by: maintainer
v. 1.30
date: 2005/10/28 22:44:44; author: kris; state: Exp; lines: +4 -0
BROKEN on amd64 and ia64: Does not compile
v. 1.29
date: 2005/09/10 03:26:42; author: lawrance; state: Exp; lines: +2 -1
Add missing build dependency (needs dvipdf from ghostscript)
Reported by: kris
v. 1.28
date: 2005/09/06 03:32:47; author: lawrance; state: Exp; lines: +2 -2
Disable the clisp X module at the request of the maintainer, until he
sorts out the options and dependencies.
Bump PORTREVISION.
PR: ports/85723
Submitted by: Jakub Rehor (maintainer)
v. 1.27
date: 2005/09/04 04:49:53; author: lawrance; state: Exp; lines: +8 -13
Update to 2.35
From submitter:
* Unmark BROKEN for 64-bit architectures: developers report that it works fine
(not tested, I only have i386).
* Instead of patching makemake.in, specify correct location of mandir via
./makemake option.
* Add build dependency on libsigsegv for better garbage collection.
* Update pkg-descr per request from developers.
PR: ports/85677
Submitted by: Jakub Rehor (maintainer)
v. 1.26
date: 2005/04/06 07:53:58; author: flz; state: Exp; lines: +6 -6
- Fix packing list.
- Mark BROKEN for 64bits architectures.
PR: ports/79438
Submitted by: Matthew X. Economou
Approved by: maintainer
v. 1.25
date: 2005/03/26 19:35:31; author: kris; state: Exp; lines: +2 -0
BROKEN: Incomplete pkg-plist
Approved by: portmgr (self)
v. 1.24
date: 2005/03/06 21:22:01; author: sem; state: Exp; lines: +9 -55
- Update to 2.33.2
- Unorphaning the port
PR: ports/77624
Submitted by: Jakub Rehor
v. 1.23
date: 2005/02/14 16:02:56; author: pav; state: Exp; lines: +8 -1
- Really fix build under locale
Submitted by: Clemens Fischer
v. 1.22
date: 2005/01/29 23:02:44; author: pav; state: Exp; lines: +1 -1
- Fix build on Unicode locales by forcing LANG=C
PR: ports/76585
Submitted by: clemens fischer
v. 1.21
date: 2005/01/02 00:46:39; author: kris; state: Exp; lines: +7 -1
Does not compile on alpha
Approved by: portmgr (self)
v. 1.20
date: 2004/12/06 07:19:13; author: kris; state: Exp; lines: +1 -1
Reset bouncing maintainer address:
: host mx-ha01.web.de[217.72.192.149] said: 550
Benutzer nicht bekannt/User unknown (in reply to
RCPT TO command)
v. 1.19
date: 2004/03/30 19:20:20; author: krion; state: Exp; lines: +1 -2
- Use USE_ICONV knob
Approved by: portmgr
v. 1.18
date: 2004/02/04 04:36:05; author: marcus; state: Exp; lines: +3 -3
Add USE_GETTEXT and bump PORTREVISION.
Submitted by: trevor
Tested by: bento
v. 1.17
date: 2004/01/23 18:12:00; author: trevor; state: Exp; lines: +1 -1
Now gettext 0.12.1 is gettext-old.
v. 1.16
date: 2003/08/26 20:25:46; author: marcus; state: Exp; lines: +1 -0
Bump the PORTREVISION for the ports directly affected by the gettext upgrade.
Prodded by: kris
v. 1.15
date: 2003/08/25 05:41:28; author: marcus; state: Exp; lines: +1 -1
Chase the libintl.so shared lib version.
v. 1.14
date: 2003/05/19 12:31:00; author: arved; state: Exp; lines: +1 -0
Put back USE_GCC=2.95:
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
v. 1.13
date: 2003/02/21 12:34:58; author: knu; state: Exp; lines: +1 -0
De-pkg-comment.
v. 1.12
date: 2003/01/08 10:32:40; author: ijliao; state: Exp; lines: +6 -5
upgrade to 2.30
pass maintainership
PR: 46843
Submitted by: Henrik Motakef (new maintainer)
v. 1.11
date: 2002/11/08 20:44:56; author: arved; state: Exp; lines: +1 -0
Add USE_GCC=2.95, since the build dumps core with gcc 3.x
PR: 39189
Submitted by: Stanislav Grozev
v. 1.10
date: 2002/06/28 08:23:03; author: kevlo; state: Exp; lines: +10 -2
Update to 2.28
PR: 39898
Submitted by: MAINTAINER
v. 1.9
date: 2002/02/07 21:11:10; author: pat; state: Exp; lines: +1 -2
Remove dead MASTER_SITES
PR: 34703
Submitted by: maintainer
v. 1.8
date: 2002/01/12 01:20:02; author: nectar; state: Exp; lines: +2 -2
Commit after maintainer timeout:
Enable POSIX and REGEXP packages. The latter is available with the
`full' linking set, e.g. `clisp -K full'.
v. 1.7
date: 2001/09/01 05:38:27; author: knu; state: Exp; lines: +8 -6
Update to 2.27.
PR: ports/30138
Submitted by: Jeff Brown (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.
v. 1.6
date: 2001/06/01 06:04:57; author: obrien; state: Exp; lines: +4 -4
Use proper POSIX syntax for `chown'.
v. 1.5
date: 2001/05/19 19:03:34; author: ijliao; state: Exp; lines: +21 -24
upgrade to 2.25.1
PR: 27373
Submitted by: maintainer
v. 1.4
date: 2000/05/14 05:40:46; author: billf; state: Exp; lines: +2 -2
ftp.cdrom.com -> ftp.freesoftware.com, adjusting paths as I go.
v. 1.3
date: 2000/05/01 01:44:38; author: steve; state: Exp; lines: +10 -7
Update to version 2000.03.06.
PR: 17534
Submitted by: maintainer
v. 1.2
date: 2000/04/12 06:17:59; author: obrien; state: Exp; lines: +4 -4
Convert to the PORTNAME - PORTVERSION syntax.
v. 1.1
date: 2000/02/13 02:18:15; author: imura; state: Exp;
Initial import of clisp-1999.07.22.
This is CLISP - an ANSI Common Lisp.
PR: 16542
Submitted by: Jeff Brown
=============================================================================
|
| |

|