From 0b0f8d737e9522d8c2c805f09e0658bfd54e662f Mon Sep 17 00:00:00 2001 From: John Turner Date: Fri, 16 Dec 2022 02:20:42 -0500 Subject: dev-lisp/sbcl: (wip) bootstrap with ecls or already installed sbcl Added a system-bootstrap flag that allows building SBCL from source with either ecl or an existing install of sbcl. --- dev-lisp/sbcl/files/concurrency-test-2.0.1.patch | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 dev-lisp/sbcl/files/concurrency-test-2.0.1.patch (limited to 'dev-lisp/sbcl/files/concurrency-test-2.0.1.patch') diff --git a/dev-lisp/sbcl/files/concurrency-test-2.0.1.patch b/dev-lisp/sbcl/files/concurrency-test-2.0.1.patch new file mode 100644 index 0000000..e0a36a8 --- /dev/null +++ b/dev-lisp/sbcl/files/concurrency-test-2.0.1.patch @@ -0,0 +1,12 @@ +diff -r -U3 sbcl-2.0.1.orig/contrib/sb-concurrency/tests/test-frlock.lisp sbcl-2.0.1/contrib/sb-concurrency/tests/test-frlock.lisp +--- sbcl-2.0.1.orig/contrib/sb-concurrency/tests/test-frlock.lisp 2020-01-27 04:26:30.000000000 +0700 ++++ sbcl-2.0.1/contrib/sb-concurrency/tests/test-frlock.lisp 2020-01-30 21:53:57.750913923 +0700 +@@ -88,7 +88,7 @@ + #+sb-thread + (deftest* (frlock.1) + (handler-case +- (sb-ext:with-timeout 40 ++ (sb-ext:with-timeout 240 + (test-frlocks #+win32 :outer-write-pause #+win32 t )) + (sb-ext:timeout (c) + (error "~A" c))) -- cgit v1.2.3