pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/lang/ecl Update to ECL 9.8.4:
details: https://anonhg.NetBSD.org/pkgsrc/rev/dd3ef194d01b
branches: trunk
changeset: 397830:dd3ef194d01b
user: asau <asau%pkgsrc.org@localhost>
date: Wed Aug 19 14:16:02 2009 +0000
description:
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:
lang/ecl/Makefile | 5 +++--
lang/ecl/PLIST | 4 +++-
lang/ecl/distinfo | 8 ++++----
3 files changed, 10 insertions(+), 7 deletions(-)
diffs (52 lines):
diff -r 9483c9941941 -r dd3ef194d01b lang/ecl/Makefile
--- a/lang/ecl/Makefile Wed Aug 19 13:04:39 2009 +0000
+++ b/lang/ecl/Makefile Wed Aug 19 14:16:02 2009 +0000
@@ -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 @@
MAINTAINER= asau%inbox.ru@localhost
HOMEPAGE= http://ecls.sourceforge.net/
COMMENT= Embeddable Common Lisp
+LICENSE=
PKG_DESTDIR_SUPPORT= user-destdir
MAKE_JOBS_SAFE= no
diff -r 9483c9941941 -r dd3ef194d01b lang/ecl/PLIST
--- a/lang/ecl/PLIST Wed Aug 19 13:04:39 2009 +0000
+++ b/lang/ecl/PLIST Wed Aug 19 14:16:02 2009 +0000
@@ -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.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
diff -r 9483c9941941 -r dd3ef194d01b lang/ecl/distinfo
--- a/lang/ecl/distinfo Wed Aug 19 13:04:39 2009 +0000
+++ b/lang/ecl/distinfo Wed Aug 19 14:16:02 2009 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.3 2009/08/13 18:17:18 asau Exp $
+$NetBSD: distinfo,v 1.4 2009/08/19 14:16:02 asau Exp $
-SHA1 (ecl-9.8.3.tgz) = 51928757ddf0a33ef24beac35971ce4a8df786d7
-RMD160 (ecl-9.8.3.tgz) = 94a746abc8bdb6881dfe361e0c7f074f17e3da04
-Size (ecl-9.8.3.tgz) = 5732346 bytes
+SHA1 (ecl-9.8.4.tgz) = df5b04216cce4b2c37cff1d6b5c85d70ddfe6eb8
+RMD160 (ecl-9.8.4.tgz) = 4a0b72f64db5c9fece6dccbac7dc67a14a378f5e
+Size (ecl-9.8.4.tgz) = 5733969 bytes
Home |
Main Index |
Thread Index |
Old Index