Gentoo Archives: gentoo-commits

From: "Mike Frysinger (vapier)" <vapier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in games-fps/quakeforge: quakeforge-0.5.5-r2.ebuild ChangeLog
Date: Sun, 14 Oct 2007 21:19:11
Message-Id: E1IhAhk-00040o-Ql@stork.gentoo.org
1 vapier 07/10/14 21:08:56
2
3 Modified: quakeforge-0.5.5-r2.ebuild ChangeLog
4 Log:
5 Fix building with sanitized kernel headers #187083 by Colin Macdonald.
6 (Portage version: 2.1.3.12)
7
8 Revision Changes Path
9 1.2 games-fps/quakeforge/quakeforge-0.5.5-r2.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-fps/quakeforge/quakeforge-0.5.5-r2.ebuild?rev=1.2&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-fps/quakeforge/quakeforge-0.5.5-r2.ebuild?rev=1.2&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-fps/quakeforge/quakeforge-0.5.5-r2.ebuild?r1=1.1&r2=1.2
14
15 Index: quakeforge-0.5.5-r2.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/games-fps/quakeforge/quakeforge-0.5.5-r2.ebuild,v
18 retrieving revision 1.1
19 retrieving revision 1.2
20 diff -u -r1.1 -r1.2
21 --- quakeforge-0.5.5-r2.ebuild 8 Jul 2007 22:36:21 -0000 1.1
22 +++ quakeforge-0.5.5-r2.ebuild 14 Oct 2007 21:08:56 -0000 1.2
23 @@ -1,6 +1,6 @@
24 # Copyright 1999-2007 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/games-fps/quakeforge/quakeforge-0.5.5-r2.ebuild,v 1.1 2007/07/08 22:36:21 tupone Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/games-fps/quakeforge/quakeforge-0.5.5-r2.ebuild,v 1.2 2007/10/14 21:08:56 vapier Exp $
28
29 inherit eutils autotools games
30
31 @@ -21,14 +21,16 @@
32 X? (
33 x11-libs/libX11
34 x11-libs/libXext
35 - x11-libs/libXxf86vm )
36 + x11-libs/libXxf86vm
37 + )
38 ncurses? ( sys-libs/ncurses )
39 vorbis? ( media-libs/libogg media-libs/libvorbis )
40 zlib? ( sys-libs/zlib )
41 xv? (
42 x11-libs/libX11
43 x11-libs/libXext
44 - x11-libs/libXxf86vm )
45 + x11-libs/libXxf86vm
46 + )
47 dga? ( x11-libs/libXxf86dga )
48 alsa? ( media-libs/alsa-lib )"
49 DEPEND="${RDEPEND}
50 @@ -39,10 +41,12 @@
51 src_unpack() {
52 unpack ${A}
53 cd "${S}"
54 - epatch "${FILESDIR}/${PV}"-ipv6.patch \
55 - "${FILESDIR}/${P}"-gcc41.patch \
56 - "${FILESDIR}/${P}"-keys.patch \
57 - "${FILESDIR}/${P}"-amd64.patch
58 + epatch \
59 + "${FILESDIR}"/${P}-no-page-size.patch \
60 + "${FILESDIR}"/${PV}-ipv6.patch \
61 + "${FILESDIR}"/${P}-gcc41.patch \
62 + "${FILESDIR}"/${P}-keys.patch \
63 + "${FILESDIR}"/${P}-amd64.patch
64 }
65
66 src_compile() {
67
68
69
70 1.18 games-fps/quakeforge/ChangeLog
71
72 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-fps/quakeforge/ChangeLog?rev=1.18&view=markup
73 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-fps/quakeforge/ChangeLog?rev=1.18&content-type=text/plain
74 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-fps/quakeforge/ChangeLog?r1=1.17&r2=1.18
75
76 Index: ChangeLog
77 ===================================================================
78 RCS file: /var/cvsroot/gentoo-x86/games-fps/quakeforge/ChangeLog,v
79 retrieving revision 1.17
80 retrieving revision 1.18
81 diff -u -r1.17 -r1.18
82 --- ChangeLog 8 Jul 2007 22:36:21 -0000 1.17
83 +++ ChangeLog 14 Oct 2007 21:08:56 -0000 1.18
84 @@ -1,6 +1,10 @@
85 # ChangeLog for games-fps/quakeforge
86 -# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
87 -# $Header: /var/cvsroot/gentoo-x86/games-fps/quakeforge/ChangeLog,v 1.17 2007/07/08 22:36:21 tupone Exp $
88 +# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
89 +# $Header: /var/cvsroot/gentoo-x86/games-fps/quakeforge/ChangeLog,v 1.18 2007/10/14 21:08:56 vapier Exp $
90 +
91 + 14 Oct 2007; Mike Frysinger <vapier@g.o>
92 + +files/quakeforge-0.5.5-no-page-size.patch, quakeforge-0.5.5-r2.ebuild:
93 + Fix building with sanitized kernel headers #187083 by Colin Macdonald.
94
95 *quakeforge-0.5.5-r2 (08 Jul 2007)
96
97
98
99
100 --
101 gentoo-commits@g.o mailing list