Gentoo Archives: gentoo-commits

From: "Mark Loeser (halcy0n)" <halcy0n@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-devel/gcc: ChangeLog gcc-4.4.2.ebuild
Date: Sat, 17 Oct 2009 21:37:35
Message-Id: E1MzGxx-0001CL-8o@stork.gentoo.org
1 halcy0n 09/10/17 21:37:33
2
3 Modified: ChangeLog
4 Added: gcc-4.4.2.ebuild
5 Log:
6 Version bump
7 (Portage version: 2.2_rc46/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.732 sys-devel/gcc/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/gcc/ChangeLog?rev=1.732&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/gcc/ChangeLog?rev=1.732&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/gcc/ChangeLog?r1=1.731&r2=1.732
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sys-devel/gcc/ChangeLog,v
19 retrieving revision 1.731
20 retrieving revision 1.732
21 diff -u -r1.731 -r1.732
22 --- ChangeLog 16 Oct 2009 18:57:40 -0000 1.731
23 +++ ChangeLog 17 Oct 2009 21:37:32 -0000 1.732
24 @@ -1,6 +1,11 @@
25 # ChangeLog for sys-devel/gcc
26 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/ChangeLog,v 1.731 2009/10/16 18:57:40 ssuominen Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/ChangeLog,v 1.732 2009/10/17 21:37:32 halcy0n Exp $
29 +
30 +*gcc-4.4.2 (17 Oct 2009)
31 +
32 + 17 Oct 2009; Mark Loeser <halcy0n@g.o> +gcc-4.4.2.ebuild:
33 + Version bump
34
35 16 Oct 2009; Samuli Suominen <ssuominen@g.o> gcc-4.3.4.ebuild:
36 amd64 stable wrt #288621
37
38
39
40 1.1 sys-devel/gcc/gcc-4.4.2.ebuild
41
42 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/gcc/gcc-4.4.2.ebuild?rev=1.1&view=markup
43 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/gcc/gcc-4.4.2.ebuild?rev=1.1&content-type=text/plain
44
45 Index: gcc-4.4.2.ebuild
46 ===================================================================
47 # Copyright 1999-2009 Gentoo Foundation
48 # Distributed under the terms of the GNU General Public License v2
49 # $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-4.4.2.ebuild,v 1.1 2009/10/17 21:37:32 halcy0n Exp $
50
51 PATCH_VER="1.0"
52 UCLIBC_VER="1.0"
53
54 ETYPE="gcc-compiler"
55
56 # Hardened gcc 4 stuff
57 #PIE_VER="10.1.5"
58 #SPECS_VER="0.9.4"
59
60 # arch/libc configurations known to be stable or untested with {PIE,SSP,FORTIFY}-by-default
61 #PIE_GLIBC_STABLE="x86 amd64 ~ppc ~ppc64 ~arm ~sparc"
62 #PIE_UCLIBC_STABLE="x86 arm"
63 #SSP_STABLE="amd64 x86 ppc ppc64 ~arm ~sparc"
64 #SSP_UCLIBC_STABLE=""
65
66 # whether we should split out specs files for multiple {PIE,SSP}-by-default
67 # and vanilla configurations.
68 SPLIT_SPECS=no #${SPLIT_SPECS-true} hard disable until #106690 is fixed
69
70 inherit toolchain
71
72 DESCRIPTION="The GNU Compiler Collection. Includes C/C++, java compilers, pie+ssp extensions, Haj Ten Brugge runtime bounds checking"
73
74 LICENSE="GPL-3 LGPL-3 libgcc libstdc++ gcc-runtime-library-exception-3.1"
75 KEYWORDS="~alpha ~amd64 -arm -hppa ~ia64 ~ppc ~ppc64 -sparc ~x86 ~x86-fbsd"
76
77 RDEPEND=">=sys-libs/zlib-1.1.4
78 >=sys-devel/gcc-config-1.4
79 virtual/libiconv
80 >=dev-libs/gmp-4.2.1
81 >=dev-libs/mpfr-2.3.2
82 graphite? (
83 >=dev-libs/ppl-0.10
84 >=dev-libs/cloog-ppl-0.15.4
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.2
95 x11-libs/pango
96 )
97 >=media-libs/libart_lgpl-2.1
98 app-arch/zip
99 app-arch/unzip
100 )
101 >=sys-libs/ncurses-5.2-r2
102 nls? ( sys-devel/gettext )
103 )"
104 DEPEND="${RDEPEND}
105 test? ( >=dev-util/dejagnu-1.4.4 >=sys-devel/autogen-5.5.4 )
106 >=sys-apps/texinfo-4.8
107 >=sys-devel/bison-1.875
108 amd64? ( multilib? ( gcj? ( app-emulation/emul-linux-x86-xlibs ) ) )
109 ppc? ( >=${CATEGORY}/binutils-2.17 )
110 ppc64? ( >=${CATEGORY}/binutils-2.17 )
111 >=${CATEGORY}/binutils-2.15.94"
112 PDEPEND=">=sys-devel/gcc-config-1.4"
113 if [[ ${CATEGORY} != cross-* ]] ; then
114 PDEPEND="${PDEPEND} elibc_glibc? ( >=sys-libs/glibc-2.8 )"
115 fi
116
117 src_unpack() {
118 gcc_src_unpack
119
120 use vanilla && return 0
121
122 sed -i 's/use_fixproto=yes/:/' gcc/config.gcc #PR33200
123
124 [[ ${CHOST} == ${CTARGET} ]] && epatch "${FILESDIR}"/gcc-spec-env.patch
125
126 [[ ${CTARGET} == *-softfloat-* ]] && epatch "${FILESDIR}"/4.4.0/gcc-4.4.0-softfloat.patch
127 }