diff options
author | asau <asau@pkgsrc.org> | 2010-07-02 21:59:39 +0000 |
---|---|---|
committer | asau <asau@pkgsrc.org> | 2010-07-02 21:59:39 +0000 |
commit | f416de087e488d909809aff5eaf3ff801a707264 (patch) | |
tree | 86e59432ec4e868d9cc8b8c2cde4b4ce89405f15 /lang | |
parent | 10479d7ee95a429f12093370bacc964b08c331f9 (diff) | |
download | pkgsrc-f416de087e488d909809aff5eaf3ff801a707264.tar.gz |
Update to SBCL 1.0.40
Changes in sbcl-1.0.40 relative to sbcl-1.0.39:
* bug fix: readdir now works on :inode64 darwin builds (lp#592897)
* bug fix: Name conflicts between symbols passed as arguments to a single
call to IMPORT no longer add multiple symbols with the same name to the
package (detectable via DO-SYMBOLS).
* bug fix: support building without the dlshim on darwin x86 and x86-64
(lp#533470).
* bug fix: TRACE :ENCAPSULATE NIL now works on ppc/linux.
Diffstat (limited to 'lang')
-rw-r--r-- | lang/sbcl/Makefile | 4 | ||||
-rw-r--r-- | lang/sbcl/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/lang/sbcl/Makefile b/lang/sbcl/Makefile index cb4df9cd373..8d21f9ce02c 100644 --- a/lang/sbcl/Makefile +++ b/lang/sbcl/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.27 2010/06/25 13:43:22 asau Exp $ +# $NetBSD: Makefile,v 1.28 2010/07/02 21:59:39 asau Exp $ DISTNAME= ${PKGNAME_NOREV}-source -PKGNAME= sbcl-1.0.39 +PKGNAME= sbcl-1.0.40 CATEGORIES= lang MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=sbcl/} EXTRACT_SUFX= .tar.bz2 diff --git a/lang/sbcl/distinfo b/lang/sbcl/distinfo index c5808ed587f..dbb36a7cf3a 100644 --- a/lang/sbcl/distinfo +++ b/lang/sbcl/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.11 2010/06/16 06:19:23 asau Exp $ +$NetBSD: distinfo,v 1.12 2010/07/02 21:59:39 asau Exp $ -SHA1 (sbcl-1.0.39-source.tar.bz2) = 027a76d68cf9f9895fea75ba6c7cc055cbd3350d -RMD160 (sbcl-1.0.39-source.tar.bz2) = 8cbbd21cd0a0872626ad0e031912eb633f7a8dba -Size (sbcl-1.0.39-source.tar.bz2) = 3419835 bytes +SHA1 (sbcl-1.0.40-source.tar.bz2) = 4ad12e6443f92edceb133023a497086cac40e8b7 +RMD160 (sbcl-1.0.40-source.tar.bz2) = dfafffe122e683a0837adfb65eb0ce29ce3b6d32 +Size (sbcl-1.0.40-source.tar.bz2) = 3428830 bytes SHA1 (patch-aa) = 3bd72ba259fc23c3ae09bf104c8e395f3826fff0 SHA1 (patch-ab) = e8420a7aa51f6920d6556e84ef3f0ca32fdeb2fd SHA1 (patch-ac) = bce87555a5944cfeb25c65df9d41c3f49b5d4866 |