diff options
author | asau <asau@pkgsrc.org> | 2012-04-13 12:43:57 +0000 |
---|---|---|
committer | asau <asau@pkgsrc.org> | 2012-04-13 12:43:57 +0000 |
commit | 7ad637f75adff97e108d817deee9478301af3dc2 (patch) | |
tree | d5308cd9f08251e8f6a6d5bae03a22e58c127929 | |
parent | ee3dd7138f06919a0d18d0b297b4e9db5badeeb9 (diff) | |
download | pkgsrc-7ad637f75adff97e108d817deee9478301af3dc2.tar.gz |
Update to SBCL 1.0.56
New in version 1.0.56
* bug fix: fix copy-structure. When copying from stack to heap,
garbage could end up in the heap making GC unhappy.
(Thanks to James Knight, #911027)
* enhancements
+ SBCL can now be built using Clang.
+ ASDF has been updated 2.20.
* bug fix: compiler errors when weakening hairy integer types. (#913232)
* bug fix: don't complain about a too-hairy lexical environment
for inlining when the function has never been requested for inlining.
(#963530)
-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 f76c5faf68b..fd654043221 100644 --- a/lang/sbcl/Makefile +++ b/lang/sbcl/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.40 2012/01/10 03:48:08 asau Exp $ +# $NetBSD: Makefile,v 1.41 2012/04/13 12:43:57 asau Exp $ DISTNAME= ${PKGNAME_NOREV}-source -PKGNAME= sbcl-1.0.55 +PKGNAME= sbcl-1.0.56 CATEGORIES= lang MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=sbcl/} EXTRACT_SUFX= .tar.bz2 diff --git a/lang/sbcl/distinfo b/lang/sbcl/distinfo index 40bccdf8ee6..5d98b4d07d1 100644 --- a/lang/sbcl/distinfo +++ b/lang/sbcl/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.23 2012/01/10 03:48:08 asau Exp $ +$NetBSD: distinfo,v 1.24 2012/04/13 12:43:57 asau Exp $ -SHA1 (sbcl-1.0.55-source.tar.bz2) = 1c9bd995da1c1a43d5ac670b340ff43840ad8217 -RMD160 (sbcl-1.0.55-source.tar.bz2) = d97ac8d23787940c2042a40b0bd43c30e4a052e1 -Size (sbcl-1.0.55-source.tar.bz2) = 3611026 bytes +SHA1 (sbcl-1.0.56-source.tar.bz2) = 270849ae139c25544c43ef7cbecfc4f0282ba318 +RMD160 (sbcl-1.0.56-source.tar.bz2) = e3f3ce77e32c9e636359e5b6d586f938a263d84d +Size (sbcl-1.0.56-source.tar.bz2) = 3615389 bytes SHA1 (patch-ab) = e8420a7aa51f6920d6556e84ef3f0ca32fdeb2fd SHA1 (patch-ad) = 4a10e7d498b686a09b067c527010981c15f0f8c8 SHA1 (patch-ae) = da24df72525afdee0433d557bf4ebb764fee1d24 |