Gentoo Archives: gentoo-commits

From: "Ned Ludd (solar)" <solar@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-devel/gcc: ChangeLog gcc-4.3.2-r2.ebuild
Date: Mon, 29 Dec 2008 06:10:11
Message-Id: E1LHBKK-0004uw-Kr@stork.gentoo.org
1 solar 08/12/29 06:10:08
2
3 Modified: ChangeLog
4 Added: gcc-4.3.2-r2.ebuild
5 Log:
6 - next phase in pie/hardened work is complete
7 (Portage version: 2.1.4.5)
8
9 Revision Changes Path
10 1.670 sys-devel/gcc/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/gcc/ChangeLog?rev=1.670&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/gcc/ChangeLog?rev=1.670&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/gcc/ChangeLog?r1=1.669&r2=1.670
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sys-devel/gcc/ChangeLog,v
19 retrieving revision 1.669
20 retrieving revision 1.670
21 diff -u -r1.669 -r1.670
22 --- ChangeLog 26 Dec 2008 09:11:56 -0000 1.669
23 +++ ChangeLog 29 Dec 2008 06:10:08 -0000 1.670
24 @@ -1,6 +1,11 @@
25 # ChangeLog for sys-devel/gcc
26 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/ChangeLog,v 1.669 2008/12/26 09:11:56 vapier Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/ChangeLog,v 1.670 2008/12/29 06:10:08 solar Exp $
29 +
30 +*gcc-4.3.2-r2 (29 Dec 2008)
31 +
32 + 29 Dec 2008; <solar@g.o> +gcc-4.3.2-r2.ebuild:
33 + - next phase in pie/hardened work is complete
34
35 *gcc-4.3.2-r1 (26 Dec 2008)
36
37
38
39
40 1.1 sys-devel/gcc/gcc-4.3.2-r2.ebuild
41
42 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/gcc/gcc-4.3.2-r2.ebuild?rev=1.1&view=markup
43 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/gcc/gcc-4.3.2-r2.ebuild?rev=1.1&content-type=text/plain
44
45 Index: gcc-4.3.2-r2.ebuild
46 ===================================================================
47 # Copyright 1999-2008 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.3.2-r2.ebuild,v 1.1 2008/12/29 06:10:08 solar Exp $
50
51 PATCH_VER="1.4"
52 UCLIBC_VER="1.0"
53
54 ETYPE="gcc-compiler"
55
56 # Hardened gcc 4 stuff
57 PIE_VER="10.1.3"
58 PIE_GCC_VER="4.3.2"
59 SPECS_VER="0.9.1"
60 SPECS_GCC_VER="4.3.2"
61
62 # arch/libc configurations known to be stable or untested with {PIE,SSP,FORTIFY}-by-default
63 PIE_GLIBC_STABLE="x86 amd64 ~ppc ~ppc64 ~arm ~sparc"
64 PIE_UCLIBC_STABLE="x86 arm"
65 #SSP_STABLE="amd64 x86 ppc ppc64 ~arm ~sparc"
66 #SSP_UCLIBC_STABLE=""
67
68 # whether we should split out specs files for multiple {PIE,SSP}-by-default
69 # and vanilla configurations.
70 SPLIT_SPECS=no #${SPLIT_SPECS-true} hard disable until #106690 is fixed
71
72 inherit toolchain
73
74 DESCRIPTION="The GNU Compiler Collection. Includes C/C++, java compilers, pie+ssp extensions, Haj Ten Brugge runtime bounds checking"
75
76 LICENSE="GPL-2 LGPL-2.1"
77 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
78
79 RDEPEND=">=sys-libs/zlib-1.1.4
80 >=sys-devel/gcc-config-1.4
81 virtual/libiconv
82 >=dev-libs/gmp-4.2.1
83 >=dev-libs/mpfr-2.3
84 !build? (
85 gcj? (
86 gtk? (
87 x11-libs/libXt
88 x11-libs/libX11
89 x11-libs/libXtst
90 x11-proto/xproto
91 x11-proto/xextproto
92 >=x11-libs/gtk+-2.2
93 x11-libs/pango
94 )
95 >=media-libs/libart_lgpl-2.1
96 app-arch/zip
97 app-arch/unzip
98 )
99 >=sys-libs/ncurses-5.2-r2
100 nls? ( sys-devel/gettext )
101 )"
102 DEPEND="${RDEPEND}
103 test? ( sys-devel/autogen dev-util/dejagnu )
104 >=sys-apps/texinfo-4.2-r4
105 >=sys-devel/bison-1.875
106 amd64? (
107 >=sys-libs/glibc-2.7-r2
108 multilib? (
109 gcj? ( app-emulation/emul-linux-x86-xlibs )
110 )
111 )
112 ppc? ( >=${CATEGORY}/binutils-2.17 )
113 ppc64? ( >=${CATEGORY}/binutils-2.17 )
114 >=${CATEGORY}/binutils-2.15.94"
115 PDEPEND=">=sys-devel/gcc-config-1.4"
116 if [[ ${CATEGORY} != cross-* ]] ; then
117 PDEPEND="${PDEPEND} elibc_glibc? ( >=sys-libs/glibc-2.6 )"
118 fi
119
120 src_unpack() {
121 gcc_src_unpack
122
123 use vanilla && return 0
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 }