From 6afb1ce2ea1890633f6f9711bd660f1bd8fcb28d Mon Sep 17 00:00:00 2001 From: asau Date: Tue, 15 Dec 2009 23:22:06 +0000 Subject: Update to CLISP 2.48: Important notes --------------- * Multiple threads of execution are now experimentally supported (not ready for prime time yet). Thanks to Vladimir Tzankov . See for details. * Module libsvm has been upgraded to the upstream version 2.89. See for details. * Module Berkeley-DB now supports Berkeley DB 4.7. (older versions 4.* are, of course, still supported). See for details. * Module readline now supports readline 6.0. (older versions 5.* are, of course, still supported). See for details. * Passing :EXECUTABLE 0 to EXT:SAVEINITMEM results in an executable image which delegates processing of all the usual CLISP command line options to the :INIT-FUNCTION. See for details. * Driver clisp accepts "-b" to print the installation directory. See for details. * Add file clisp.m4 so that the packages which use CLISP can check whether it is properly installed and has the required version. * POSIX:COPY-FILE now accepts :METHOD :HARDLINK-OR-COPY. See for details. * New function POSIX:WAIT calls waitpid or wait4. See for details. * New function EXT:TRIM-IF removes leading and trailing matches. See for details. * New user command "LocalSymbols" (abbreviated ":ls"). See for details. * Commands "add" and "create" replace "add-module-set", "add-module-sets" and "create-module-set" in clisp-link. See for details. * Bug fixes: + Better support of :START and :END arguments in NEW-CLX. [ 2159172 ] + Fix LOAD-LOGICAL-PATHNAME-TRANSLATIONS when *LOAD-PATHS* contains wild pathnames (introduced in 2.47). [ 2198109 ] + Module NEW-CLX now has the XLIB:QUEUE-EVENT function, implemented by Philippe Brochard . + Extend the domain of LOG to larger BIGNUMs and RATIOs. [ 1007358 ] + Avoid a segfault on (EXPT ). [ 2807311 ] + Fix interaction of finalizers and weak objects. [ 1472478 ] * ANSI compliance: + Implement the ANSI (IGNORE #'FUNCTION) declaration. --- lang/clisp/Makefile | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'lang/clisp/Makefile') diff --git a/lang/clisp/Makefile b/lang/clisp/Makefile index 7052e07a0e2..f3b2d6fc1e9 100644 --- a/lang/clisp/Makefile +++ b/lang/clisp/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.74 2009/08/26 19:58:45 sno Exp $ +# $NetBSD: Makefile,v 1.75 2009/12/15 23:22:06 asau Exp $ # -DISTNAME= clisp-2.47 -PKGREVISION= 2 +DISTNAME= clisp-2.48 CATEGORIES= lang MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=clisp/} #EXTRACT_SUFX= .tar.bz2 @@ -10,6 +9,7 @@ MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=clisp/} MAINTAINER= asau@inbox.ru HOMEPAGE= http://clisp.cons.org/ COMMENT= CLISP, a Common Lisp implementation +LICENSE= gnu-gpl-v2 # Sparc64 has assembler code problems, see # http://sourceforge.net/tracker/index.php?func=detail&aid=952681&group_id=1355&atid=101355 @@ -22,15 +22,15 @@ PKG_DESTDIR_SUPPORT= user-destdir MAKE_JOBS_SAFE= no +GNU_CONFIGURE= yes CONFIGURE_DIRS= . -USE_GNU_CONFIGURE_HOST= NO # work around broken reasoning: "configure --host=..." => cross-building +USE_LIBTOOL= yes +USE_PKGLOCALEDIR= yes BUILD_DIRS= src -GNU_CONFIGURE= YES -USE_LIBTOOL= YES -USE_PKGLOCALEDIR= YES USE_TOOLS+= dvipdf UNLIMIT_RESOURCES= stacksize +USE_GNU_CONFIGURE_HOST= NO # work around broken reasoning: "configure --host=..." => cross-building CONFIGURE_ARGS+= --disable-maintainer-mode CONFIGURE_ARGS+= --fsstnd=netbsd CONFIGURE_ARGS+= --without-included-regex -- cgit v1.2.3