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.2
details: https://anonhg.NetBSD.org/pkgsrc/rev/979ffa8eaa49
branches: trunk
changeset: 611676:979ffa8eaa49
user: asau <asau%pkgsrc.org@localhost>
date: Sat Dec 08 00:40:00 2012 +0000
description:
Update to SBCL 1.1.2
changes in sbcl-1.1.2 relative to sbcl-1.1.1:
* notice: System requirements for SBCL on Microsoft Windows: Windows NT 5.1
or newer (Windows XP, Server 2003) is required. Support for Windows 2000
(NT 5.0) is no longer being maintained.
* notice: Starting with this version, SBCL on Windows no longer supports
building with disabled thread support.
* enhancement: frlocks have been added to SB-CONCURRENCY contrib module.
* enhancement: New feature sb-dynamic-core allows the runtime to be
rebuilt or relocated without requiring changes to the core file on
all linkage table platforms. Required on Windows. (Thanks to Anton
Kovalenko.)
* enhancement: Console I/O streams use UCS-2. (Thanks to Anton Kovalenko.)
* enhancement: I/O on Windows unnamed pipes is interruptible
asynchronously using interrupt-thread, timers when running on Windows NT
version 6.1 or newer (Windows 7, Server 2008 R2). (Thanks to Anton
Kovalenko.)
* enhancement: Support for the experimental safepoint-based stop-the-world
protocol on the PowerPC platform.
* bug fix: Non-blocking reads from the Windows console were not necessarily
non-blocking. Thanks to Anton Kovalenko. (lp#308923)
* bug fix: stability of threads on Windows has been improved upon through
an updated stop-the-world protocol (thanks to Anton Kovalenko).
diffstat:
lang/sbcl/Makefile | 4 ++--
lang/sbcl/PLIST | 6 +++++-
lang/sbcl/distinfo | 8 ++++----
3 files changed, 11 insertions(+), 7 deletions(-)
diffs (56 lines):
diff -r fe9a54eb82b7 -r 979ffa8eaa49 lang/sbcl/Makefile
--- a/lang/sbcl/Makefile Sat Dec 08 00:15:35 2012 +0000
+++ b/lang/sbcl/Makefile Sat Dec 08 00:40:00 2012 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.45 2012/11/02 20:59:07 asau Exp $
+# $NetBSD: Makefile,v 1.46 2012/12/08 00:40:00 asau Exp $
DISTNAME= ${PKGNAME_NOREV}-source
-PKGNAME= sbcl-1.1.1
+PKGNAME= sbcl-1.1.2
CATEGORIES= lang
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=sbcl/}
EXTRACT_SUFX= .tar.bz2
diff -r fe9a54eb82b7 -r 979ffa8eaa49 lang/sbcl/PLIST
--- a/lang/sbcl/PLIST Sat Dec 08 00:15:35 2012 +0000
+++ b/lang/sbcl/PLIST Sat Dec 08 00:40:00 2012 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.16 2012/01/10 03:48:08 asau Exp $
+@comment $NetBSD: PLIST,v 1.17 2012/12/08 00:40:00 asau Exp $
bin/sbcl
lib/sbcl/asdf-install/.cvsignore
lib/sbcl/asdf-install/Makefile
@@ -80,6 +80,8 @@
lib/sbcl/sb-cltl2/tests.lisp
lib/sbcl/sb-concurrency/.cvsignore
lib/sbcl/sb-concurrency/Makefile
+lib/sbcl/sb-concurrency/frlock.fasl
+lib/sbcl/sb-concurrency/frlock.lisp
lib/sbcl/sb-concurrency/gate.fasl
lib/sbcl/sb-concurrency/gate.lisp
lib/sbcl/sb-concurrency/mailbox.fasl
@@ -94,6 +96,8 @@
lib/sbcl/sb-concurrency/test-passed
lib/sbcl/sb-concurrency/tests/package.fasl
lib/sbcl/sb-concurrency/tests/package.lisp
+lib/sbcl/sb-concurrency/tests/test-frlock.fasl
+lib/sbcl/sb-concurrency/tests/test-frlock.lisp
lib/sbcl/sb-concurrency/tests/test-gate.fasl
lib/sbcl/sb-concurrency/tests/test-gate.lisp
lib/sbcl/sb-concurrency/tests/test-mailbox.fasl
diff -r fe9a54eb82b7 -r 979ffa8eaa49 lang/sbcl/distinfo
--- a/lang/sbcl/distinfo Sat Dec 08 00:15:35 2012 +0000
+++ b/lang/sbcl/distinfo Sat Dec 08 00:40:00 2012 +0000
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.28 2012/11/02 20:59:07 asau Exp $
+$NetBSD: distinfo,v 1.29 2012/12/08 00:40:01 asau Exp $
-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 (sbcl-1.1.2-source.tar.bz2) = b562c67d689abf8e0dffcd42d11617062ab52633
+RMD160 (sbcl-1.1.2-source.tar.bz2) = 3a785eb0040d4ba12d519a796e9f296a3ee6ee2d
+Size (sbcl-1.1.2-source.tar.bz2) = 3692248 bytes
SHA1 (patch-ab) = 52753efa24fc03e5604f6cb4ef2a7bbd3f40b6a6
SHA1 (patch-ad) = 4a10e7d498b686a09b067c527010981c15f0f8c8
SHA1 (patch-ae) = da24df72525afdee0433d557bf4ebb764fee1d24
Home |
Main Index |
Thread Index |
Old Index