diff options
author | asau <asau@pkgsrc.org> | 2009-08-19 14:16:02 +0000 |
---|---|---|
committer | asau <asau@pkgsrc.org> | 2009-08-19 14:16:02 +0000 |
commit | 07528aa442d016c3a7c898a29215b57c5116102e (patch) | |
tree | 1631a41a1386cc274cb2e924101234878c2f5f1d /lang/ecl/Makefile | |
parent | 51e9eb2b3df1db416522b19dd6e73a6f95df3b7f (diff) | |
download | pkgsrc-07528aa442d016c3a7c898a29215b57c5116102e.tar.gz |
Update to ECL 9.8.4:
* Bugs fixed:
- si_{set,get}_finalizer were not exported from ecl.dll and thus the library
TRIVIAL-GARBAGE failed to build in Windows
- The MSVC port did not define @ECL_LDRPATH@ and failed to build ecl.dll
- The sequence functions did not understand the newest specialized array types.
* Visible changes:
- The configuration flag --with-__thread now defaults to NO because many
platforms do not support it and GCC does not complain, making reliable
detection impossible.
- For further compatibility with SBCL, ECL now supports two additional
buffer types :FULL and :LINE which are compatible with :FULLY-BUFFERED
and :LINE-BUFFERED (Thanks to Matthew Mondor)
- The sockets library can now be loaded using either (REQUIRE 'SOCKETS)
or (REQUIRE 'SB-BSD-SOCKETS).
Diffstat (limited to 'lang/ecl/Makefile')
-rw-r--r-- | lang/ecl/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/lang/ecl/Makefile b/lang/ecl/Makefile index 98dcf4f9f13..e3f5274ff6b 100644 --- a/lang/ecl/Makefile +++ b/lang/ecl/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.3 2009/08/13 18:17:18 asau Exp $ +# $NetBSD: Makefile,v 1.4 2009/08/19 14:16:02 asau Exp $ # -DISTNAME= ecl-9.8.3 +DISTNAME= ecl-9.8.4 CATEGORIES= lang MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=ecls/} EXTRACT_SUFX= .tgz @@ -9,6 +9,7 @@ EXTRACT_SUFX= .tgz MAINTAINER= asau@inbox.ru HOMEPAGE= http://ecls.sourceforge.net/ COMMENT= Embeddable Common Lisp +LICENSE= PKG_DESTDIR_SUPPORT= user-destdir MAKE_JOBS_SAFE= no |