Gentoo Archives: gentoo-commits

From: "Michael Haubenwallner (haubi)" <haubi@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, 04 Nov 2009 12:37:57
Message-Id: E1N5f7b-0006V4-03@stork.gentoo.org
1 haubi 09/11/04 12:37:54
2
3 Modified: ChangeLog libperl-5.8.8-r2.ebuild
4 Log:
5 libperl-5.8.8-r2: Respect CFLAGS even for linking when done with compiler
6 (Portage version: 2.1.6.13/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.146 sys-devel/libperl/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/libperl/ChangeLog?rev=1.146&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/libperl/ChangeLog?rev=1.146&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/libperl/ChangeLog?r1=1.145&r2=1.146
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/sys-devel/libperl/ChangeLog,v
18 retrieving revision 1.145
19 retrieving revision 1.146
20 diff -u -r1.145 -r1.146
21 --- ChangeLog 27 Oct 2009 17:14:33 -0000 1.145
22 +++ ChangeLog 4 Nov 2009 12:37:54 -0000 1.146
23 @@ -1,6 +1,10 @@
24 # ChangeLog for sys-devel/libperl
25 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/libperl/ChangeLog,v 1.145 2009/10/27 17:14:33 volkmar Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/sys-devel/libperl/ChangeLog,v 1.146 2009/11/04 12:37:54 haubi Exp $
28 +
29 + 04 Nov 2009; Michael Haubenwallner <haubi@g.o>
30 + libperl-5.8.8-r2.ebuild, +files/libperl-5.8.8-ccld-cflags.patch:
31 + Respect CFLAGS even for linking when done with compiler
32
33 27 Oct 2009; Mounir Lamouri <volkmar@g.o> libperl-5.10.1.ebuild:
34 Keywording for ppc, bug 288028
35
36
37
38 1.12 sys-devel/libperl/libperl-5.8.8-r2.ebuild
39
40 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/libperl/libperl-5.8.8-r2.ebuild?rev=1.12&view=markup
41 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/libperl/libperl-5.8.8-r2.ebuild?rev=1.12&content-type=text/plain
42 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/libperl/libperl-5.8.8-r2.ebuild?r1=1.11&r2=1.12
43
44 Index: libperl-5.8.8-r2.ebuild
45 ===================================================================
46 RCS file: /var/cvsroot/gentoo-x86/sys-devel/libperl/libperl-5.8.8-r2.ebuild,v
47 retrieving revision 1.11
48 retrieving revision 1.12
49 diff -u -r1.11 -r1.12
50 --- libperl-5.8.8-r2.ebuild 2 May 2009 13:19:14 -0000 1.11
51 +++ libperl-5.8.8-r2.ebuild 4 Nov 2009 12:37:54 -0000 1.12
52 @@ -1,6 +1,6 @@
53 # Copyright 1999-2009 Gentoo Foundation
54 # Distributed under the terms of the GNU General Public License v2
55 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/libperl/libperl-5.8.8-r2.ebuild,v 1.11 2009/05/02 13:19:14 arfrever Exp $
56 +# $Header: /var/cvsroot/gentoo-x86/sys-devel/libperl/libperl-5.8.8-r2.ebuild,v 1.12 2009/11/04 12:37:54 haubi Exp $
57
58 # The basic theory based on comments from Daniel Robbins <drobbins@g.o>.
59 #
60 @@ -152,6 +152,9 @@
61 # patch to fix bug #219203
62 epatch "${FILESDIR}"/${P}-CVE-2008-1927.patch
63
64 + # Respect CFLAGS even for linking when done with compiler
65 + epatch "${FILESDIR}"/${P}-ccld-cflags.patch
66 +
67 # Respect LDFLAGS
68 sed -e 's/$(SHRPLDFLAGS)/& $(LDFLAGS)/' -i Makefile.SH
69 }