summaryrefslogtreecommitdiff
path: root/lang/ecl/PLIST
diff options
context:
space:
mode:
authorasau <asau>2009-08-19 14:16:02 +0000
committerasau <asau>2009-08-19 14:16:02 +0000
commit296ff2c1a1f7756ace5bac0d9e4edef346e34ad9 (patch)
tree1631a41a1386cc274cb2e924101234878c2f5f1d /lang/ecl/PLIST
parent189869c8eb2a8fb09d979900da416bbf2f60fa4e (diff)
downloadpkgsrc-296ff2c1a1f7756ace5bac0d9e4edef346e34ad9.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/PLIST')
-rw-r--r--lang/ecl/PLIST4
1 files changed, 3 insertions, 1 deletions
diff --git a/lang/ecl/PLIST b/lang/ecl/PLIST
index 992e4a02265..e5aac65cc67 100644
--- a/lang/ecl/PLIST
+++ b/lang/ecl/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.4 2009/08/13 18:17:18 asau Exp $
+@comment $NetBSD: PLIST,v 1.5 2009/08/19 14:16:02 asau Exp $
bin/ecl
bin/ecl-config
include/ecl/bytecodes.h
@@ -31,6 +31,8 @@ lib/${PKGNAME}/profile.asd
lib/${PKGNAME}/profile.fas
lib/${PKGNAME}/rt.asd
lib/${PKGNAME}/rt.fas
+lib/${PKGNAME}/sb-bsd-sockets.asd
+lib/${PKGNAME}/sb-bsd-sockets.fas
lib/${PKGNAME}/serve-event.asd
lib/${PKGNAME}/serve-event.fas
lib/${PKGNAME}/sockets.asd