summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDanny van Dyk <kugelfang@gentoo.org>2005-08-01 12:54:13 +0000
committerDanny van Dyk <kugelfang@gentoo.org>2005-08-01 12:54:13 +0000
commitf2926eb2451e1e1ef3b335a15461e6dff1f0902c (patch)
treeab4cfaee5ad7ffe58d7b96aa347370aee4ae2790 /www-misc
parentProperly fix underquoted definition of AM_PATH_LIBFAME. (diff)
downloadgentoo-2-f2926eb2451e1e1ef3b335a15461e6dff1f0902c.tar.gz
gentoo-2-f2926eb2451e1e1ef3b335a15461e6dff1f0902c.tar.bz2
gentoo-2-f2926eb2451e1e1ef3b335a15461e6dff1f0902c.zip
Finally fixing BUG #98357.
(Portage version: 2.0.51.22-r2)
Diffstat (limited to 'www-misc')
-rw-r--r--www-misc/htdig/ChangeLog7
-rw-r--r--www-misc/htdig/htdig-3.2.0_beta6.ebuild19
2 files changed, 7 insertions, 19 deletions
diff --git a/www-misc/htdig/ChangeLog b/www-misc/htdig/ChangeLog
index f9deb977bcc4..a717ce02f112 100644
--- a/www-misc/htdig/ChangeLog
+++ b/www-misc/htdig/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for www-misc/htdig
# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-misc/htdig/ChangeLog,v 1.10 2005/07/10 00:40:58 kugelfang Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-misc/htdig/ChangeLog,v 1.11 2005/08/01 12:54:13 kugelfang Exp $
+
+ 01 Aug 2005; Danny van Dyk <kugelfang@gentoo.org>
+ htdig-3.2.0_beta6.ebuild:
+ Removed -fPIC patch and the real cause for BUG #98357. -Wno-deprecated made
+ configure misbehave.
10 Jul 2005; Danny van Dyk <kugelfang@gentoo.org>
+files/htdig-3.2.0-fpic.patch, htdig-3.2.0_beta6.ebuild:
diff --git a/www-misc/htdig/htdig-3.2.0_beta6.ebuild b/www-misc/htdig/htdig-3.2.0_beta6.ebuild
index 73b9659a2396..f334b3f4f4e6 100644
--- a/www-misc/htdig/htdig-3.2.0_beta6.ebuild
+++ b/www-misc/htdig/htdig-3.2.0_beta6.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/www-misc/htdig/htdig-3.2.0_beta6.ebuild,v 1.2 2005/07/10 00:40:58 kugelfang Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-misc/htdig/htdig-3.2.0_beta6.ebuild,v 1.3 2005/08/01 12:54:13 kugelfang Exp $
inherit webapp eutils flag-o-matic
@@ -17,24 +17,7 @@ RDEPEND=">=sys-libs/zlib-1.1.3
app-arch/unzip"
DEPEND="${RDEPEND}"
-export CPPFLAGS="${CPPFLAGS} -Wno-deprecated"
-
-src_unpack() {
- unpack ${A}
- cd ${S}
- # Fixes BUG #98357
- epatch ${FILESDIR}/${P/_*/}-fpic.patch
-}
-
src_compile() {
- # BUG #98357
- automake --add-missing --copy || die "automake failed"
- cd ${S}/db
- automake --add-missing --copy || die "automake failed in db/"
-
- cd ${S}
- append-flags -Wno-deprecated
-
./configure \
--prefix=/usr \
--with-config-dir=/${MY_HOSTROOTDIR}/${PN} \