Gentoo Archives: gentoo-commits

From: "Peter Alfredsen (loki_val)" <loki_val@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-devel/gcc: ChangeLog gcc-4.3.3-r2.ebuild gcc-4.3.3-r1.ebuild
Date: Fri, 27 Mar 2009 20:52:31
Message-Id: E1LnJ2T-0002aG-Pu@stork.gentoo.org
1 loki_val 09/03/27 20:52:29
2
3 Modified: ChangeLog
4 Added: gcc-4.3.3-r2.ebuild
5 Removed: gcc-4.3.3-r1.ebuild
6 Log:
7 Revbump with broken patch disabled to stop duplicates of bug 262567 from flowing in. Bug wranglers know this bug by heart now.
8 (Portage version: 2.2_rc26/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.691 sys-devel/gcc/ChangeLog
12
13 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/gcc/ChangeLog?rev=1.691&view=markup
14 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/gcc/ChangeLog?rev=1.691&content-type=text/plain
15 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/gcc/ChangeLog?r1=1.690&r2=1.691
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/sys-devel/gcc/ChangeLog,v
20 retrieving revision 1.690
21 retrieving revision 1.691
22 diff -u -r1.690 -r1.691
23 --- ChangeLog 20 Mar 2009 20:42:55 -0000 1.690
24 +++ ChangeLog 27 Mar 2009 20:52:29 -0000 1.691
25 @@ -1,6 +1,13 @@
26 # ChangeLog for sys-devel/gcc
27 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/ChangeLog,v 1.690 2009/03/20 20:42:55 jmbsvicetto Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/ChangeLog,v 1.691 2009/03/27 20:52:29 loki_val Exp $
30 +
31 +*gcc-4.3.3-r2 (27 Mar 2009)
32 +
33 + 27 Mar 2009; Peter Alfredsen <loki_val@g.o> -gcc-4.3.3-r1.ebuild,
34 + +gcc-4.3.3-r2.ebuild:
35 + Revbump with broken patch disabled to stop duplicates of bug 262567 from
36 + flowing in. Bug wranglers know this bug by heart now.
37
38 20 Mar 2009; Jorge Manuel B. S. Vicetto <jmbsvicetto@g.o>
39 metadata.xml:
40
41
42
43 1.1 sys-devel/gcc/gcc-4.3.3-r2.ebuild
44
45 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/gcc/gcc-4.3.3-r2.ebuild?rev=1.1&view=markup
46 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/gcc/gcc-4.3.3-r2.ebuild?rev=1.1&content-type=text/plain
47
48 Index: gcc-4.3.3-r2.ebuild
49 ===================================================================
50 # Copyright 1999-2009 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.3.3-r2.ebuild,v 1.1 2009/03/27 20:52:29 loki_val Exp $
53
54 GENTOO_PATCH_EXCLUDE="69_all_gcc43-pr39013.patch" #262567
55
56 PATCH_VER="1.1"
57 UCLIBC_VER="1.1"
58
59 ETYPE="gcc-compiler"
60
61 # Hardened gcc 4 stuff
62 PIE_VER="10.1.5"
63 SPECS_VER="0.9.4"
64
65 # arch/libc configurations known to be stable or untested with {PIE,SSP,FORTIFY}-by-default
66 PIE_GLIBC_STABLE="x86 amd64 ~ppc ~ppc64 ~arm ~sparc"
67 PIE_UCLIBC_STABLE="x86 arm"
68 #SSP_STABLE="amd64 x86 ppc ppc64 ~arm ~sparc"
69 #SSP_UCLIBC_STABLE=""
70
71 # whether we should split out specs files for multiple {PIE,SSP}-by-default
72 # and vanilla configurations.
73 SPLIT_SPECS=no #${SPLIT_SPECS-true} hard disable until #106690 is fixed
74
75 inherit toolchain
76
77 DESCRIPTION="The GNU Compiler Collection. Includes C/C++, java compilers, pie+ssp extensions, Haj Ten Brugge runtime bounds checking"
78
79 LICENSE="GPL-2 LGPL-2.1"
80 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd"
81
82 RDEPEND=">=sys-libs/zlib-1.1.4
83 >=sys-devel/gcc-config-1.4
84 virtual/libiconv
85 >=dev-libs/gmp-4.2.1
86 >=dev-libs/mpfr-2.3
87 !build? (
88 gcj? (
89 gtk? (
90 x11-libs/libXt
91 x11-libs/libX11
92 x11-libs/libXtst
93 x11-proto/xproto
94 x11-proto/xextproto
95 >=x11-libs/gtk+-2.2
96 x11-libs/pango
97 )
98 >=media-libs/libart_lgpl-2.1
99 app-arch/zip
100 app-arch/unzip
101 )
102 >=sys-libs/ncurses-5.2-r2
103 nls? ( sys-devel/gettext )
104 )"
105 DEPEND="${RDEPEND}
106 test? ( sys-devel/autogen dev-util/dejagnu )
107 >=sys-apps/texinfo-4.2-r4
108 >=sys-devel/bison-1.875
109 amd64? ( multilib? ( gcj? ( app-emulation/emul-linux-x86-xlibs ) ) )
110 ppc? ( >=${CATEGORY}/binutils-2.17 )
111 ppc64? ( >=${CATEGORY}/binutils-2.17 )
112 >=${CATEGORY}/binutils-2.15.94"
113 PDEPEND=">=sys-devel/gcc-config-1.4"
114 if [[ ${CATEGORY} != cross-* ]] ; then
115 PDEPEND="${PDEPEND} elibc_glibc? ( >=sys-libs/glibc-2.8 )"
116 fi
117
118 src_unpack() {
119 gcc_src_unpack
120
121 use vanilla && return 0
122
123 sed -i 's/use_fixproto=yes/:/' gcc/config.gcc #PR33200
124
125 [[ ${CHOST} == ${CTARGET} ]] && epatch "${FILESDIR}"/gcc-spec-env.patch
126
127 [[ ${CTARGET} == *-softfloat-* ]] && epatch "${FILESDIR}"/4.3.2/gcc-4.3.2-softfloat.patch
128 }