Gentoo Archives: gentoo-commits

From: "Raul Porcel (armin76)" <armin76@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-devel/libperl: ChangeLog libperl-5.8.8-r2.ebuild
Date: Wed, 31 Mar 2010 19:17:01
Message-Id: E1Nx2y4-0005Pp-Td@stork.gentoo.org
1 armin76 10/03/31 18:48:44
2
3 Modified: ChangeLog libperl-5.8.8-r2.ebuild
4 Log:
5 Drop -O1 on arm/ia64 as it works fine
6 (Portage version: 2.1.7.17/cvs/Linux ia64)
7
8 Revision Changes Path
9 1.153 sys-devel/libperl/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/libperl/ChangeLog?rev=1.153&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/libperl/ChangeLog?rev=1.153&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/libperl/ChangeLog?r1=1.152&r2=1.153
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/sys-devel/libperl/ChangeLog,v
18 retrieving revision 1.152
19 retrieving revision 1.153
20 diff -u -r1.152 -r1.153
21 --- ChangeLog 14 Mar 2010 15:50:19 -0000 1.152
22 +++ ChangeLog 31 Mar 2010 18:48:44 -0000 1.153
23 @@ -1,6 +1,9 @@
24 # ChangeLog for sys-devel/libperl
25 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/libperl/ChangeLog,v 1.152 2010/03/14 15:50:19 aballier Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/sys-devel/libperl/ChangeLog,v 1.153 2010/03/31 18:48:44 armin76 Exp $
28 +
29 + 31 Mar 2010; Raúl Porcel <armin76@g.o> libperl-5.8.8-r2.ebuild:
30 + Drop -O1 on arm/ia64 as it works fine
31
32 14 Mar 2010; Alexis Ballier <aballier@g.o> libperl-5.10.1.ebuild:
33 keyword ~x86-fbsd
34
35
36
37 1.14 sys-devel/libperl/libperl-5.8.8-r2.ebuild
38
39 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/libperl/libperl-5.8.8-r2.ebuild?rev=1.14&view=markup
40 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/libperl/libperl-5.8.8-r2.ebuild?rev=1.14&content-type=text/plain
41 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/libperl/libperl-5.8.8-r2.ebuild?r1=1.13&r2=1.14
42
43 Index: libperl-5.8.8-r2.ebuild
44 ===================================================================
45 RCS file: /var/cvsroot/gentoo-x86/sys-devel/libperl/libperl-5.8.8-r2.ebuild,v
46 retrieving revision 1.13
47 retrieving revision 1.14
48 diff -u -r1.13 -r1.14
49 --- libperl-5.8.8-r2.ebuild 3 Feb 2010 00:15:25 -0000 1.13
50 +++ libperl-5.8.8-r2.ebuild 31 Mar 2010 18:48:44 -0000 1.14
51 @@ -1,6 +1,6 @@
52 # Copyright 1999-2010 Gentoo Foundation
53 # Distributed under the terms of the GNU General Public License v2
54 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/libperl/libperl-5.8.8-r2.ebuild,v 1.13 2010/02/03 00:15:25 hanno Exp $
55 +# $Header: /var/cvsroot/gentoo-x86/sys-devel/libperl/libperl-5.8.8-r2.ebuild,v 1.14 2010/03/31 18:48:44 armin76 Exp $
56
57 # The basic theory based on comments from Daniel Robbins <drobbins@g.o>.
58 #
59 @@ -168,9 +168,7 @@
60
61 # Perl has problems compiling with -Os in your flags
62 # some arches and -O do not mix :)
63 - use arm && replace-flags -O? -O1
64 use ppc && replace-flags -O? -O1
65 - use ia64 && replace-flags -O? -O1
66 # Perl has problems compiling with -Os in your flags with glibc
67 use elibc_uclibc || replace-flags "-Os" "-O2"
68 ( gcc-specs-ssp && use ia64 ) && append-flags -fno-stack-protector