diff options
author | Brendan Fabeny <bf@FreeBSD.org> | 2012-12-16 13:34:02 +0800 |
---|---|---|
committer | Brendan Fabeny <bf@FreeBSD.org> | 2012-12-16 13:34:02 +0800 |
commit | 8680d9196e3ef724a34c424cff387142e8bcd6c2 (patch) | |
tree | 797ca31ef62f41ddc077340aa315587d58424775 /lang/sbcl/files | |
parent | 6b4f8c76007cea7ffcf7d861acf6ce159679b881 (diff) | |
download | freebsd-ports-gnome-8680d9196e3ef724a34c424cff387142e8bcd6c2.tar.gz freebsd-ports-gnome-8680d9196e3ef724a34c424cff387142e8bcd6c2.tar.zst freebsd-ports-gnome-8680d9196e3ef724a34c424cff387142e8bcd6c2.zip |
update sbcl to 1.1.2 and maxima to 5.29.1; adjust dependent ports
Diffstat (limited to 'lang/sbcl/files')
-rw-r--r-- | lang/sbcl/files/patch-contrib__sb-concurrency__tests__test-frlock.lisp | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/lang/sbcl/files/patch-contrib__sb-concurrency__tests__test-frlock.lisp b/lang/sbcl/files/patch-contrib__sb-concurrency__tests__test-frlock.lisp new file mode 100644 index 000000000000..d600cdf4e673 --- /dev/null +++ b/lang/sbcl/files/patch-contrib__sb-concurrency__tests__test-frlock.lisp @@ -0,0 +1,11 @@ +--- contrib/sb-concurrency/tests/test-frlock.lisp.orig 2012-12-01 06:32:36.000000000 -0500 ++++ contrib/sb-concurrency/tests/test-frlock.lisp 2012-12-15 16:23:03.000000000 -0500 +@@ -80,7 +80,7 @@ + (values (cdr w-e!) (cdr r-e!)))) + + #+sb-thread +-(deftest* (frlock.1 :fails-on :win32) ++(deftest* (frlock.1 :fails-on (or :freebsd :win32)) + (handler-case + (sb-ext:with-timeout 60 (test-frlocks)) + (sb-ext:timeout (c) |