diff options
author | 2009-10-17 04:52:52 +0000 | |
---|---|---|
committer | 2009-10-17 04:52:52 +0000 | |
commit | 9f78785d344798e3c9e962cfd5540eb9b88f962d (patch) | |
tree | 6327a8321d181d5a42fb3c6747d139b3da96c0a4 /dev-libs/botan/files | |
parent | (non maintainer commit) Add rdep for whois, bug 288481 (diff) | |
download | historical-9f78785d344798e3c9e962cfd5540eb9b88f962d.tar.gz historical-9f78785d344798e3c9e962cfd5540eb9b88f962d.tar.bz2 historical-9f78785d344798e3c9e962cfd5540eb9b88f962d.zip |
Delete older ebuild.
Diffstat (limited to 'dev-libs/botan/files')
-rw-r--r-- | dev-libs/botan/files/botan-1.6.1-asm.patch | 39 | ||||
-rw-r--r-- | dev-libs/botan/files/botan-1.6.1-gcc-4.2.patch | 19 | ||||
-rw-r--r-- | dev-libs/botan/files/botan-1.6.1-gcc-4.3.patch | 19 |
3 files changed, 0 insertions, 77 deletions
diff --git a/dev-libs/botan/files/botan-1.6.1-asm.patch b/dev-libs/botan/files/botan-1.6.1-asm.patch deleted file mode 100644 index 6bb1675860a6..000000000000 --- a/dev-libs/botan/files/botan-1.6.1-asm.patch +++ /dev/null @@ -1,39 +0,0 @@ -# -# old_revision [0f5f960e749e55bc7b457b944ec168184353c300] -# -# patch "modules/alg_amd64/asm_macr.h" -# from [c8fe2875602bdeeb27250cf791110e664b82cf0e] -# to [35d79aea75780161d6d8c707a78f17f03955e6f6] -# -# patch "modules/alg_ia32/asm_macr.h" -# from [540af413c630f50e7f0859b972be4d6618c788eb] -# to [6454d46724e0b61ef2e110644f61b8fe165a2323] -# -============================================================ ---- modules/alg_amd64/asm_macr.h c8fe2875602bdeeb27250cf791110e664b82cf0e -+++ modules/alg_amd64/asm_macr.h 35d79aea75780161d6d8c707a78f17f03955e6f6 -@@ -6,6 +6,10 @@ - #ifndef BOTAN_EXT_ASM_MACROS_H__ - #define BOTAN_EXT_ASM_MACROS_H__ - -+#ifdef __ELF__ -+.section .note.GNU-stack,"",%progbits -+#endif -+ - /************************************************* - * General/Global Macros * - *************************************************/ -============================================================ ---- modules/alg_ia32/asm_macr.h 540af413c630f50e7f0859b972be4d6618c788eb -+++ modules/alg_ia32/asm_macr.h 6454d46724e0b61ef2e110644f61b8fe165a2323 -@@ -6,6 +6,10 @@ - #ifndef BOTAN_EXT_ASM_MACROS_H__ - #define BOTAN_EXT_ASM_MACROS_H__ - -+#ifdef __ELF__ -+.section .note.GNU-stack,"",%progbits -+#endif -+ - /************************************************* - * General/Global Macros * - *************************************************/ diff --git a/dev-libs/botan/files/botan-1.6.1-gcc-4.2.patch b/dev-libs/botan/files/botan-1.6.1-gcc-4.2.patch deleted file mode 100644 index cdeffbd4e4b4..000000000000 --- a/dev-libs/botan/files/botan-1.6.1-gcc-4.2.patch +++ /dev/null @@ -1,19 +0,0 @@ -# -# old_revision [98e326ec23e729a704878ea5174472e0b4d8f2a1] -# -# patch "configure.pl" -# from [a32942b1c853313df9bd9014344f61952bc45279] -# to [ac4bc30d588510c3702b07b97f07ab2fd29d93d8] -# -============================================================ ---- configure.pl a32942b1c853313df9bd9014344f61952bc45279 -+++ configure.pl ac4bc30d588510c3702b07b97f07ab2fd29d93d8 -@@ -334,7 +334,7 @@ sub choose_target { - # buggy GCC. There is no reduction in code quality so even - # if we're wrong it's OK. - -- if(($gcc_version =~ /4\.[01]/) || ($gcc_version =~ /3\.[34]/) || -+ if(($gcc_version =~ /4\.[0123456]/) || ($gcc_version =~ /3\.[34]/) || - ($gcc_version =~ /2\.95\.[0-4]/) || - ($gcc_version eq '' && $^O eq 'cygwin')) - { diff --git a/dev-libs/botan/files/botan-1.6.1-gcc-4.3.patch b/dev-libs/botan/files/botan-1.6.1-gcc-4.3.patch deleted file mode 100644 index 6352414d5430..000000000000 --- a/dev-libs/botan/files/botan-1.6.1-gcc-4.3.patch +++ /dev/null @@ -1,19 +0,0 @@ -# -# old_revision [0f5f960e749e55bc7b457b944ec168184353c300] -# -# patch "modules/es_unix/unix_cmd.cpp" -# from [a6f6bcae52c8704373362bde3174cc1688b65702] -# to [9727c050244b2a27760d460a060ed36ebd37b08d] -# -============================================================ ---- modules/es_unix/unix_cmd.cpp -a6f6bcae52c8704373362bde3174cc1688b65702 -+++ modules/es_unix/unix_cmd.cpp -9727c050244b2a27760d460a060ed36ebd37b08d -@@ -16,6 +16,7 @@ - #include <sys/time.h> - #include <sys/types.h> - #include <sys/wait.h> -+#include <stdlib.h> - #include <unistd.h> - #include <signal.h> |