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: gcc-4.6.2.ebuild ChangeLog
Date: Sun, 30 Oct 2011 19:40:38
Message-Id: 20111030194028.B066A2004B@flycatcher.gentoo.org
1 dirtyepic 11/10/30 19:40:28
2
3 Modified: ChangeLog
4 Added: gcc-4.6.2.ebuild
5 Log:
6 Version bump. Also fixes bug #364319 (preprocessor flag canonicalization
7 patch broke gcj), and bug #387483 (broken clang++).
8
9 (Portage version: 2.2.0_alpha71/cvs/Linux x86_64)
10
11 Revision Changes Path
12 1.831 sys-devel/gcc/ChangeLog
13
14 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/gcc/ChangeLog?rev=1.831&view=markup
15 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/gcc/ChangeLog?rev=1.831&content-type=text/plain
16 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/gcc/ChangeLog?r1=1.830&r2=1.831
17
18 Index: ChangeLog
19 ===================================================================
20 RCS file: /var/cvsroot/gentoo-x86/sys-devel/gcc/ChangeLog,v
21 retrieving revision 1.830
22 retrieving revision 1.831
23 diff -u -r1.830 -r1.831
24 --- ChangeLog 24 Oct 2011 18:00:36 -0000 1.830
25 +++ ChangeLog 30 Oct 2011 19:40:28 -0000 1.831
26 @@ -1,6 +1,12 @@
27 # ChangeLog for sys-devel/gcc
28 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
29 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/ChangeLog,v 1.830 2011/10/24 18:00:36 armin76 Exp $
30 +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/ChangeLog,v 1.831 2011/10/30 19:40:28 dirtyepic Exp $
31 +
32 +*gcc-4.6.2 (30 Oct 2011)
33 +
34 + 30 Oct 2011; Ryan Hill <dirtyepic@g.o> +gcc-4.6.2.ebuild:
35 + Version bump. Also fixes bug #364319 (preprocessor flag canonicalization
36 + patch broke gcj), and bug #387483 (broken clang++).
37
38 24 Oct 2011; Raúl Porcel <armin76@g.o> gcc-4.5.3-r1.ebuild:
39 alpha/ia64/s390/sh/sparc stable wrt #357478
40
41
42
43 1.1 sys-devel/gcc/gcc-4.6.2.ebuild
44
45 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/gcc/gcc-4.6.2.ebuild?rev=1.1&view=markup
46 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/gcc/gcc-4.6.2.ebuild?rev=1.1&content-type=text/plain
47
48 Index: gcc-4.6.2.ebuild
49 ===================================================================
50 # Copyright 1999-2011 Gentoo Foundation
51 # Distributed under the terms of the GNU General Public License v2
52 # $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-4.6.2.ebuild,v 1.1 2011/10/30 19:40:28 dirtyepic Exp $
53
54 PATCH_VER="1.0"
55 UCLIBC_VER="1.0"
56
57 # Hardened gcc 4 stuff
58 PIE_VER="0.4.5"
59 SPECS_VER="0.2.0"
60 SPECS_GCC_VER="4.4.3"
61 # arch/libc configurations known to be stable with {PIE,SSP}-by-default
62 PIE_GLIBC_STABLE="x86 amd64 ppc ppc64 arm ia64"
63 PIE_UCLIBC_STABLE="x86 arm amd64 ppc ppc64"
64 SSP_STABLE="amd64 x86 ppc ppc64 arm"
65 # uclibc need tls and nptl support for SSP support
66 SSP_UCLIBC_STABLE=""
67 #end Hardened stuff
68
69 inherit toolchain
70
71 DESCRIPTION="The GNU Compiler Collection"
72
73 LICENSE="GPL-3 LGPL-3 || ( GPL-3 libgcc libstdc++ gcc-runtime-library-exception-3.1 ) FDL-1.2"
74 KEYWORDS=""
75 IUSE=""
76
77 RDEPEND=">=sys-libs/zlib-1.1.4
78 virtual/libiconv
79 >=dev-libs/gmp-4.3.2
80 >=dev-libs/mpfr-2.4.2
81 >=dev-libs/mpc-0.8.1
82 graphite? (
83 >=dev-libs/cloog-ppl-0.15.10
84 >=dev-libs/ppl-0.11
85 )
86 !build? (
87 gcj? (
88 gtk? (
89 x11-libs/libXt
90 x11-libs/libX11
91 x11-libs/libXtst
92 x11-proto/xproto
93 x11-proto/xextproto
94 =x11-libs/gtk+-2*
95 x11-libs/pango
96 )
97 >=media-libs/libart_lgpl-2.1
98 app-arch/zip
99 app-arch/unzip
100 )
101 nls? ( sys-devel/gettext )
102 )"
103 DEPEND="${RDEPEND}
104 test? (
105 >=dev-util/dejagnu-1.4.4
106 >=sys-devel/autogen-5.5.4
107 )
108 >=sys-apps/texinfo-4.8
109 >=sys-devel/bison-1.875
110 >=sys-devel/flex-2.5.4
111 amd64? ( multilib? ( gcj? ( app-emulation/emul-linux-x86-xlibs ) ) )
112 >=${CATEGORY}/binutils-2.18"
113 PDEPEND=">=sys-devel/gcc-config-1.4
114 go? ( >=sys-devel/gcc-config-1.5 )"
115
116 if [[ ${CATEGORY} != cross-* ]] ; then
117 PDEPEND="${PDEPEND} elibc_glibc? ( >=sys-libs/glibc-2.8 )"
118 fi
119
120 src_unpack() {
121 toolchain_src_unpack
122
123 use vanilla && return 0
124
125 [[ ${CHOST} == ${CTARGET} ]] && epatch "${FILESDIR}"/gcc-spec-env.patch
126 }
127
128 pkg_setup() {
129 toolchain_pkg_setup
130
131 ewarn
132 ewarn "LTO support is still experimental and unstable."
133 ewarn "Any bugs resulting from the use of LTO will not be fixed."
134 ewarn
135 }