diff options
author | Paul de Vrieze <pauldv@gentoo.org> | 2008-02-12 09:59:54 +0000 |
---|---|---|
committer | Paul de Vrieze <pauldv@gentoo.org> | 2008-02-12 09:59:54 +0000 |
commit | 86fe75836c62ece422432962875280b9de9ab384 (patch) | |
tree | 217833137d06eef7bd517ad485e64c0674c41ba5 /sys-libs | |
parent | stable x86, bug 209630 (diff) | |
download | gentoo-2-86fe75836c62ece422432962875280b9de9ab384.tar.gz gentoo-2-86fe75836c62ece422432962875280b9de9ab384.tar.bz2 gentoo-2-86fe75836c62ece422432962875280b9de9ab384.zip |
Remove java useflag for old db-3.2.9-r11 version. People using the bindings would use more recent versions that actually work.
(Portage version: 2.1.4.3)
Diffstat (limited to 'sys-libs')
-rw-r--r-- | sys-libs/db/ChangeLog | 7 | ||||
-rw-r--r-- | sys-libs/db/db-3.2.9-r11.ebuild | 17 |
2 files changed, 11 insertions, 13 deletions
diff --git a/sys-libs/db/ChangeLog b/sys-libs/db/ChangeLog index d26258e39f9b..816b4b1cde2d 100644 --- a/sys-libs/db/ChangeLog +++ b/sys-libs/db/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for sys-libs/db # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/db/ChangeLog,v 1.232 2008/01/05 11:57:29 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/db/ChangeLog,v 1.233 2008/02/12 09:59:54 pauldv Exp $ + + 12 Feb 2008; <paul@gentoo.org> db-3.2.9-r11.ebuild: + The java useflag actually fails because of db's way to find the headers (bug + #207164). As the lack of reports indicates that people don't use it. The + useflag is disabled for now on this old version of db. 05 Jan 2008; Raúl Porcel <armin76@gentoo.org> db-4.3.29-r2.ebuild: Add ~alpha wrt #204213 diff --git a/sys-libs/db/db-3.2.9-r11.ebuild b/sys-libs/db/db-3.2.9-r11.ebuild index 2175283038c7..da0270f865b1 100644 --- a/sys-libs/db/db-3.2.9-r11.ebuild +++ b/sys-libs/db/db-3.2.9-r11.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/db/db-3.2.9-r11.ebuild,v 1.14 2007/10/25 07:03:32 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/db/db-3.2.9-r11.ebuild,v 1.15 2008/02/12 09:59:54 pauldv Exp $ -inherit gnuconfig libtool eutils db java-pkg-opt-2 +inherit gnuconfig libtool eutils db DESCRIPTION="Berkeley DB for transaction support in MySQL" HOMEPAGE="http://www.sleepycat.com/" @@ -13,13 +13,12 @@ SLOT="3" # This ebuild is to be the compatibility ebuild for when db4 is put # in the tree. KEYWORDS="~alpha amd64 arm ~hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86" -IUSE="doc java" +IUSE="doc" DEPEND="${RDEPEND} =sys-libs/db-1.85* sys-devel/libtool - sys-devel/m4 - java? ( >=virtual/jre-1.4 )" + sys-devel/m4" # We need m4 too else build fails without config.guess # This doesn't build without exceptions @@ -28,9 +27,6 @@ export CXXFLAGS="${CXXFLAGS/-fno-exceptions/-fexceptions}" src_unpack() { unpack ${A} - use java && export JAVACABS=${JAVAC} - use java && export JAVACFLAGS=$(java-pkg_javac-args) - chmod -R ug+w * cd "${WORKDIR}"/${P} @@ -58,8 +54,6 @@ src_unpack() { sed -i "s,\(-D_GNU_SOURCE\),\1 ${CFLAGS}," configure cd "${S}" - epatch "${FILESDIR}"/${P}-jarlocation.patch - epatch "${FILESDIR}"/db-3.2.9-java15.patch gnuconfig_update } @@ -80,7 +74,6 @@ src_compile() { # Robin H. Johnson <robbat2@gentoo.org> (18 Oct 2003) conf_shared="${conf_shared} - `use_enable java` --enable-dynamic" # TCL support is also broken |