Gentoo Archives: gentoo-commits

From: "Ryan Hill (dirtyepic)" <dirtyepic@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-devel/gcc: ChangeLog gcc-4.7.3-r1.ebuild gcc-4.6.4.ebuild
Date: Tue, 24 Dec 2013 00:59:54
Message-Id: 20131224005946.E5CEE2004B@flycatcher.gentoo.org
1 dirtyepic 13/12/24 00:59:46
2
3 Modified: ChangeLog gcc-4.7.3-r1.ebuild gcc-4.6.4.ebuild
4 Log:
5 4.6.4 p1.1: Fix ICE with -fprefetch-loop-arrays (bug #454568) and fix gcj
6 build with new freetype (bug #494606).
7
8 4.7.3 p1.4: Fix gcj build with new freetype (bug #494606).
9
10 Signed-off-by: Ryan Hill <dirtyepic@g.o>
11 (Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key 957A8463)
12
13 Revision Changes Path
14 1.986 sys-devel/gcc/ChangeLog
15
16 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/gcc/ChangeLog?rev=1.986&view=markup
17 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/gcc/ChangeLog?rev=1.986&content-type=text/plain
18 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/gcc/ChangeLog?r1=1.985&r2=1.986
19
20 Index: ChangeLog
21 ===================================================================
22 RCS file: /var/cvsroot/gentoo-x86/sys-devel/gcc/ChangeLog,v
23 retrieving revision 1.985
24 retrieving revision 1.986
25 diff -u -r1.985 -r1.986
26 --- ChangeLog 23 Dec 2013 21:36:09 -0000 1.985
27 +++ ChangeLog 24 Dec 2013 00:59:46 -0000 1.986
28 @@ -1,6 +1,13 @@
29 # ChangeLog for sys-devel/gcc
30 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
31 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/ChangeLog,v 1.985 2013/12/23 21:36:09 dirtyepic Exp $
32 +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/ChangeLog,v 1.986 2013/12/24 00:59:46 dirtyepic Exp $
33 +
34 + 24 Dec 2013; Ryan Hill <dirtyepic@g.o> gcc-4.6.4.ebuild,
35 + gcc-4.7.3-r1.ebuild:
36 + 4.6.4 p1.1: Fix ICE with -fprefetch-loop-arrays (bug #454568) and fix gcj
37 + build with new freetype (bug #494606).
38 +
39 + 4.7.3 p1.4: Fix gcj build with new freetype (bug #494606).
40
41 23 Dec 2013; Ryan Hill <dirtyepic@g.o> gcc-4.6.0.ebuild,
42 gcc-4.6.1-r1.ebuild, gcc-4.6.2.ebuild, gcc-4.6.3.ebuild, gcc-4.6.4.ebuild,
43
44
45
46 1.14 sys-devel/gcc/gcc-4.7.3-r1.ebuild
47
48 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/gcc/gcc-4.7.3-r1.ebuild?rev=1.14&view=markup
49 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/gcc/gcc-4.7.3-r1.ebuild?rev=1.14&content-type=text/plain
50 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/gcc/gcc-4.7.3-r1.ebuild?r1=1.13&r2=1.14
51
52 Index: gcc-4.7.3-r1.ebuild
53 ===================================================================
54 RCS file: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-4.7.3-r1.ebuild,v
55 retrieving revision 1.13
56 retrieving revision 1.14
57 diff -u -r1.13 -r1.14
58 --- gcc-4.7.3-r1.ebuild 23 Dec 2013 21:36:09 -0000 1.13
59 +++ gcc-4.7.3-r1.ebuild 24 Dec 2013 00:59:46 -0000 1.14
60 @@ -1,8 +1,8 @@
61 # Copyright 1999-2013 Gentoo Foundation
62 # Distributed under the terms of the GNU General Public License v2
63 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-4.7.3-r1.ebuild,v 1.13 2013/12/23 21:36:09 dirtyepic Exp $
64 +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-4.7.3-r1.ebuild,v 1.14 2013/12/24 00:59:46 dirtyepic Exp $
65
66 -PATCH_VER="1.3"
67 +PATCH_VER="1.4"
68 UCLIBC_VER="1.0"
69
70 # Hardened gcc 4 stuff
71
72
73
74 1.4 sys-devel/gcc/gcc-4.6.4.ebuild
75
76 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/gcc/gcc-4.6.4.ebuild?rev=1.4&view=markup
77 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/gcc/gcc-4.6.4.ebuild?rev=1.4&content-type=text/plain
78 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/gcc/gcc-4.6.4.ebuild?r1=1.3&r2=1.4
79
80 Index: gcc-4.6.4.ebuild
81 ===================================================================
82 RCS file: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-4.6.4.ebuild,v
83 retrieving revision 1.3
84 retrieving revision 1.4
85 diff -u -r1.3 -r1.4
86 --- gcc-4.6.4.ebuild 23 Dec 2013 21:36:09 -0000 1.3
87 +++ gcc-4.6.4.ebuild 24 Dec 2013 00:59:46 -0000 1.4
88 @@ -1,8 +1,8 @@
89 # Copyright 1999-2013 Gentoo Foundation
90 # Distributed under the terms of the GNU General Public License v2
91 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-4.6.4.ebuild,v 1.3 2013/12/23 21:36:09 dirtyepic Exp $
92 +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-4.6.4.ebuild,v 1.4 2013/12/24 00:59:46 dirtyepic Exp $
93
94 -PATCH_VER="1.0"
95 +PATCH_VER="1.1"
96 UCLIBC_VER="1.0"
97
98 # Hardened gcc 4 stuff