diff options
author | Nicholas Vinson <nvinson234@gmail.com> | 2016-09-07 06:06:24 -0700 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2016-09-11 18:00:28 +0200 |
commit | ff11c961891eb0a9d65414b7a72528958474015c (patch) | |
tree | d87143cd4d66f205ec10e974aaaa7504848a7f8f /dev-lisp | |
parent | dev-lisp/flexi-streams: Add SRC_URI arrow. (diff) | |
download | gentoo-ff11c961891eb0a9d65414b7a72528958474015c.tar.gz gentoo-ff11c961891eb0a9d65414b7a72528958474015c.tar.bz2 gentoo-ff11c961891eb0a9d65414b7a72528958474015c.zip |
dev-lisp/sbcl: Removed outdated patches
Patches removed:
- sbcl-1.1.17-gentoo-fix_nopie_for_hardened_toolchain.patch
- sbcl-1.2.11-solaris.patch
- sbcl-1.2.13-verbose-build.patch
Package-Manager: portage-2.3.0
Closes: https://github.com/gentoo/gentoo/pull/2300
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'dev-lisp')
3 files changed, 0 insertions, 59 deletions
diff --git a/dev-lisp/sbcl/files/sbcl-1.1.17-gentoo-fix_nopie_for_hardened_toolchain.patch b/dev-lisp/sbcl/files/sbcl-1.1.17-gentoo-fix_nopie_for_hardened_toolchain.patch deleted file mode 100644 index bf03ada518fe..000000000000 --- a/dev-lisp/sbcl/files/sbcl-1.1.17-gentoo-fix_nopie_for_hardened_toolchain.patch +++ /dev/null @@ -1,22 +0,0 @@ ---- sbcl-1.1.17-orig/src/runtime/Config.x86-linux 2014-03-31 03:14:22.000000000 +1100 -+++ sbcl-1.1.17/src/runtime/Config.x86-linux 2014-04-28 15:34:59.822482441 +1000 -@@ -27,7 +27,7 @@ - # (You *are* encouraged to design and implement a coherent stable - # interface, though.:-| As far as I (WHN 2002-05-19) know, no one is - # working on one and it would be a nice thing to have.) --LINKFLAGS += -Wl,--export-dynamic -m32 -+LINKFLAGS += -Wl,--export-dynamic -m32 -nopie - OS_LIBS = -ldl - - ifdef LISP_FEATURE_LARGEFILE ---- sbcl-1.1.17-orig/src/runtime/Config.x86-64-linux 2014-03-31 03:14:22.000000000 +1100 -+++ sbcl-1.1.17/src/runtime/Config.x86-64-linux 2014-04-28 15:35:22.364623003 +1000 -@@ -27,7 +27,7 @@ - # (You *are* encouraged to design and implement a coherent stable - # interface, though.:-| As far as I (WHN 2002-05-19) know, no one is - # working on one and it would be a nice thing to have.) --LINKFLAGS += -Wl,--export-dynamic -+LINKFLAGS += -Wl,--export-dynamic -nopie - OS_LIBS = -ldl - - ifdef LISP_FEATURE_LARGEFILE diff --git a/dev-lisp/sbcl/files/sbcl-1.2.11-solaris.patch b/dev-lisp/sbcl/files/sbcl-1.2.11-solaris.patch deleted file mode 100644 index 850fd5d9dba7..000000000000 --- a/dev-lisp/sbcl/files/sbcl-1.2.11-solaris.patch +++ /dev/null @@ -1,12 +0,0 @@ -diff -r -U2 sbcl-1.2.11.orig/src/runtime/Config.x86-sunos sbcl-1.2.11/src/runtime/Config.x86-sunos ---- sbcl-1.2.11.orig/src/runtime/Config.x86-sunos 2015-04-27 20:56:50.000000000 +0600 -+++ sbcl-1.2.11/src/runtime/Config.x86-sunos 2015-04-28 22:38:01.569103626 +0600 -@@ -12,6 +12,6 @@ - CC=gcc - CFLAGS = -g -O2 -Wall -D__EXTENSIONS__ -D_POSIX_C_SOURCE=199506L -DSVR4 -D_REENTRANT -fno-omit-frame-pointer --NM = nm -xgp --GREP = ggrep -+NM = nm -t x -p -+GREP = grep - - ASSEM_SRC = x86-assem.S ldso-stubs.S diff --git a/dev-lisp/sbcl/files/sbcl-1.2.13-verbose-build.patch b/dev-lisp/sbcl/files/sbcl-1.2.13-verbose-build.patch deleted file mode 100644 index ade4f0868c67..000000000000 --- a/dev-lisp/sbcl/files/sbcl-1.2.13-verbose-build.patch +++ /dev/null @@ -1,25 +0,0 @@ -diff -r -U2 sbcl-1.2.13.orig/make.sh sbcl-1.2.13/make.sh ---- sbcl-1.2.13.orig/make.sh 2015-06-29 01:24:03.000000000 +0600 -+++ sbcl-1.2.13/make.sh 2015-06-29 15:53:04.430927942 +0600 -@@ -25,5 +25,5 @@ - # any --xc-host parameter should be suitable for the host machine - # instead of the target. --sh make-config.sh "$@" || exit $? -+sh -x make-config.sh "$@" || exit $? - - . output/prefix.def -@@ -70,9 +70,9 @@ - # and the make-target-*.sh scripts will take care of transferring the - # necessary files. --time sh make-host-1.sh --time sh make-target-1.sh --time sh make-host-2.sh --time sh make-target-2.sh --time sh make-target-contrib.sh -+time sh -x make-host-1.sh -+time sh -x make-target-1.sh -+time sh -x make-host-2.sh -+time sh -x make-target-2.sh -+time sh -x make-target-contrib.sh - - NCONTRIBS=`find contrib -name Makefile -print | wc -l` |