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 /lang/sbcl/Makefile | |
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)
Diffstat (limited to 'lang/sbcl/Makefile')
-rw-r--r-- | lang/sbcl/Makefile | 4 |
1 files changed, 2 insertions, 2 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 |