Gentoo Archives: gentoo-commits

From: "Alfredo Tupone (tupone)" <tupone@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in games-simulation/searchandrescue: ChangeLog searchandrescue-0.8.2-r1.ebuild
Date: Fri, 04 Sep 2009 02:16:29
Message-Id: E1MjTAK-0005IK-Kj@stork.gentoo.org
1 tupone 09/09/04 07:25:00
2
3 Modified: ChangeLog searchandrescue-0.8.2-r1.ebuild
4 Log:
5 Fix build with gcc-4.4.1 Bug #283451
6 (Portage version: 2.1.6.13/cvs/Linux i686)
7
8 Revision Changes Path
9 1.17 games-simulation/searchandrescue/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-simulation/searchandrescue/ChangeLog?rev=1.17&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-simulation/searchandrescue/ChangeLog?rev=1.17&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-simulation/searchandrescue/ChangeLog?r1=1.16&r2=1.17
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/games-simulation/searchandrescue/ChangeLog,v
18 retrieving revision 1.16
19 retrieving revision 1.17
20 diff -u -r1.16 -r1.17
21 --- ChangeLog 18 Mar 2009 22:37:49 -0000 1.16
22 +++ ChangeLog 4 Sep 2009 07:25:00 -0000 1.17
23 @@ -1,6 +1,11 @@
24 # ChangeLog for games-simulation/searchandrescue
25 # Copyright 2000-2009 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/games-simulation/searchandrescue/ChangeLog,v 1.16 2009/03/18 22:37:49 ranger Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/games-simulation/searchandrescue/ChangeLog,v 1.17 2009/09/04 07:25:00 tupone Exp $
28 +
29 + 04 Sep 2009; Tupone Alfredo <tupone@g.o>
30 + +files/searchandrescue-0.8.2-gcc441.patch,
31 + searchandrescue-0.8.2-r1.ebuild:
32 + Fix build with gcc-4.4.1 Bug #283451 by Steffen Schaumburg
33
34 18 Mar 2009; Brent Baude <ranger@g.o>
35 searchandrescue-0.8.2-r1.ebuild:
36
37
38
39 1.5 games-simulation/searchandrescue/searchandrescue-0.8.2-r1.ebuild
40
41 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-simulation/searchandrescue/searchandrescue-0.8.2-r1.ebuild?rev=1.5&view=markup
42 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-simulation/searchandrescue/searchandrescue-0.8.2-r1.ebuild?rev=1.5&content-type=text/plain
43 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-simulation/searchandrescue/searchandrescue-0.8.2-r1.ebuild?r1=1.4&r2=1.5
44
45 Index: searchandrescue-0.8.2-r1.ebuild
46 ===================================================================
47 RCS file: /var/cvsroot/gentoo-x86/games-simulation/searchandrescue/searchandrescue-0.8.2-r1.ebuild,v
48 retrieving revision 1.4
49 retrieving revision 1.5
50 diff -u -r1.4 -r1.5
51 --- searchandrescue-0.8.2-r1.ebuild 18 Mar 2009 22:37:49 -0000 1.4
52 +++ searchandrescue-0.8.2-r1.ebuild 4 Sep 2009 07:25:00 -0000 1.5
53 @@ -1,6 +1,6 @@
54 # Copyright 1999-2009 Gentoo Foundation
55 # Distributed under the terms of the GNU General Public License v2
56 -# $Header: /var/cvsroot/gentoo-x86/games-simulation/searchandrescue/searchandrescue-0.8.2-r1.ebuild,v 1.4 2009/03/18 22:37:49 ranger Exp $
57 +# $Header: /var/cvsroot/gentoo-x86/games-simulation/searchandrescue/searchandrescue-0.8.2-r1.ebuild,v 1.5 2009/09/04 07:25:00 tupone Exp $
58
59 EAPI=2
60 inherit eutils games
61 @@ -39,7 +39,8 @@
62 src_prepare() {
63 epatch "${FILESDIR}"/${P}-gcc33.patch \
64 "${FILESDIR}"/${P}-gcc41.patch \
65 - "${FILESDIR}"/${P}-gcc412.patch
66 + "${FILESDIR}"/${P}-gcc412.patch \
67 + "${FILESDIR}"/${P}-gcc441.patch
68 bunzip2 sar/man/${MY_PN}.6.bz2
69 sed -i \
70 -e '/FeatureCFLAGS.*march/s:=.*:=:g' sar/platforms.ini \