summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Cummings <mcummings@gentoo.org>2005-12-05 11:08:34 +0000
committerMichael Cummings <mcummings@gentoo.org>2005-12-05 11:08:34 +0000
commitdf1617d732a126d178974cd49e8009f9b8668c28 (patch)
treee72f92735aabd2f344eec34fe4c83b98208ccff0
parentPatched to give focus to the location bar, bug 114329. (diff)
downloadgentoo-2-df1617d732a126d178974cd49e8009f9b8668c28.tar.gz
gentoo-2-df1617d732a126d178974cd49e8009f9b8668c28.tar.bz2
gentoo-2-df1617d732a126d178974cd49e8009f9b8668c28.zip
Mistaken commit missed the picdl patch (was working on bug 65624, which this patch appears to cause a seg fault with)
(Portage version: 2.0.53_rc7)
-rw-r--r--dev-lang/perl/ChangeLog7
-rw-r--r--dev-lang/perl/perl-5.8.6-r7.ebuild4
-rw-r--r--dev-lang/perl/perl-5.8.7-r2.ebuild4
3 files changed, 10 insertions, 5 deletions
diff --git a/dev-lang/perl/ChangeLog b/dev-lang/perl/ChangeLog
index c411bc8b8b3c..b1ffb57114e9 100644
--- a/dev-lang/perl/ChangeLog
+++ b/dev-lang/perl/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for dev-lang/perl
# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/perl/ChangeLog,v 1.171 2005/12/02 08:56:41 josejx Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/perl/ChangeLog,v 1.172 2005/12/05 11:08:33 mcummings Exp $
+
+ 05 Dec 2005; <mcummings@gentoo.org> perl-5.8.6-r7.ebuild,
+ perl-5.8.7-r2.ebuild:
+ Mistaken commit missed the picdl patch (was working on bug 65624, which this
+ patch appears to cause a seg fault with)
02 Dec 2005; Joseph Jezak <josejx@gentoo.org> perl-5.8.6-r7.ebuild:
Marked ppc stable for bug #114113.
diff --git a/dev-lang/perl/perl-5.8.6-r7.ebuild b/dev-lang/perl/perl-5.8.6-r7.ebuild
index b45ca7be4fe7..2975545b6bb3 100644
--- a/dev-lang/perl/perl-5.8.6-r7.ebuild
+++ b/dev-lang/perl/perl-5.8.6-r7.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/dev-lang/perl/perl-5.8.6-r7.ebuild,v 1.4 2005/12/03 19:59:59 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/perl/perl-5.8.6-r7.ebuild,v 1.5 2005/12/05 11:08:34 mcummings Exp $
inherit eutils flag-o-matic toolchain-funcs multilib
@@ -91,7 +91,7 @@ src_unpack() {
# extensions (like DynaLoader). i believe this is
# counterproductive on a Gentoo system which has both a shared
# and static libperl, so effectively revert this here.
- # cd ${S}; epatch ${FILESDIR}/${PN}-picdl.patch
+ cd ${S}; epatch ${FILESDIR}/${PN}-picdl.patch
# Configure makes an unwarranted assumption that /bin/ksh is a
# good shell. This patch makes it revert to using /bin/sh unless
diff --git a/dev-lang/perl/perl-5.8.7-r2.ebuild b/dev-lang/perl/perl-5.8.7-r2.ebuild
index e2589570c88f..abcdc6bde8eb 100644
--- a/dev-lang/perl/perl-5.8.7-r2.ebuild
+++ b/dev-lang/perl/perl-5.8.7-r2.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/dev-lang/perl/perl-5.8.7-r2.ebuild,v 1.4 2005/12/01 18:53:09 dang Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/perl/perl-5.8.7-r2.ebuild,v 1.5 2005/12/05 11:08:34 mcummings Exp $
inherit eutils flag-o-matic toolchain-funcs multilib
@@ -91,7 +91,7 @@ src_unpack() {
# extensions (like DynaLoader). i believe this is
# counterproductive on a Gentoo system which has both a shared
# and static libperl, so effectively revert this here.
- # cd ${S}; epatch ${FILESDIR}/${PN}-picdl.patch
+ cd ${S}; epatch ${FILESDIR}/${PN}-picdl.patch
# Configure makes an unwarranted assumption that /bin/ksh is a
# good shell. This patch makes it revert to using /bin/sh unless