summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <ssuominen@gentoo.org>2010-10-24 18:40:01 +0000
committerSamuli Suominen <ssuominen@gentoo.org>2010-10-24 18:40:01 +0000
commit35c3325ded152a18bb960d8940378c9bd0c3d9d7 (patch)
treedfa4e93e876dd68274f74f58c6ee8abcdb54f827 /net-p2p
parentStable for HPPA (bug #341179). (diff)
downloadgentoo-2-35c3325ded152a18bb960d8940378c9bd0c3d9d7.tar.gz
gentoo-2-35c3325ded152a18bb960d8940378c9bd0c3d9d7.tar.bz2
gentoo-2-35c3325ded152a18bb960d8940378c9bd0c3d9d7.zip
Don't check DynaLoader library for compability with recent perl wrt #276928 by Diego E. Pettenò.
(Portage version: 2.2.0_alpha1/cvs/Linux x86_64)
Diffstat (limited to 'net-p2p')
-rw-r--r--net-p2p/dbhub/ChangeLog7
-rw-r--r--net-p2p/dbhub/dbhub-0.451.ebuild5
-rw-r--r--net-p2p/dbhub/files/dbhub-no-dynaloader.patch12
3 files changed, 21 insertions, 3 deletions
diff --git a/net-p2p/dbhub/ChangeLog b/net-p2p/dbhub/ChangeLog
index 5b0d66848050..feb3ae4bb74e 100644
--- a/net-p2p/dbhub/ChangeLog
+++ b/net-p2p/dbhub/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for net-p2p/dbhub
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-p2p/dbhub/ChangeLog,v 1.29 2010/06/29 19:53:52 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-p2p/dbhub/ChangeLog,v 1.30 2010/10/24 18:40:01 ssuominen Exp $
+
+ 24 Oct 2010; Samuli Suominen <ssuominen@gentoo.org> dbhub-0.451.ebuild,
+ +files/dbhub-no-dynaloader.patch:
+ Don't check DynaLoader library for compability with recent perl wrt
+ #276928 by Diego E. Pettenò.
29 Jun 2010; Samuli Suominen <ssuominen@gentoo.org> dbhub-0.451.ebuild,
files/dbhub-gentoo.patch:
diff --git a/net-p2p/dbhub/dbhub-0.451.ebuild b/net-p2p/dbhub/dbhub-0.451.ebuild
index c750b62d26d8..2540dd819b92 100644
--- a/net-p2p/dbhub/dbhub-0.451.ebuild
+++ b/net-p2p/dbhub/dbhub-0.451.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-p2p/dbhub/dbhub-0.451.ebuild,v 1.3 2010/06/29 19:53:52 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-p2p/dbhub/dbhub-0.451.ebuild,v 1.4 2010/10/24 18:40:01 ssuominen Exp $
EAPI=2
inherit autotools eutils
@@ -18,7 +18,8 @@ DEPEND="perl? ( dev-lang/perl )
switch_user? ( sys-libs/libcap )"
src_prepare() {
- epatch "${FILESDIR}"/${PN}-gentoo.patch
+ epatch "${FILESDIR}"/${PN}-gentoo.patch \
+ "${FILESDIR}"/${PN}-no-dynaloader.patch
eautoreconf
}
diff --git a/net-p2p/dbhub/files/dbhub-no-dynaloader.patch b/net-p2p/dbhub/files/dbhub-no-dynaloader.patch
new file mode 100644
index 000000000000..493b83a2943e
--- /dev/null
+++ b/net-p2p/dbhub/files/dbhub-no-dynaloader.patch
@@ -0,0 +1,12 @@
+http://bugs.gentoo.org/276928
+
+--- configure.ac
++++ configure.ac
+@@ -122,7 +122,6 @@
+ #endif
+ ]])
+ AC_CHECK_LIB([perl],[perl_run],,LIBPERL_MISSING="true";HAVE_PERL="false")
+- AC_CHECK_FILE("$perl_loader", [AC_SUBST(perl_ldd) HAVE_DYNLOAD="yes"], HAVE_DYNLOAD="no";HAVE_PERL="false")
+ else
+ HAVE_PERL="false"
+ fi