summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lang/sbcl/Makefile4
-rw-r--r--lang/sbcl/PLIST6
-rw-r--r--lang/sbcl/distinfo10
-rw-r--r--lang/sbcl/patches/patch-ae20
4 files changed, 13 insertions, 27 deletions
diff --git a/lang/sbcl/Makefile b/lang/sbcl/Makefile
index ca710f4a8e0..796a41a9558 100644
--- a/lang/sbcl/Makefile
+++ b/lang/sbcl/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.38 2011/11/08 21:52:35 asau Exp $
+# $NetBSD: Makefile,v 1.39 2011/12/05 23:02:18 asau Exp $
DISTNAME= ${PKGNAME_NOREV}-source
-PKGNAME= sbcl-1.0.53
+PKGNAME= sbcl-1.0.54
CATEGORIES= lang
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=sbcl/}
EXTRACT_SUFX= .tar.bz2
diff --git a/lang/sbcl/PLIST b/lang/sbcl/PLIST
index 99bfc3018a5..f7fc5958de0 100644
--- a/lang/sbcl/PLIST
+++ b/lang/sbcl/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.14 2011/06/11 19:24:10 asau Exp $
+@comment $NetBSD: PLIST,v 1.15 2011/12/05 23:02:18 asau Exp $
bin/sbcl
lib/sbcl/asdf-install/.cvsignore
lib/sbcl/asdf-install/Makefile
@@ -80,6 +80,8 @@ lib/sbcl/sb-cltl2/tests.fasl
lib/sbcl/sb-cltl2/tests.lisp
lib/sbcl/sb-concurrency/.cvsignore
lib/sbcl/sb-concurrency/Makefile
+lib/sbcl/sb-concurrency/gate.fasl
+lib/sbcl/sb-concurrency/gate.lisp
lib/sbcl/sb-concurrency/mailbox.fasl
lib/sbcl/sb-concurrency/mailbox.lisp
lib/sbcl/sb-concurrency/package.fasl
@@ -92,6 +94,8 @@ lib/sbcl/sb-concurrency/sb-concurrency.texinfo
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-gate.fasl
+lib/sbcl/sb-concurrency/tests/test-gate.lisp
lib/sbcl/sb-concurrency/tests/test-mailbox.fasl
lib/sbcl/sb-concurrency/tests/test-mailbox.lisp
lib/sbcl/sb-concurrency/tests/test-queue.fasl
diff --git a/lang/sbcl/distinfo b/lang/sbcl/distinfo
index a2e20f193cb..b86cf6100c5 100644
--- a/lang/sbcl/distinfo
+++ b/lang/sbcl/distinfo
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.21 2011/11/08 21:52:35 asau Exp $
+$NetBSD: distinfo,v 1.22 2011/12/05 23:02:18 asau Exp $
-SHA1 (sbcl-1.0.53-source.tar.bz2) = a65e4590ac75cc1fd1772fa3bada9adecae5c307
-RMD160 (sbcl-1.0.53-source.tar.bz2) = 36027737eeb13d3c2003a3f97c75a1d435cac763
-Size (sbcl-1.0.53-source.tar.bz2) = 3583606 bytes
+SHA1 (sbcl-1.0.54-source.tar.bz2) = 6fa198db3c0718e214ca8cfca4d71aa5e495a1c2
+RMD160 (sbcl-1.0.54-source.tar.bz2) = b76d609bdb9daa00bb9095bd01da8bfa4da56c4c
+Size (sbcl-1.0.54-source.tar.bz2) = 3600921 bytes
SHA1 (patch-ab) = e8420a7aa51f6920d6556e84ef3f0ca32fdeb2fd
SHA1 (patch-ad) = 4a10e7d498b686a09b067c527010981c15f0f8c8
-SHA1 (patch-ae) = ea29307779f7aede89ab368a9a7901f95d16d5b2
+SHA1 (patch-ae) = da24df72525afdee0433d557bf4ebb764fee1d24
diff --git a/lang/sbcl/patches/patch-ae b/lang/sbcl/patches/patch-ae
index 732541e6677..18fe59d0711 100644
--- a/lang/sbcl/patches/patch-ae
+++ b/lang/sbcl/patches/patch-ae
@@ -1,27 +1,9 @@
-$NetBSD: patch-ae,v 1.1 2010/05/01 17:01:20 asau Exp $
+$NetBSD: patch-ae,v 1.2 2011/12/05 23:02:18 asau Exp $
Disable failing tests.
--- contrib/sb-posix/posix-tests.lisp.orig 2010-02-03 13:04:33.000000000 +0300
+++ contrib/sb-posix/posix-tests.lisp 2010-04-21 17:00:44.000000000 +0400
-@@ -429,7 +429,7 @@
- sb-posix::o-nonblock)))
- t)
-
--#-(or hpux win32) ; fix: cant handle c-vargs
-+#-(or hpux win32 netbsd) ; fix: cant handle c-vargs
- (deftest fcntl.flock.1
- (locally (declare (sb-ext:muffle-conditions sb-ext:compiler-note))
- (let ((flock (make-instance 'sb-posix:flock
-@@ -464,7 +464,7 @@
- 42)
-
-
--#-win32
-+#-(or win32 netbsd)
- (deftest fcntl.flock.2
- (locally (declare (sb-ext:muffle-conditions sb-ext:compiler-note))
- (let ((flock (make-instance 'sb-posix:flock
@@ -613,7 +613,7 @@
(plusp (sb-posix:time))
t)