Gentoo Archives: gentoo-commits

From: "Fabian Groffen (grobian)" <grobian@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-devel/binutils-apple: binutils-apple-4.2.ebuild ChangeLog
Date: Mon, 06 Feb 2012 12:15:33
Message-Id: 20120206121523.086202004C@flycatcher.gentoo.org
1 grobian 12/02/06 12:15:23
2
3 Modified: binutils-apple-4.2.ebuild ChangeLog
4 Log:
5 Add patch to treat 32-bits 4GB overflow problem as warning on PowerPC next to ARM and i386.
6
7 (Portage version: 2.2.01.20062-prefix/cvs/SunOS i386)
8
9 Revision Changes Path
10 1.4 sys-devel/binutils-apple/binutils-apple-4.2.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/binutils-apple/binutils-apple-4.2.ebuild?rev=1.4&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/binutils-apple/binutils-apple-4.2.ebuild?rev=1.4&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/binutils-apple/binutils-apple-4.2.ebuild?r1=1.3&r2=1.4
15
16 Index: binutils-apple-4.2.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sys-devel/binutils-apple/binutils-apple-4.2.ebuild,v
19 retrieving revision 1.3
20 retrieving revision 1.4
21 diff -u -r1.3 -r1.4
22 --- binutils-apple-4.2.ebuild 8 Nov 2011 14:02:59 -0000 1.3
23 +++ binutils-apple-4.2.ebuild 6 Feb 2012 12:15:22 -0000 1.4
24 @@ -1,6 +1,6 @@
25 -# Copyright 1999-2011 Gentoo Foundation
26 +# Copyright 1999-2012 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/binutils-apple/binutils-apple-4.2.ebuild,v 1.3 2011/11/08 14:02:59 grobian Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/sys-devel/binutils-apple/binutils-apple-4.2.ebuild,v 1.4 2012/02/06 12:15:22 grobian Exp $
30
31 EAPI="3"
32
33 @@ -66,6 +66,7 @@
34 cd "${S}"/${LD64}/src
35 cp "${FILESDIR}"/ld64-123.2-Makefile Makefile
36 epatch "${FILESDIR}"/${LD64}-lto.patch
37 + epatch "${FILESDIR}"/${LD64}-ppc-range-warning.patch
38
39 ln -s ../../${CCTOOLS}/include
40 cp other/prune_trie.h include/mach-o/ || die
41
42
43
44 1.27 sys-devel/binutils-apple/ChangeLog
45
46 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/binutils-apple/ChangeLog?rev=1.27&view=markup
47 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/binutils-apple/ChangeLog?rev=1.27&content-type=text/plain
48 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/binutils-apple/ChangeLog?r1=1.26&r2=1.27
49
50 Index: ChangeLog
51 ===================================================================
52 RCS file: /var/cvsroot/gentoo-x86/sys-devel/binutils-apple/ChangeLog,v
53 retrieving revision 1.26
54 retrieving revision 1.27
55 diff -u -r1.26 -r1.27
56 --- ChangeLog 8 Nov 2011 14:02:59 -0000 1.26
57 +++ ChangeLog 6 Feb 2012 12:15:22 -0000 1.27
58 @@ -1,6 +1,11 @@
59 # ChangeLog for sys-devel/binutils-apple
60 -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
61 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/binutils-apple/ChangeLog,v 1.26 2011/11/08 14:02:59 grobian Exp $
62 +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
63 +# $Header: /var/cvsroot/gentoo-x86/sys-devel/binutils-apple/ChangeLog,v 1.27 2012/02/06 12:15:22 grobian Exp $
64 +
65 + 06 Feb 2012; Fabian Groffen <grobian@g.o>
66 + +files/ld64-127.2-ppc-range-warning.patch, binutils-apple-4.2.ebuild:
67 + Add patch to treat 32-bits 4GB overflow problem as warning on PowerPC next to
68 + ARM and i386.
69
70 08 Nov 2011; Fabian Groffen <grobian@g.o> binutils-apple-4.2.ebuild:
71 Fix Darwin8 patch version in name