summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDane Smith <smithdanea@gmail.com>2010-12-01 15:22:25 -0500
committerDane Smith <smithdanea@gmail.com>2010-12-01 15:22:25 -0500
commit426bb85aeca9614dbec4fc221f3f033905fc2cfe (patch)
treeb3a92faddc7e5485cf0f92c37bba4b56fe22140f /dev-libs/botan
parentRevision bump for botan-1.9.11. Fixed LDFLAGS respect. (diff)
downloadc1pher-426bb85aeca9614dbec4fc221f3f033905fc2cfe.tar.gz
c1pher-426bb85aeca9614dbec4fc221f3f033905fc2cfe.tar.bz2
c1pher-426bb85aeca9614dbec4fc221f3f033905fc2cfe.zip
Revbump. Fixed CFLAGS respect in botan.
Diffstat (limited to 'dev-libs/botan')
-rw-r--r--dev-libs/botan/ChangeLog6
-rw-r--r--dev-libs/botan/Manifest5
-rw-r--r--dev-libs/botan/botan-1.9.11-r2.ebuild (renamed from dev-libs/botan/botan-1.9.11-r1.ebuild)1
-rw-r--r--dev-libs/botan/files/botan-1.9.11-python_respect_cflags.patch25
4 files changed, 35 insertions, 2 deletions
diff --git a/dev-libs/botan/ChangeLog b/dev-libs/botan/ChangeLog
index 690395a..3411969 100644
--- a/dev-libs/botan/ChangeLog
+++ b/dev-libs/botan/ChangeLog
@@ -2,6 +2,12 @@
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+*botan-1.9.11-r2 (01 Dec 2010)
+
+ 01 Dec 2010; Dane Smith <c1pher@gentoo.org> -botan-1.9.11-r1.ebuild,
+ +botan-1.9.11-r2.ebuild, +files/botan-1.9.11-python_respect_cflags.patch:
+ Revision bump again. Fixed CFLAGS respect in Makefile.python.
+
*botan-1.9.11-r1 (01 Dec 2010)
01 Dec 2010; Dane Smith <c1pher@gentoo.org> -botan-1.9.11.ebuild,
diff --git a/dev-libs/botan/Manifest b/dev-libs/botan/Manifest
index b063500..f6d70d4 100644
--- a/dev-libs/botan/Manifest
+++ b/dev-libs/botan/Manifest
@@ -1,7 +1,8 @@
AUX botan-1.9.11-openssl_compile.patch 4603 RMD160 172a7a01bc3c8259c8ab6dfb3fbfda36d0eeb66a SHA1 be20ee2fc589fd1beacfbe5cc891266e8e272ad6 SHA256 7008c173e49072544f604a51cdd2045e7c0476c92192e5284cd96ff925740ade
+AUX botan-1.9.11-python_respect_cflags.patch 985 RMD160 2a6cd6e7d6e0bd4cf89e18923f21742bac800ef0 SHA1 6f79a2ca82618a99544984a53f262bb224e1d528 SHA256 4b9965297bd4bde15ef3ff6333fa209a5a968c3916a4fa5c07dc652653a8db2f
AUX botan-1.9.11-python_wrapper_fixes.patch 3186 RMD160 3be956306ed8460be3342f329acadc15a8d2aacc SHA1 4792a22b07a73351fe7441b64062d377ba4710c3 SHA256 5dfa21e23bbf235e837df187c422af0d5be09472898b78aa8689fd2820609d59
DIST Botan-1.9.10.tbz 2977027 RMD160 b50f499cf3771582aa92333a73b8423f5e5a73f0 SHA1 600ea40b1ff563e806e7d85369870c0e04b2ae61 SHA256 a54cb37d171808e727be2835d09a924feb49d68e982f1ed95c95e8393d1f2a07
DIST Botan-1.9.11.tbz 2968277 RMD160 2f6da620c4ed37de11ac5d3f27b290b2d113da16 SHA1 f74da0e5421e14bb6d878a0a30b342062d5dfdd5 SHA256 483f4e63d9ff69d4fa4854066543b9487a8e6ff976a14931a132571525a424c9
EBUILD botan-1.9.10.ebuild 2585 RMD160 bbb2baa4ebc4baa8542b9d4ddd1074c31e50ebbc SHA1 eedfa841305320a2423edc7ca40df91a986bfdc3 SHA256 e93bca4f0701ead75b69dc3c8b18772b00962221e6ad579e9d1e28c81979852a
-EBUILD botan-1.9.11-r1.ebuild 2770 RMD160 e5e65dba7467adcaf96d0ecd02cbebbdb0193a1b SHA1 c9a2403d83f21a5d52fb0300cf4fa182de3add00 SHA256 42b9617f1fed83638a3e4ab6353685af7f3b2197765819be7087b42171910aaf
-MISC ChangeLog 733 RMD160 72e8c31e5f4f667f8eaa4aaf7104985ebe0459b8 SHA1 e7da4ee27dcccb23bb13fb16f13fa2c84c68799c SHA256 f542b1feb4fe5af97bede573451cf5b2dfa1eb7324a9553b25e1409a46d68901
+EBUILD botan-1.9.11-r2.ebuild 2825 RMD160 0c9a004d8565b55b2bae2e37352b55835f3ae9e2 SHA1 b76e83918172e76ae7fc29c67e187fd95fde6b76 SHA256 3a34e3a2be5301e4ceb842e152d2e1ca8b451942f12800f1f7e5431ddae90db6
+MISC ChangeLog 977 RMD160 978bf37be03316920cca834fef79ab569ef48b85 SHA1 127a03568289302cbc8e81ad510c0e93413b122d SHA256 62624530da3e8eeda7dabcb5166d0a9f83f0570c0c1e3f2633e9b7f60a80f609
diff --git a/dev-libs/botan/botan-1.9.11-r1.ebuild b/dev-libs/botan/botan-1.9.11-r2.ebuild
index 7cf61c4..adb52f1 100644
--- a/dev-libs/botan/botan-1.9.11-r1.ebuild
+++ b/dev-libs/botan/botan-1.9.11-r2.ebuild
@@ -35,6 +35,7 @@ pkg_setup() {
src_prepare(){
epatch "${FILESDIR}"/${P}-python_wrapper_fixes.patch
epatch "${FILESDIR}"/${P}-openssl_compile.patch
+ epatch "${FILESDIR}"/${P}-python_respect_cflags.patch
}
src_configure() {
diff --git a/dev-libs/botan/files/botan-1.9.11-python_respect_cflags.patch b/dev-libs/botan/files/botan-1.9.11-python_respect_cflags.patch
new file mode 100644
index 0000000..e15c48a
--- /dev/null
+++ b/dev-libs/botan/files/botan-1.9.11-python_respect_cflags.patch
@@ -0,0 +1,25 @@
+#
+# old_revision [30bf23de07dd1dca68b59182d9099481cf5e2901]
+#
+# patch "src/build-data/makefile/python.in"
+# from [ea02068348f95c5be9cf878f8ea33880e5156fcf]
+# to [d64ee88702cff87e7467c00015166508892c5faa]
+#
+============================================================
+--- src/build-data/makefile/python.in ea02068348f95c5be9cf878f8ea33880e5156fcf
++++ src/build-data/makefile/python.in d64ee88702cff87e7467c00015166508892c5faa
+@@ -1,4 +1,5 @@ CXX = %{cc}
+ CXX = %{cc}
++CFLAGS = -Os
+ LDFLAGS =
+ WARN_FLAGS = %{warn_flags}
+
+@@ -6,7 +7,7 @@ PYTHON_SITE_PACKAGE_DIR = /usr/lib/pytho
+ PYTHON_INC = -I/usr/include/python%{python_version}
+ PYTHON_SITE_PACKAGE_DIR = /usr/lib/python%{python_version}/site-packages/
+
+-PYTHON_FLAGS = -Isrc/wrap/python -Os -fPIC -ftemplate-depth-255 $(WARN_FLAGS) $(PYTHON_INC)
++PYTHON_FLAGS = -Isrc/wrap/python -fPIC -ftemplate-depth-255 $(WARN_FLAGS) $(PYTHON_INC) $(CFLAGS)
+
+ BOTAN_PYTHON_MODDIR = %{python_obj_dir}
+