pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/lang/sbcl Update to SBCL 1.1.1



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ca976959e318
branches:  trunk
changeset: 610670:ca976959e318
user:      asau <asau%pkgsrc.org@localhost>
date:      Fri Nov 02 20:59:07 2012 +0000

description:
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:

 lang/sbcl/Makefile         |   4 ++--
 lang/sbcl/distinfo         |  10 +++++-----
 lang/sbcl/patches/patch-ab |  12 ++++++------
 3 files changed, 13 insertions(+), 13 deletions(-)

diffs (58 lines):

diff -r b7c5081ac3ff -r ca976959e318 lang/sbcl/Makefile
--- a/lang/sbcl/Makefile        Fri Nov 02 19:03:30 2012 +0000
+++ b/lang/sbcl/Makefile        Fri Nov 02 20:59:07 2012 +0000
@@ -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 -r b7c5081ac3ff -r ca976959e318 lang/sbcl/distinfo
--- a/lang/sbcl/distinfo        Fri Nov 02 19:03:30 2012 +0000
+++ b/lang/sbcl/distinfo        Fri Nov 02 20:59:07 2012 +0000
@@ -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 -r b7c5081ac3ff -r ca976959e318 lang/sbcl/patches/patch-ab
--- a/lang/sbcl/patches/patch-ab        Fri Nov 02 19:03:30 2012 +0000
+++ b/lang/sbcl/patches/patch-ab        Fri Nov 02 20:59:07 2012 +0000
@@ -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 @@
  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/



Home | Main Index | Thread Index | Old Index