Gentoo Archives: gentoo-commits

From: "Mike Frysinger (vapier)" <vapier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-libs/sdl-gfx: sdl-gfx-2.0.16.ebuild ChangeLog
Date: Sat, 10 May 2008 11:08:23
Message-Id: E1Jumw6-0002m9-GC@stork.gentoo.org
1 vapier 08/05/10 11:08:18
2
3 Modified: sdl-gfx-2.0.16.ebuild ChangeLog
4 Log:
5 Add fix from Debian for building with gcc-4.3 #219621 by Peter Alfredsen.
6 (Portage version: 2.2_pre5)
7
8 Revision Changes Path
9 1.6 media-libs/sdl-gfx/sdl-gfx-2.0.16.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/sdl-gfx/sdl-gfx-2.0.16.ebuild?rev=1.6&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/sdl-gfx/sdl-gfx-2.0.16.ebuild?rev=1.6&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/sdl-gfx/sdl-gfx-2.0.16.ebuild?r1=1.5&r2=1.6
14
15 Index: sdl-gfx-2.0.16.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/media-libs/sdl-gfx/sdl-gfx-2.0.16.ebuild,v
18 retrieving revision 1.5
19 retrieving revision 1.6
20 diff -u -r1.5 -r1.6
21 --- sdl-gfx-2.0.16.ebuild 6 Mar 2008 03:59:50 -0000 1.5
22 +++ sdl-gfx-2.0.16.ebuild 10 May 2008 11:08:18 -0000 1.6
23 @@ -1,6 +1,6 @@
24 # Copyright 1999-2008 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/media-libs/sdl-gfx/sdl-gfx-2.0.16.ebuild,v 1.5 2008/03/06 03:59:50 wolf31o2 Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/media-libs/sdl-gfx/sdl-gfx-2.0.16.ebuild,v 1.6 2008/05/10 11:08:18 vapier Exp $
28
29 inherit autotools eutils flag-o-matic libtool
30
31 @@ -21,15 +21,13 @@
32 src_unpack() {
33 unpack ${A}
34 cd "${S}"
35 - rm -f acinclude.m4 # bug #210137
36 + epatch "${FILESDIR}"/${P}-gcc43.patch #219621
37 + rm -f acinclude.m4 #210137
38 eautoreconf
39 elibtoolize
40 }
41
42 src_compile() {
43 - filter-flags -finline-functions -funroll-loops #26892 #89749
44 - replace-flags -O? -O2
45 -
46 econf \
47 --disable-dependency-tracking \
48 $(use_enable mmx) || die
49
50
51
52 1.39 media-libs/sdl-gfx/ChangeLog
53
54 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/sdl-gfx/ChangeLog?rev=1.39&view=markup
55 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/sdl-gfx/ChangeLog?rev=1.39&content-type=text/plain
56 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/sdl-gfx/ChangeLog?r1=1.38&r2=1.39
57
58 Index: ChangeLog
59 ===================================================================
60 RCS file: /var/cvsroot/gentoo-x86/media-libs/sdl-gfx/ChangeLog,v
61 retrieving revision 1.38
62 retrieving revision 1.39
63 diff -u -r1.38 -r1.39
64 --- ChangeLog 6 Mar 2008 03:59:50 -0000 1.38
65 +++ ChangeLog 10 May 2008 11:08:18 -0000 1.39
66 @@ -1,6 +1,10 @@
67 # ChangeLog for media-libs/sdl-gfx
68 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
69 -# $Header: /var/cvsroot/gentoo-x86/media-libs/sdl-gfx/ChangeLog,v 1.38 2008/03/06 03:59:50 wolf31o2 Exp $
70 +# $Header: /var/cvsroot/gentoo-x86/media-libs/sdl-gfx/ChangeLog,v 1.39 2008/05/10 11:08:18 vapier Exp $
71 +
72 + 10 May 2008; Mike Frysinger <vapier@g.o>
73 + +files/sdl-gfx-2.0.16-gcc43.patch, sdl-gfx-2.0.16.ebuild:
74 + Add fix from Debian for building with gcc-4.3 #219621 by Peter Alfredsen.
75
76 06 Mar 2008; Chris Gianelloni <wolf31o2@g.o> sdl-gfx-2.0.16.ebuild:
77 Added ~x86-fbsd since it was likely needed to be added for bug #175779,
78
79
80
81 --
82 gentoo-commits@l.g.o mailing list