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-emulation/snes9x: ChangeLog snes9x-1.43-r2.ebuild
Date: Fri, 05 Jun 2009 07:14:02
Message-Id: E1MCTck-0007F7-UI@stork.gentoo.org
1 tupone 09/06/05 07:13:58
2
3 Modified: ChangeLog snes9x-1.43-r2.ebuild
4 Log:
5 Fix build with gcc-4.4.0
6 (Portage version: 2.1.6.11/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.32 games-emulation/snes9x/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-emulation/snes9x/ChangeLog?rev=1.32&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-emulation/snes9x/ChangeLog?rev=1.32&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-emulation/snes9x/ChangeLog?r1=1.31&r2=1.32
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/games-emulation/snes9x/ChangeLog,v
18 retrieving revision 1.31
19 retrieving revision 1.32
20 diff -u -r1.31 -r1.32
21 --- ChangeLog 9 Feb 2008 06:22:47 -0000 1.31
22 +++ ChangeLog 5 Jun 2009 07:13:58 -0000 1.32
23 @@ -1,6 +1,11 @@
24 # ChangeLog for games-emulation/snes9x
25 -# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/games-emulation/snes9x/ChangeLog,v 1.31 2008/02/09 06:22:47 mr_bones_ Exp $
27 +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
28 +# $Header: /var/cvsroot/gentoo-x86/games-emulation/snes9x/ChangeLog,v 1.32 2009/06/05 07:13:58 tupone Exp $
29 +
30 + 05 Jun 2009; Alfredo Tupone <tupone@g.o>
31 + +files/snes9x-1.43-gcc440.patch, snes9x-1.43-r2.ebuild:
32 + Fix build with gcc-4.4.0 and removed wrong --with-screenshot argument to
33 + configure. All for version 1.43.
34
35 09 Feb 2008; Michael Sterrett <mr_bones_@g.o> snes9x-1.51.ebuild:
36 enhance license
37
38
39
40 1.5 games-emulation/snes9x/snes9x-1.43-r2.ebuild
41
42 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-emulation/snes9x/snes9x-1.43-r2.ebuild?rev=1.5&view=markup
43 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-emulation/snes9x/snes9x-1.43-r2.ebuild?rev=1.5&content-type=text/plain
44 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-emulation/snes9x/snes9x-1.43-r2.ebuild?r1=1.4&r2=1.5
45
46 Index: snes9x-1.43-r2.ebuild
47 ===================================================================
48 RCS file: /var/cvsroot/gentoo-x86/games-emulation/snes9x/snes9x-1.43-r2.ebuild,v
49 retrieving revision 1.4
50 retrieving revision 1.5
51 diff -u -r1.4 -r1.5
52 --- snes9x-1.43-r2.ebuild 9 Oct 2007 14:40:41 -0000 1.4
53 +++ snes9x-1.43-r2.ebuild 5 Jun 2009 07:13:58 -0000 1.5
54 @@ -1,12 +1,11 @@
55 -# Copyright 1999-2007 Gentoo Foundation
56 +# Copyright 1999-2009 Gentoo Foundation
57 # Distributed under the terms of the GNU General Public License v2
58 -# $Header: /var/cvsroot/gentoo-x86/games-emulation/snes9x/snes9x-1.43-r2.ebuild,v 1.4 2007/10/09 14:40:41 angelos Exp $
59 +# $Header: /var/cvsroot/gentoo-x86/games-emulation/snes9x/snes9x-1.43-r2.ebuild,v 1.5 2009/06/05 07:13:58 tupone Exp $
60
61 # 3dfx support (glide) is disabled because it requires
62 # glide-v2 while we only provide glide-v3 in portage
63 # http://bugs.gentoo.org/show_bug.cgi?id=93097
64
65 -WANT_AUTOCONF=latest
66 inherit autotools eutils flag-o-matic multilib games
67
68 DESCRIPTION="Super Nintendo Entertainment System (SNES) emulator"
69 @@ -47,6 +46,7 @@
70 "${FILESDIR}"/${P}-key-bindings-fix.patch \
71 "${FILESDIR}"/${P}-build.patch \
72 "${FILESDIR}"/${P}-gcc412.patch \
73 + "${FILESDIR}"/${P}-gcc440.patch \
74 "${FILESDIR}"/${P}-config.patch
75
76 sed -i \
77 @@ -90,7 +90,6 @@
78 $(use_with joystick) \
79 $(use_with debug debugger) \
80 $(use_with zlib) \
81 - --with-screenshot \
82 $(use_with dga extensions) \
83 || die
84 # Makefile doesnt quite support parallel builds