Gentoo Archives: gentoo-commits

From: "Timothy Redaelli (drizzt)" <drizzt@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in games-emulation/zsnes: ChangeLog zsnes-1.51-r2.ebuild
Date: Wed, 25 Feb 2009 17:10:12
Message-Id: E1LcNGr-0005Nf-Vm@stork.gentoo.org
1 drizzt 09/02/25 17:10:09
2
3 Modified: ChangeLog zsnes-1.51-r2.ebuild
4 Log:
5 Fix bug #257963 and #260247
6 (Portage version: 2.2_rc23/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.40 games-emulation/zsnes/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-emulation/zsnes/ChangeLog?rev=1.40&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-emulation/zsnes/ChangeLog?rev=1.40&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-emulation/zsnes/ChangeLog?r1=1.39&r2=1.40
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/games-emulation/zsnes/ChangeLog,v
18 retrieving revision 1.39
19 retrieving revision 1.40
20 diff -u -r1.39 -r1.40
21 --- ChangeLog 2 Feb 2009 16:41:45 -0000 1.39
22 +++ ChangeLog 25 Feb 2009 17:10:09 -0000 1.40
23 @@ -1,6 +1,10 @@
24 # ChangeLog for games-emulation/zsnes
25 # Copyright 2002-2009 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/games-emulation/zsnes/ChangeLog,v 1.39 2009/02/02 16:41:45 drizzt Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/games-emulation/zsnes/ChangeLog,v 1.40 2009/02/25 17:10:09 drizzt Exp $
28 +
29 + 25 Feb 2009; Timothy Redaelli <drizzt@g.o>
30 + +files/zsnes-1.51-makefile.dep.patch, zsnes-1.51-r2.ebuild:
31 + Fix bug #257963 and #260247
32
33 02 Feb 2009; <drizzt@g.o> +files/zsnes-1.51-depbuild.patch,
34 zsnes-1.51-r2.ebuild:
35
36
37
38 1.3 games-emulation/zsnes/zsnes-1.51-r2.ebuild
39
40 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-emulation/zsnes/zsnes-1.51-r2.ebuild?rev=1.3&view=markup
41 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-emulation/zsnes/zsnes-1.51-r2.ebuild?rev=1.3&content-type=text/plain
42 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-emulation/zsnes/zsnes-1.51-r2.ebuild?r1=1.2&r2=1.3
43
44 Index: zsnes-1.51-r2.ebuild
45 ===================================================================
46 RCS file: /var/cvsroot/gentoo-x86/games-emulation/zsnes/zsnes-1.51-r2.ebuild,v
47 retrieving revision 1.2
48 retrieving revision 1.3
49 diff -u -r1.2 -r1.3
50 --- zsnes-1.51-r2.ebuild 2 Feb 2009 16:41:45 -0000 1.2
51 +++ zsnes-1.51-r2.ebuild 25 Feb 2009 17:10:09 -0000 1.3
52 @@ -1,6 +1,6 @@
53 # Copyright 1999-2009 Gentoo Foundation
54 # Distributed under the terms of the GNU General Public License v2
55 -# $Header: /var/cvsroot/gentoo-x86/games-emulation/zsnes/zsnes-1.51-r2.ebuild,v 1.2 2009/02/02 16:41:45 drizzt Exp $
56 +# $Header: /var/cvsroot/gentoo-x86/games-emulation/zsnes/zsnes-1.51-r2.ebuild,v 1.3 2009/02/25 17:10:09 drizzt Exp $
57
58 inherit eutils autotools flag-o-matic toolchain-funcs multilib games
59
60 @@ -38,6 +38,8 @@
61 epatch "${FILESDIR}"/${P}-libao-thread.patch
62 # Fix bug #170108
63 epatch "${FILESDIR}"/${P}-depbuild.patch
64 + # Fix bug #260247
65 + epatch "${FILESDIR}"/${P}-makefile.dep.patch
66
67 # Remove hardcoded CFLAGS and LDFLAGS
68 sed -i \
69 @@ -54,6 +56,8 @@
70 use amd64 && multilib_toolchain_setup x86
71 use custom-cflags || strip-flags
72
73 + append-flags -U_FORTIFY_SOURCE #257963
74 +
75 egamesconf \
76 $(use_enable ao libao) \
77 $(use_enable png libpng) \