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.2.0



details:   https://anonhg.NetBSD.org/pkgsrc/rev/0052f91a2b75
branches:  trunk
changeset: 635227:0052f91a2b75
user:      asau <asau%pkgsrc.org@localhost>
date:      Sun Jun 01 18:55:59 2014 +0000

description:
Update to SBCL 1.2.0


changes in sbcl-1.2.0 relative to sbcl-1.1.18:
  * bug fix: read-time-eval backquote context mixup. (lp#1321047)
  * enhancement: when SAVE-LISP-AND-DIE fails due multiple threads, the
    report of the signaled conditions lists currently running threads.
  * enhancement: ported to ARM linux.
  * enhancement: sb-gmp contrib has been updated. (lp#1305266)
  * enhancement: new contrib sb-mpfr by Stephan Frank.
  * bug fix: MAKE-SEQUENCE works with sequence types defined via DEFTYPE
    (lp#1315846, thanks to Mark Cox)
  * bug fix: SET-[DISPATCH-]MACRO-CHARACTER should coerce a symbolic
    function-designator to a function only as needed. (lp#1012335)
  * bug fix: remove references to asdf-install from the manual.  (lp#1207544,
    thanks to Thomas Hlavaty)
  * bug fix: handle --without-xxx options to make.sh more carefully.
    (lp#1246665, thanks to Richard M Kreuter)
  * bug fix: prevent maybe-delete-exit from doing semantically broken things
    with local exits. (lp#309099, lp#518099, lp#533930)
  * bug fix: attempts to subclass BUILT-IN-CLASSes signal errors, as required
    by AMOP.  (lp#861004)

diffstat:

 lang/sbcl/Makefile |  4 ++--
 lang/sbcl/PLIST    |  4 +++-
 lang/sbcl/distinfo |  8 ++++----
 3 files changed, 9 insertions(+), 7 deletions(-)

diffs (47 lines):

diff -r 911816cb6385 -r 0052f91a2b75 lang/sbcl/Makefile
--- a/lang/sbcl/Makefile        Sun Jun 01 18:47:24 2014 +0000
+++ b/lang/sbcl/Makefile        Sun Jun 01 18:55:59 2014 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.54 2014/05/14 12:27:24 jperkin Exp $
+# $NetBSD: Makefile,v 1.55 2014/06/01 18:55:59 asau Exp $
 
 DISTNAME=              ${PKGNAME_NOREV}-source
-PKGNAME=               sbcl-1.1.18
+PKGNAME=               sbcl-1.2.0
 CATEGORIES=            lang
 MASTER_SITES=          ${MASTER_SITE_SOURCEFORGE:=sbcl/}
 EXTRACT_SUFX=          .tar.bz2
diff -r 911816cb6385 -r 0052f91a2b75 lang/sbcl/PLIST
--- a/lang/sbcl/PLIST   Sun Jun 01 18:47:24 2014 +0000
+++ b/lang/sbcl/PLIST   Sun Jun 01 18:55:59 2014 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.19 2013/12/03 19:37:20 asau Exp $
+@comment $NetBSD: PLIST,v 1.20 2014/06/01 18:55:59 asau Exp $
 bin/sbcl
 lib/sbcl/contrib/asdf.fasl
 lib/sbcl/contrib/sb-aclrepl.asd
@@ -21,6 +21,8 @@
 lib/sbcl/contrib/sb-introspect.fasl
 lib/sbcl/contrib/sb-md5.asd
 lib/sbcl/contrib/sb-md5.fasl
+lib/sbcl/contrib/sb-mpfr.asd
+lib/sbcl/contrib/sb-mpfr.fasl
 lib/sbcl/contrib/sb-posix.asd
 lib/sbcl/contrib/sb-posix.fasl
 lib/sbcl/contrib/sb-queue.asd
diff -r 911816cb6385 -r 0052f91a2b75 lang/sbcl/distinfo
--- a/lang/sbcl/distinfo        Sun Jun 01 18:47:24 2014 +0000
+++ b/lang/sbcl/distinfo        Sun Jun 01 18:55:59 2014 +0000
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.35 2014/05/02 22:58:53 asau Exp $
+$NetBSD: distinfo,v 1.36 2014/06/01 18:55:59 asau Exp $
 
-SHA1 (sbcl-1.1.18-source.tar.bz2) = 2c2e5ba67c1829318bd1c856188d462173bf8da3
-RMD160 (sbcl-1.1.18-source.tar.bz2) = d7c0586edee874d85ca3ae570cfe57c400720de3
-Size (sbcl-1.1.18-source.tar.bz2) = 4272315 bytes
+SHA1 (sbcl-1.2.0-source.tar.bz2) = 275804270c2a00304a1da6ffe9764ca29c393133
+RMD160 (sbcl-1.2.0-source.tar.bz2) = efcfd3802c7762d8b0e74c8198c9283f1463a5ee
+Size (sbcl-1.2.0-source.tar.bz2) = 4415360 bytes
 SHA1 (patch-ab) = 52753efa24fc03e5604f6cb4ef2a7bbd3f40b6a6
 SHA1 (patch-ae) = da24df72525afdee0433d557bf4ebb764fee1d24
 SHA1 (patch-revert-37d3828773e2f847bb1ed7522b0af4fb8e736fc8) = 58498d7f7e5a789fa9b2af1ec2460079ac6c05ac



Home | Main Index | Thread Index | Old Index