summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Stelling <blubb@gentoo.org>2004-12-08 15:51:41 +0000
committerSimon Stelling <blubb@gentoo.org>2004-12-08 15:51:41 +0000
commite9fcb9b067dcfed834a35ec0fd3d4336dc940975 (patch)
tree8ff8e3433bd72515c7f59ab806a15c7817c52361 /sys-libs/db
parentFixed configure issue. bug #71931. (Manifest recommit) (diff)
downloadgentoo-2-e9fcb9b067dcfed834a35ec0fd3d4336dc940975.tar.gz
gentoo-2-e9fcb9b067dcfed834a35ec0fd3d4336dc940975.tar.bz2
gentoo-2-e9fcb9b067dcfed834a35ec0fd3d4336dc940975.zip
#57654
Diffstat (limited to 'sys-libs/db')
-rw-r--r--sys-libs/db/ChangeLog8
-rw-r--r--sys-libs/db/db-4.2.52_p2.ebuild5
-rw-r--r--sys-libs/db/files/db-4.2-libtool.patch20
3 files changed, 29 insertions, 4 deletions
diff --git a/sys-libs/db/ChangeLog b/sys-libs/db/ChangeLog
index 7231e85b8da9..bd3f017233df 100644
--- a/sys-libs/db/ChangeLog
+++ b/sys-libs/db/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for sys-libs/db
# Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/db/ChangeLog,v 1.106 2004/12/01 15:21:27 gustavoz Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/db/ChangeLog,v 1.107 2004/12/08 15:51:41 blubb Exp $
+
+ 08 Dec 2004; Simon Stelling <blubb@gentoo.org>
+ +files/db-4.2-libtool.patch, db-4.2.52_p2.ebuild:
+ added Andy Lutomirski's patch and marked ~amd64, see bug #57654
01 Dec 2004; Gustavo Zacarias <gustavoz@gentoo.org> db-4.1.25_p1-r4.ebuild:
Stable on sparc
@@ -425,7 +429,7 @@
15 Jul 2002; Mark Guertin <gerk@gentoo.org>
Added ppc to keywords
- 1 Feb 2002; José Alberto Suárez López <bass@gentoo.org> Changelog db-1.85-r1.ebuild :
+ 1 Feb 2002; José Alberto Suárez López <bass@gentoo.org> Changelog db-1.85-r1.ebuild :
Fixed an error with the source url.
diff --git a/sys-libs/db/db-4.2.52_p2.ebuild b/sys-libs/db/db-4.2.52_p2.ebuild
index ddb911520522..d2739277dbc4 100644
--- a/sys-libs/db/db-4.2.52_p2.ebuild
+++ b/sys-libs/db/db-4.2.52_p2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/db/db-4.2.52_p2.ebuild,v 1.10 2004/10/01 14:33:56 blubb Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/db/db-4.2.52_p2.ebuild,v 1.11 2004/12/08 15:51:41 blubb Exp $
IUSE="tcltk java doc"
@@ -30,7 +30,7 @@ done
HOMEPAGE="http://www.sleepycat.com"
SLOT="4.2"
LICENSE="DB"
-KEYWORDS="~x86 ~sparc ~ia64 ~ppc"
+KEYWORDS="~x86 ~sparc ~ia64 ~ppc ~amd64"
DEPEND="tcltk? ( >=dev-lang/tcl-8.4 )
java? ( virtual/jdk )"
@@ -46,6 +46,7 @@ src_unpack() {
epatch ${DISTDIR}/patch.${MY_PV}.${i}
done
epatch ${FILESDIR}/${PN}-${SLOT}-jarlocation.patch
+ epatch ${FILESDIR}/${PN}-${SLOT}-libtool.patch
epatch ${FILESDIR}/${PN}-4.0.14-fix-dep-link.patch
diff --git a/sys-libs/db/files/db-4.2-libtool.patch b/sys-libs/db/files/db-4.2-libtool.patch
new file mode 100644
index 000000000000..a4a9db7f4557
--- /dev/null
+++ b/sys-libs/db/files/db-4.2-libtool.patch
@@ -0,0 +1,20 @@
+--- ./dist/configure.orig 2004-09-22 22:58:48.421632944 -0700
++++ ./dist/configure 2004-09-22 23:02:55.068136976 -0700
+@@ -5657,7 +5657,7 @@
+ echo $ECHO_N "(cached) $ECHO_C" >&6
+ else
+ # I'd rather use --version here, but apparently some GNU ld's only accept -v.
+-case `"$LD" -v 2>&1 </dev/null` in
++case `$LD -v 2>&1 </dev/null` in
+ *GNU* | *'with BFD'*)
+ lt_cv_prog_gnu_ld=yes
+ ;;
+@@ -11135,7 +11135,7 @@
+ echo $ECHO_N "(cached) $ECHO_C" >&6
+ else
+ # I'd rather use --version here, but apparently some GNU ld's only accept -v.
+-case `"$LD" -v 2>&1 </dev/null` in
++case `$LD -v 2>&1 </dev/null` in
+ *GNU* | *'with BFD'*)
+ lt_cv_prog_gnu_ld=yes
+ ;;