ian 07/11/18 17:37:26
Modified: perl-5.8.8-r2.ebuild perl-5.8.8-r3.ebuild ChangeLog
Log:
Reverting solars changes; bug #199518
(Portage version: 2.1.3.19)
Revision Changes Path
1.44 dev-lang/perl/perl-5.8.8-r2.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/perl/perl-5.8.8-r2.ebuild?rev=1.44&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/perl/perl-5.8.8-r2.ebuild?rev=1.44&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/perl/perl-5.8.8-r2.ebuild?r1=1.43&r2=1.44
Index: perl-5.8.8-r2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-lang/perl/perl-5.8.8-r2.ebuild,v
retrieving revision 1.43
retrieving revision 1.44
diff -u -r1.43 -r1.44
--- perl-5.8.8-r2.ebuild 18 Nov 2007 07:04:34 -0000 1.43
+++ perl-5.8.8-r2.ebuild 18 Nov 2007 17:37:25 -0000 1.44
@@ -1,6 +1,6 @@
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/perl/perl-5.8.8-r2.ebuild,v 1.43 2007/11/18 07:04:34 solar Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/perl/perl-5.8.8-r2.ebuild,v 1.44 2007/11/18 17:37:25 ian Exp $
inherit eutils flag-o-matic toolchain-funcs multilib
@@ -123,7 +123,8 @@
# filter it otherwise configure fails. See #125535.
epatch ${FILESDIR}/perl-hppa-pa7200-configure.patch
- epatch ${FILESDIR}/${P}-libbits.patch
+ #[[ ${get_libdir} == lib64 ]] && cd ${S} && epatch ${FILESDIR}/${P}-lib64.patch
+ use amd64 || use ppc64 && cd ${S} && epatch ${FILESDIR}/${P}-lib64.patch
[[ ${CHOST} == *-dragonfly* ]] && cd ${S} && epatch ${FILESDIR}/${P}-dragonfly-clean.patch
[[ ${CHOST} == *-freebsd* ]] && cd ${S} && epatch ${FILESDIR}/${P}-fbsdhints.patch
@@ -246,12 +247,6 @@
[[ ${ELIBC} == "FreeBSD" ]] && myconf "-Dlibc=/usr/$(get_libdir)/libc.a"
- case "$(get_libdir)" in
- lib) export BITS="";;
- lib32) export BITS=32;;
- lib64) export BITS=64;;
- esac
-
if [[ $(get_libdir) != "lib" ]] ; then
# We need to use " and not ', as the written config.sh use ' ...
myconf "-Dlibpth=/usr/local/$(get_libdir) /$(get_libdir) /usr/$(get_libdir)"
1.10 dev-lang/perl/perl-5.8.8-r3.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/perl/perl-5.8.8-r3.ebuild?rev=1.10&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/perl/perl-5.8.8-r3.ebuild?rev=1.10&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/perl/perl-5.8.8-r3.ebuild?r1=1.9&r2=1.10
Index: perl-5.8.8-r3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-lang/perl/perl-5.8.8-r3.ebuild,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- perl-5.8.8-r3.ebuild 18 Nov 2007 07:04:34 -0000 1.9
+++ perl-5.8.8-r3.ebuild 18 Nov 2007 17:37:25 -0000 1.10
@@ -1,6 +1,6 @@
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/perl/perl-5.8.8-r3.ebuild,v 1.9 2007/11/18 07:04:34 solar Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/perl/perl-5.8.8-r3.ebuild,v 1.10 2007/11/18 17:37:25 ian Exp $
inherit eutils flag-o-matic toolchain-funcs multilib
@@ -123,7 +123,8 @@
# filter it otherwise configure fails. See #125535.
epatch "${FILESDIR}"/perl-hppa-pa7200-configure.patch
- epatch "${FILESDIR}"/${P}-libbits.patch
+ #[[ ${get_libdir} == lib64 ]] && cd ${S} && epatch ${FILESDIR}/${P}-lib64.patch
+ use amd64 || use ppc64 && cd "${S}" && epatch "${FILESDIR}"/${P}-lib64.patch
[[ ${CHOST} == *-dragonfly* ]] && cd "${S}" && epatch "${FILESDIR}"/${P}-dragonfly-clean.patch
[[ ${CHOST} == *-freebsd* ]] && cd "${S}" && epatch "${FILESDIR}"/${P}-fbsdhints.patch
@@ -250,12 +251,6 @@
[[ ${ELIBC} == "FreeBSD" ]] && myconf "-Dlibc=/usr/$(get_libdir)/libc.a"
- case "$(get_libdir)" in
- lib) export BITS="";;
- lib32) export BITS=32;;
- lib64) export BITS=64;;
- esac
-
if [[ $(get_libdir) != "lib" ]] ; then
# We need to use " and not ', as the written config.sh use ' ...
myconf "-Dlibpth=/usr/local/$(get_libdir) /$(get_libdir) /usr/$(get_libdir)"
1.260 dev-lang/perl/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/perl/ChangeLog?rev=1.260&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/perl/ChangeLog?rev=1.260&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/perl/ChangeLog?r1=1.259&r2=1.260
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-lang/perl/ChangeLog,v
retrieving revision 1.259
retrieving revision 1.260
diff -u -r1.259 -r1.260
--- ChangeLog 18 Nov 2007 07:04:34 -0000 1.259
+++ ChangeLog 18 Nov 2007 17:37:25 -0000 1.260
@@ -1,6 +1,10 @@
# ChangeLog for dev-lang/perl
# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/perl/ChangeLog,v 1.259 2007/11/18 07:04:34 solar Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/perl/ChangeLog,v 1.260 2007/11/18 17:37:25 ian Exp $
+
+ 18 Nov 2007; Christian Hartmann <ian@g.o> perl-5.8.8-r2.ebuild,
+ perl-5.8.8-r3.ebuild:
+ Reverting solars changes; bug #199518
18 Nov 2007; <solar@g.o> -files/perl-5.8.8-lib64.patch,
+files/perl-5.8.8-libbits.patch, perl-5.8.8-r2.ebuild,
--
gentoo-commits@g.o mailing list
|