summaryrefslogtreecommitdiff
path: root/lang/sbcl/Makefile
diff options
context:
space:
mode:
authorasau <asau@pkgsrc.org>2012-04-13 12:43:57 +0000
committerasau <asau@pkgsrc.org>2012-04-13 12:43:57 +0000
commit2526c67b558ec070f4582f00004d9a7c8a1c8d44 (patch)
treed5308cd9f08251e8f6a6d5bae03a22e58c127929 /lang/sbcl/Makefile
parent3eb0c4245c581b6f21763063bb3da1ee88e49580 (diff)
downloadpkgsrc-2526c67b558ec070f4582f00004d9a7c8a1c8d44.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/Makefile4
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