dev-db/firebird: correct some configure flags and do not delete the external packages

git-svn-id: https://svn.disconnected-by-peer.at/svn/linamh/trunk/linamh@1452 6952d904-891a-0410-993b-d76249ca496b
This commit is contained in:
geos_one 2009-08-07 12:08:58 +00:00
parent bd121df26e
commit 7123efd332
3 changed files with 8 additions and 4 deletions

View File

@ -2,6 +2,10 @@
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/dev-db/firebird/ChangeLog,v 1.97 2009/01/18 22:03:05 jsbronder Exp $
07 Aug 2009; Mario Fetka <mario.fetka@gmail.com>
firebird-2.1.2.18118.0.ebuild:
correct some configure flags and do not delete the external packages
07 Aug 2009; Mario Fetka <mario.fetka@gmail.com>
firebird-2.1.2.18118.0.ebuild, +files/firebird-gcc-icu-declare-new.patch:
Bump and add icu and gcc 4.4 patch

View File

@ -7,6 +7,6 @@ AUX firebird.init.d 692 RMD160 fd32d3ca38f149df1c6c46697a9c043b22bf25dd SHA1 379
AUX firebird.xinetd.2 199 RMD160 97baaf905714cdfe2c062a05869ed7bf02ab0e08 SHA1 1186bbc61ecd17adeb598442d78abfaa3ac54194 SHA256 c0ea0c66e17c41633c19f7bed8cc8f818a3e1afad796d8d493c3b532b498da48
DIST Firebird-2.1.2.18118-0.tar.bz2 13485341 RMD160 37a35600092758715b4d1f82d728fa2e87f8c2de SHA1 1f2528af1804eb09f06f8cfa1d97b9643af181ef SHA256 91cb30a744c6d1e05a259ca97acc1f24d20e478ac37b7130e0675f209b3ec6e3
DIST ib_b60_doc.zip 10530848 RMD160 c64b4b6bc9125929928517ba072558a58ddf577d SHA1 5e94fb89e15f738aa8605c913e75ec212fa163ef SHA256 8c0158678b2a2fe3ba3abfea1f5487fc5af2644d66837ab8a558f5ad6b6cfd6d
EBUILD firebird-2.1.2.18118.0.ebuild 10126 RMD160 43d52d00da3a3ae0a57c37ba0c05dd24ca4021f3 SHA1 5840df4c69f5ec6fab2a4bc46838536195f91baf SHA256 c1d7417a633da5e3536294a4e5b4608f2c0ed2eb4359d963499256d511feffda
MISC ChangeLog 21374 RMD160 c71bdf2f66411117502b7daa914a8ee9db609d56 SHA1 58e0ad95beaf9827e97a6215ae92da4bb2364636 SHA256 fe5227a00180d555fb0ce25cdd137a150842b18ed0515ea2d32e0ccfed6e17e2
EBUILD firebird-2.1.2.18118.0.ebuild 10153 RMD160 a60b0895aa0c971f7fd567f857db36aa6df0756b SHA1 6f585713105140351015a8646134ea194cb020e0 SHA256 5a099c7b42b71d3dfe497c903625ab71267430d5f2be1a04b80655797b473b9f
MISC ChangeLog 21530 RMD160 6b9195595773d3a7e2c07ec07e3a8385865a36ea SHA1 5114d632040749d608ef99c94fb3d6bc8b40bb63 SHA256 5c966a4e80043d20f79adc7e7ce47bfba24328e049175e9f00b25781cd5e743c
MISC metadata.xml 619 RMD160 098761b0ad299b3c7bf0d3b59b9ebe2cf01cc145 SHA1 ef2a0fbd0a8b21692ae1a2a12e8b0ce7222fff9f SHA256 6b01dc565960c0345d81dafc9775196f4bc719eb925ea94c6b0a0c20e195e9e8

View File

@ -119,7 +119,7 @@ src_unpack() {
src/msgs/messages2.sql | wc -l)" "6" "src/msgs/messages2.sql" # 6 lines
find "${S}" -name \*.sh -print0 | xargs -0 chmod +x
rm -rf "${S}"/extern/{editline,icu}
# rm -rf "${S}"/extern/{editline,icu}
eautoreconf
}
@ -128,7 +128,7 @@ src_compile() {
filter-flags -fprefetch-loop-arrays
filter-mfpmath sse
econf --prefix=/usr/lib/firebird --with-editline \
econf --prefix=/usr/lib/firebird --with-system-editline --with-system-icu \
$(use_enable !xinetd superserver) \
$(use_enable debug) \
${myconf} || die "econf failed"