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/bison: ChangeLog bison-2.4.2.ebuild
Date: Thu, 22 Apr 2010 06:07:40
Message-Id: 20100422060729.743F240012@corvid.gentoo.org
1 dirtyepic 10/04/22 06:07:29
2
3 Modified: ChangeLog bison-2.4.2.ebuild
4 Log:
5 Add patch from upstream to fix testsuite w/ gcc-4.5.
6 (Portage version: 2.2_rc67/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.85 sys-devel/bison/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/bison/ChangeLog?rev=1.85&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/bison/ChangeLog?rev=1.85&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/bison/ChangeLog?r1=1.84&r2=1.85
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/sys-devel/bison/ChangeLog,v
18 retrieving revision 1.84
19 retrieving revision 1.85
20 diff -u -r1.84 -r1.85
21 --- ChangeLog 16 Apr 2010 13:43:38 -0000 1.84
22 +++ ChangeLog 22 Apr 2010 06:07:29 -0000 1.85
23 @@ -1,6 +1,10 @@
24 # ChangeLog for sys-devel/bison
25 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/bison/ChangeLog,v 1.84 2010/04/16 13:43:38 ranger Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/sys-devel/bison/ChangeLog,v 1.85 2010/04/22 06:07:29 dirtyepic Exp $
28 +
29 + 22 Apr 2010; Ryan Hill <dirtyepic@g.o> bison-2.4.2.ebuild,
30 + +files/bison-2.4.2-gcc45_testsuite.patch:
31 + Add patch from upstream to fix testsuite w/ gcc-4.5.
32
33 16 Apr 2010; Brent Baude <ranger@g.o> bison-2.4.1.ebuild:
34 stable ppc, bug 311867
35
36
37
38 1.3 sys-devel/bison/bison-2.4.2.ebuild
39
40 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/bison/bison-2.4.2.ebuild?rev=1.3&view=markup
41 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/bison/bison-2.4.2.ebuild?rev=1.3&content-type=text/plain
42 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/bison/bison-2.4.2.ebuild?r1=1.2&r2=1.3
43
44 Index: bison-2.4.2.ebuild
45 ===================================================================
46 RCS file: /var/cvsroot/gentoo-x86/sys-devel/bison/bison-2.4.2.ebuild,v
47 retrieving revision 1.2
48 retrieving revision 1.3
49 diff -u -r1.2 -r1.3
50 --- bison-2.4.2.ebuild 4 Apr 2010 20:01:31 -0000 1.2
51 +++ bison-2.4.2.ebuild 22 Apr 2010 06:07:29 -0000 1.3
52 @@ -1,6 +1,6 @@
53 # Copyright 1999-2010 Gentoo Foundation
54 # Distributed under the terms of the GNU General Public License v2
55 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/bison/bison-2.4.2.ebuild,v 1.2 2010/04/04 20:01:31 the_paya Exp $
56 +# $Header: /var/cvsroot/gentoo-x86/sys-devel/bison/bison-2.4.2.ebuild,v 1.3 2010/04/22 06:07:29 dirtyepic Exp $
57
58 inherit toolchain-funcs flag-o-matic
59
60 @@ -20,6 +20,7 @@
61 unpack ${A}
62 cd "${S}"
63 epatch "${FILESDIR}"/${PN}-2.4.2-gnulib_spawn.patch # 312697
64 + epatch "${FILESDIR}"/${PN}-2.4.2-gcc45_testsuite.patch
65 }
66
67 src_compile() {