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-server/crossfire-server: ChangeLog crossfire-server-1.11.0.ebuild
Date: Mon, 21 Feb 2011 14:17:30
Message-Id: 20110221141721.42C8420054@flycatcher.gentoo.org
1 tupone 11/02/21 14:17:21
2
3 Modified: ChangeLog crossfire-server-1.11.0.ebuild
4 Log:
5 Fix build with media-libs/libpng-1.5 Bug #355123
6
7 (Portage version: 2.1.9.40/cvs/Linux i686)
8
9 Revision Changes Path
10 1.18 games-server/crossfire-server/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-server/crossfire-server/ChangeLog?rev=1.18&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-server/crossfire-server/ChangeLog?rev=1.18&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-server/crossfire-server/ChangeLog?r1=1.17&r2=1.18
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/games-server/crossfire-server/ChangeLog,v
19 retrieving revision 1.17
20 retrieving revision 1.18
21 diff -u -r1.17 -r1.18
22 --- ChangeLog 24 Mar 2010 14:15:39 -0000 1.17
23 +++ ChangeLog 21 Feb 2011 14:17:21 -0000 1.18
24 @@ -1,6 +1,11 @@
25 # ChangeLog for games-server/crossfire-server
26 -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/games-server/crossfire-server/ChangeLog,v 1.17 2010/03/24 14:15:39 ranger Exp $
28 +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
29 +# $Header: /var/cvsroot/gentoo-x86/games-server/crossfire-server/ChangeLog,v 1.18 2011/02/21 14:17:21 tupone Exp $
30 +
31 + 21 Feb 2011; Tupone Alfredo <tupone@g.o>
32 + crossfire-server-1.11.0.ebuild,
33 + +files/crossfire-server-1.11.0-libpng15.patch:
34 + Fix build with media-libs/libpng-1.5 Bug #355123 by Lars Wendler
35
36 24 Mar 2010; Brent Baude <ranger@g.o>
37 crossfire-server-1.11.0.ebuild:
38
39
40
41 1.6 games-server/crossfire-server/crossfire-server-1.11.0.ebuild
42
43 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-server/crossfire-server/crossfire-server-1.11.0.ebuild?rev=1.6&view=markup
44 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-server/crossfire-server/crossfire-server-1.11.0.ebuild?rev=1.6&content-type=text/plain
45 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-server/crossfire-server/crossfire-server-1.11.0.ebuild?r1=1.5&r2=1.6
46
47 Index: crossfire-server-1.11.0.ebuild
48 ===================================================================
49 RCS file: /var/cvsroot/gentoo-x86/games-server/crossfire-server/crossfire-server-1.11.0.ebuild,v
50 retrieving revision 1.5
51 retrieving revision 1.6
52 diff -u -r1.5 -r1.6
53 --- crossfire-server-1.11.0.ebuild 24 Mar 2010 14:15:39 -0000 1.5
54 +++ crossfire-server-1.11.0.ebuild 21 Feb 2011 14:17:21 -0000 1.6
55 @@ -1,9 +1,9 @@
56 -# Copyright 1999-2010 Gentoo Foundation
57 +# Copyright 1999-2011 Gentoo Foundation
58 # Distributed under the terms of the GNU General Public License v2
59 -# $Header: /var/cvsroot/gentoo-x86/games-server/crossfire-server/crossfire-server-1.11.0.ebuild,v 1.5 2010/03/24 14:15:39 ranger Exp $
60 +# $Header: /var/cvsroot/gentoo-x86/games-server/crossfire-server/crossfire-server-1.11.0.ebuild,v 1.6 2011/02/21 14:17:21 tupone Exp $
61
62 EAPI=2
63 -inherit autotools games
64 +inherit eutils autotools games
65
66 MY_P="${P/-server/}"
67 DESCRIPTION="server for the crossfire clients"
68 @@ -20,10 +20,12 @@
69 X? (
70 x11-libs/libXaw
71 media-libs/libpng )"
72 +RDEPEND="${DEPEND}"
73
74 S=${WORKDIR}/${MY_P}
75
76 src_prepare() {
77 + epatch "${FILESDIR}"/${P}-libpng15.patch
78 sed -i \
79 -e 's/make /$(MAKE) /' \
80 $(find . -name Makefile.am) \