Gentoo Archives: gentoo-commits

From: "Fabian Groffen (grobian)" <grobian@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-devel/gcc-apple: gcc-apple-4.2.1_p5647.ebuild ChangeLog
Date: Sun, 02 May 2010 14:53:48
Message-Id: 20100502145345.DFF542C22E@corvid.gentoo.org
1 grobian 10/05/02 14:53:45
2
3 Modified: gcc-apple-4.2.1_p5647.ebuild ChangeLog
4 Log:
5 Don't try to autoconf when bootstrapping, bug #317915
6 (Portage version: 2.2.00.15842-prefix/cvs/Darwin powerpc)
7
8 Revision Changes Path
9 1.9 sys-devel/gcc-apple/gcc-apple-4.2.1_p5647.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/gcc-apple/gcc-apple-4.2.1_p5647.ebuild?rev=1.9&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/gcc-apple/gcc-apple-4.2.1_p5647.ebuild?rev=1.9&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/gcc-apple/gcc-apple-4.2.1_p5647.ebuild?r1=1.8&r2=1.9
14
15 Index: gcc-apple-4.2.1_p5647.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/sys-devel/gcc-apple/gcc-apple-4.2.1_p5647.ebuild,v
18 retrieving revision 1.8
19 retrieving revision 1.9
20 diff -u -r1.8 -r1.9
21 --- gcc-apple-4.2.1_p5647.ebuild 26 Mar 2010 19:26:18 -0000 1.8
22 +++ gcc-apple-4.2.1_p5647.ebuild 2 May 2010 14:53:45 -0000 1.9
23 @@ -1,6 +1,6 @@
24 # Copyright 1999-2010 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc-apple/gcc-apple-4.2.1_p5647.ebuild,v 1.8 2010/03/26 19:26:18 grobian Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc-apple/gcc-apple-4.2.1_p5647.ebuild,v 1.9 2010/05/02 14:53:45 grobian Exp $
28
29 EAPI="3"
30
31 @@ -122,10 +122,14 @@
32 epatch "${FILESDIR}"/${PN}-4.2.1-prefix-search-dirs.patch
33 eprefixify "${S}"/gcc/gcc.c
34
35 - epatch "${FILESDIR}"/${PN}-${GCC_VERS}-texinfo.patch
36 - epatch "${FILESDIR}"/${PN}-${GCC_VERS}-autoconf-m4-precious.patch
37 - cd "${S}"/gcc && eautoconf
38 - cd "${S}"/libgomp && eautoconf
39 + if use !bootstrap ; then
40 + # this only occurs with up-to-date tools from the Prefix, and actually
41 + # breaks the bootstrap since the autoconf needs a very recent automake
42 + epatch "${FILESDIR}"/${PN}-${GCC_VERS}-texinfo.patch
43 + epatch "${FILESDIR}"/${PN}-${GCC_VERS}-autoconf-m4-precious.patch
44 + cd "${S}"/gcc && eautoconf
45 + cd "${S}"/libgomp && eautoconf
46 + fi
47
48 local BRANDING_GCC_PKGVERSION="$(sed -n -e '/^#define VERSUFFIX/s/^[^"]*"\([^"]\+\)".*$/\1/p' "${S}"/gcc/version.c)"
49 BRANDING_GCC_PKGVERSION=${BRANDING_GCC_PKGVERSION/(/(Gentoo ${PVR}, }
50
51
52
53 1.16 sys-devel/gcc-apple/ChangeLog
54
55 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/gcc-apple/ChangeLog?rev=1.16&view=markup
56 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/gcc-apple/ChangeLog?rev=1.16&content-type=text/plain
57 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/gcc-apple/ChangeLog?r1=1.15&r2=1.16
58
59 Index: ChangeLog
60 ===================================================================
61 RCS file: /var/cvsroot/gentoo-x86/sys-devel/gcc-apple/ChangeLog,v
62 retrieving revision 1.15
63 retrieving revision 1.16
64 diff -u -r1.15 -r1.16
65 --- ChangeLog 26 Mar 2010 19:26:18 -0000 1.15
66 +++ ChangeLog 2 May 2010 14:53:45 -0000 1.16
67 @@ -1,6 +1,10 @@
68 # ChangeLog for sys-devel/gcc-apple
69 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
70 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc-apple/ChangeLog,v 1.15 2010/03/26 19:26:18 grobian Exp $
71 +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc-apple/ChangeLog,v 1.16 2010/05/02 14:53:45 grobian Exp $
72 +
73 + 02 May 2010; Fabian Groffen <grobian@g.o>
74 + gcc-apple-4.2.1_p5647.ebuild:
75 + Don't try to autoconf when bootstrapping, bug #317915
76
77 26 Mar 2010; Fabian Groffen <grobian@g.o>
78 gcc-apple-4.2.1_p5566-r2.ebuild, gcc-apple-4.2.1_p5574.ebuild,