summaryrefslogtreecommitdiff
path: root/lang/sbcl
diff options
context:
space:
mode:
authorasau <asau@pkgsrc.org>2012-11-02 20:59:07 +0000
committerasau <asau@pkgsrc.org>2012-11-02 20:59:07 +0000
commitdc4e501875125fbcc62c7ec6631298748104b783 (patch)
treee8aae3358db8a3a9530864d62b34f57050b0b7a5 /lang/sbcl
parentd3bb3b33816c4ab8f865d24d7e9422eb9fda8419 (diff)
downloadpkgsrc-dc4e501875125fbcc62c7ec6631298748104b783.tar.gz
Update to SBCL 1.1.1
changes in sbcl-1.1.1 relative to sbcl-1.1.0: * enhancement: WITH-COMPILATION-UNIT no longer grabs the world-lock. (COMPILE and COMPILE-FILE still do.) * optimization: the SPARC backend now supports the precise generational (GENCGC) garbage collection. Enabled by default on Solaris/SPARC and Linux/SPARC. Thanks to Raymond Toy (via CMUCL). * enhancement: add experimental support for the SB-THREAD feature and the timer facility on Windows. Thanks to Dmitry Kalyanov and Anton Kovalenko. Threads are enabled by default, and this version of SBCL is considered to be the last and final release to officially support building with threads disabled. * optimization: The compiler no longer rotates loops in some cases where this transformation actually lead to worse code being generated. * bug fix: SB-CLTL2:MACROEXPAND-ALL correctly handles shadowing of symbol-macros by lexical bindings. * bug fix: stack allocation was prevented by high DEBUG declaration in several cases. * bug fix: SB-EXT:GC-LOGFILE signaled an error when no logfile was set. (thanks to SANO Masatoshi) * bug fix: PARSE-NATIVE-NAMESTRING performed non-native parsing when :JUNK-ALLOWED was true. * bug fix: type derivation inferred overly conservative types for unions of array types. (lp#1050768)
Diffstat (limited to 'lang/sbcl')
-rw-r--r--lang/sbcl/Makefile4
-rw-r--r--lang/sbcl/distinfo10
-rw-r--r--lang/sbcl/patches/patch-ab12
3 files changed, 13 insertions, 13 deletions
diff --git a/lang/sbcl/Makefile b/lang/sbcl/Makefile
index d09617dc57a..b2c8c06ba05 100644
--- a/lang/sbcl/Makefile
+++ b/lang/sbcl/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.44 2012/10/02 19:20:45 asau Exp $
+# $NetBSD: Makefile,v 1.45 2012/11/02 20:59:07 asau Exp $
DISTNAME= ${PKGNAME_NOREV}-source
-PKGNAME= sbcl-1.1.0
+PKGNAME= sbcl-1.1.1
CATEGORIES= lang
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=sbcl/}
EXTRACT_SUFX= .tar.bz2
diff --git a/lang/sbcl/distinfo b/lang/sbcl/distinfo
index c9cab6d60d9..1db56f9f812 100644
--- a/lang/sbcl/distinfo
+++ b/lang/sbcl/distinfo
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.27 2012/10/02 19:20:45 asau Exp $
+$NetBSD: distinfo,v 1.28 2012/11/02 20:59:07 asau Exp $
-SHA1 (sbcl-1.1.0-source.tar.bz2) = 0c7f82bbb0b92455561db411a978883c33f48d2a
-RMD160 (sbcl-1.1.0-source.tar.bz2) = e7d4891edb893d8e96ed81c7203d0d1f650a8e69
-Size (sbcl-1.1.0-source.tar.bz2) = 3641621 bytes
-SHA1 (patch-ab) = e8420a7aa51f6920d6556e84ef3f0ca32fdeb2fd
+SHA1 (sbcl-1.1.1-source.tar.bz2) = 87e8c37a2811e10d044074ec8bfc79918c66f2d8
+RMD160 (sbcl-1.1.1-source.tar.bz2) = 1a4cafd4c8a8b5c4b4ff469c1dbe74fbb430f0ee
+Size (sbcl-1.1.1-source.tar.bz2) = 3675374 bytes
+SHA1 (patch-ab) = 52753efa24fc03e5604f6cb4ef2a7bbd3f40b6a6
SHA1 (patch-ad) = 4a10e7d498b686a09b067c527010981c15f0f8c8
SHA1 (patch-ae) = da24df72525afdee0433d557bf4ebb764fee1d24
diff --git a/lang/sbcl/patches/patch-ab b/lang/sbcl/patches/patch-ab
index 88960ee1812..85e5fedaf31 100644
--- a/lang/sbcl/patches/patch-ab
+++ b/lang/sbcl/patches/patch-ab
@@ -1,8 +1,8 @@
-$NetBSD: patch-ab,v 1.3 2009/08/19 13:03:30 asau Exp $
+$NetBSD: patch-ab,v 1.4 2012/11/02 20:59:07 asau Exp $
---- doc/sbcl.1.orig 2009-02-17 00:36:13.000000000 +0300
-+++ doc/sbcl.1 2009-05-24 10:38:55.000000000 +0400
-@@ -400,7 +400,7 @@
+--- doc/sbcl.1.orig 2012-11-02 09:42:10.000000000 +0000
++++ doc/sbcl.1
+@@ -427,7 +427,7 @@ years. See the CREDITS file in the distr
This variable controls where files like "sbclrc", "sbcl.core", and the
add-on "contrib" systems are searched for. If it is not set, then
sbcl sets it from a compile-time default location which is usually
@@ -11,9 +11,9 @@ $NetBSD: patch-ab,v 1.3 2009/08/19 13:03:30 asau Exp $
packager.
.SH FILES
-@@ -434,7 +434,7 @@
+@@ -461,7 +461,7 @@ been installed, the command
should give you access to the complete manual. Depending on your
- installation it may also be available in HTML and PDF formats in eg.
+ installation it may also be available in HTML and PDF formats in e.g.
.IP
-.B /usr/local/share/doc/sbcl/
+.B @PREFIX@/share/doc/sbcl/