Commit graph

22 commits

Author SHA1 Message Date
Joseph S. Atkinson
9a2269d8c0 Swith to using the dynamic modules system.
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)
2010-11-15 00:27:57 +00:00
Wesley Shields
3c829e74ed Update to 2.4.9
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)
2010-07-12 14:17:13 +00:00
Dmitry Marakasov
8fe9c99887 - Update to 2.48
PR:		140282
Submitted by:	"Joseph S. Atkinson" <jsa@wickedmachine.net>
2009-11-12 00:05:43 +00:00
Martin Wilke
54dc952ab0 - Update to 2.47
PR:		131581
Submitted by:	maintainer
2009-02-27 11:17:16 +00:00
Alejandro Pulver
10c6a0f50d - Update to version 2.44.1.
- 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)
2008-04-30 01:32:18 +00:00
Alejandro Pulver
525ad3e3d6 - Update to version 2.44.
- 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).
2008-02-15 19:11:04 +00:00
Alejandro Pulver
8a3b442edb - 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.
2007-12-11 21:23:42 +00:00
Alejandro Pulver
fc56355877 - Update to version 2.41a. 2007-05-03 21:04:53 +00:00
Alejandro Pulver
93e586ca55 - Update to version 2.41.
- Add more MASTER_SITES.
2006-12-07 04:29:03 +00:00
Simon Barner
6241070519 - Update to 2.38
Submitted by:	Jakub Rehor <jakub@rehor.net> (maintainer)
PR:		ports/92831
2006-02-05 23:42:57 +00:00
Tim Bishop
39564129b0 - 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 <are@staffa.eder.local>
Approved by:	maintainer
2006-01-19 12:53:20 +00:00
Edwin Groothuis
06ec1a40ad [maintainer-update] lang/clisp to version 2.37
Update port to latest upstream version.

PR:		ports/91253
Submitted by:	Jakub Rehor <jakub@rehor.net>
2006-01-03 04:43:41 +00:00
Renato Botelho
d4f77ce3e4 - Update to 2.36
PR:		ports/90781
Submitted by:	maintainer
2005-12-22 18:23:47 +00:00
Sam Lawrance
3da2ba0164 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 <jakub@rehor.net> (maintainer)
2005-09-04 04:49:53 +00:00
Sergey Matveychuk
3446cddc69 - Update to 2.33.2
- Unorphaning the port

PR:		ports/77624
Submitted by:	Jakub Rehor <jakub@rehor.net>
2005-03-06 21:22:01 +00:00
Trevor Johnson
8232e82f85 SIZEify (maintainer timeout) 2004-03-31 03:12:58 +00:00
Ying-Chieh Liao
0adbe83b87 upgrade to 2.30
pass maintainership

PR:		46843
Submitted by:	Henrik Motakef <henrik.motakef@web.de> (new maintainer)
2003-01-08 10:32:41 +00:00
Kevin Lo
34822a889a Update to 2.28
PR: 39898
Submitted by: MAINTAINER
2002-06-28 08:23:07 +00:00
Akinori MUSHA
6e4c019203 Update to 2.27.
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.
2001-09-01 05:38:28 +00:00
Ying-Chieh Liao
2656e56db8 upgrade to 2.25.1
PR:		27373
Submitted by:	maintainer
2001-05-19 19:03:34 +00:00
Steve Price
b67932771f Update to version 2000.03.06.
PR:		17534
Submitted by:	maintainer
2000-05-01 01:44:43 +00:00
R. Imura
a62db8f6c0 Initial import of clisp-1999.07.22.
This is CLISP - an ANSI Common Lisp.

PR:		16542
Submitted by:	Jeff Brown <jabrown@caida.org>
2000-02-13 02:18:18 +00:00