summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChema Alonso Josa <nimiux@gentoo.org>2017-09-27 20:57:53 +0200
committerChema Alonso Josa <nimiux@gentoo.org>2017-09-27 20:58:38 +0200
commita1a76abd89a6c1cb420c5b35472e470192345d7a (patch)
tree9e8d74418a1c1e5ce583e36fe48f4dfa399a9537 /dev-lisp
parentdev-lang/mercury-extras: filter out java+erlang grades for Mercury packages t... (diff)
downloadgentoo-a1a76abd89a6c1cb420c5b35472e470192345d7a.tar.gz
gentoo-a1a76abd89a6c1cb420c5b35472e470192345d7a.tar.bz2
gentoo-a1a76abd89a6c1cb420c5b35472e470192345d7a.zip
dev-lisp/sbcl: Removes unused patches
Closes: https://github.com/gentoo/gentoo/pull/5797 Package-Manager: Portage-2.3.8, Repoman-2.3.1
Diffstat (limited to 'dev-lisp')
-rw-r--r--dev-lisp/sbcl/files/concurrency-test.patch16
-rw-r--r--dev-lisp/sbcl/files/gentoo-fix_linux-os-c.patch14
2 files changed, 0 insertions, 30 deletions
diff --git a/dev-lisp/sbcl/files/concurrency-test.patch b/dev-lisp/sbcl/files/concurrency-test.patch
deleted file mode 100644
index 2c97488cc3d7..000000000000
--- a/dev-lisp/sbcl/files/concurrency-test.patch
+++ /dev/null
@@ -1,16 +0,0 @@
-diff -r -U1 sbcl-1.1.12.orig/contrib/sb-concurrency/tests/test-frlock.lisp sbcl-1.1.12/contrib/sb-concurrency/tests/test-frlock.lisp
---- sbcl-1.1.12.orig/contrib/sb-concurrency/tests/test-frlock.lisp 2013-09-30 20:15:42.000000000 +0700
-+++ sbcl-1.1.12/contrib/sb-concurrency/tests/test-frlock.lisp 2013-10-14 20:43:05.586366791 +0700
-@@ -19,5 +19,5 @@
-
--(defun test-frlocks (&key (reader-count 100) (read-count 1000000)
-+(defun test-frlocks (&key (reader-count 50) (read-count 500000)
- (outer-read-pause 0) (inner-read-pause 0)
-- (writer-count 10) (write-count 10000)
-+ (writer-count 10) (write-count 5000)
- (outer-write-pause 0.0001) (inner-write-pause 0))
-@@ -84,3 +84,3 @@
- (handler-case
-- (sb-ext:with-timeout 60 (test-frlocks))
-+ (sb-ext:with-timeout 240 (test-frlocks))
- (sb-ext:timeout (c)
diff --git a/dev-lisp/sbcl/files/gentoo-fix_linux-os-c.patch b/dev-lisp/sbcl/files/gentoo-fix_linux-os-c.patch
deleted file mode 100644
index b5c593051186..000000000000
--- a/dev-lisp/sbcl/files/gentoo-fix_linux-os-c.patch
+++ /dev/null
@@ -1,14 +0,0 @@
---- a/src/runtime/linux-os.c 2009-05-01 13:30:51.000000000 +0300
-+++ b/src/runtime/linux-os.c 2010-03-24 02:30:48.000000000 +0200
-@@ -56,11 +56,7 @@
- #include "cheneygc-internal.h"
- #endif
-
--#ifdef LISP_FEATURE_X86
--/* Prototype for personality(2). Done inline here since the header file
-- * for this isn't available on old versions of glibc. */
- int personality (unsigned long);
--#endif
-
- size_t os_vm_page_size;
-