Note: Due to technical difficulties, the Archives are currently not up to date.
GMANE provides an alternative service for most mailing lists. c.f. bug 424647
List Archive: gentoo-commits
vapier 07/10/14 21:08:56
Modified: quakeforge-0.5.5-r2.ebuild ChangeLog
Log:
Fix building with sanitized kernel headers #187083 by Colin Macdonald.
(Portage version: 2.1.3.12)
Revision Changes Path
1.2 games-fps/quakeforge/quakeforge-0.5.5-r2.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-fps/quakeforge/quakeforge-0.5.5-r2.ebuild?rev=1.2&view=markup
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
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-fps/quakeforge/quakeforge-0.5.5-r2.ebuild?r1=1.1&r2=1.2
Index: quakeforge-0.5.5-r2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-fps/quakeforge/quakeforge-0.5.5-r2.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- quakeforge-0.5.5-r2.ebuild 8 Jul 2007 22:36:21 -0000 1.1
+++ quakeforge-0.5.5-r2.ebuild 14 Oct 2007 21:08:56 -0000 1.2
@@ -1,6 +1,6 @@
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $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 $
+# $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 $
inherit eutils autotools games
@@ -21,14 +21,16 @@
X? (
x11-libs/libX11
x11-libs/libXext
- x11-libs/libXxf86vm )
+ x11-libs/libXxf86vm
+ )
ncurses? ( sys-libs/ncurses )
vorbis? ( media-libs/libogg media-libs/libvorbis )
zlib? ( sys-libs/zlib )
xv? (
x11-libs/libX11
x11-libs/libXext
- x11-libs/libXxf86vm )
+ x11-libs/libXxf86vm
+ )
dga? ( x11-libs/libXxf86dga )
alsa? ( media-libs/alsa-lib )"
DEPEND="${RDEPEND}
@@ -39,10 +41,12 @@
src_unpack() {
unpack ${A}
cd "${S}"
- epatch "${FILESDIR}/${PV}"-ipv6.patch \
- "${FILESDIR}/${P}"-gcc41.patch \
- "${FILESDIR}/${P}"-keys.patch \
- "${FILESDIR}/${P}"-amd64.patch
+ epatch \
+ "${FILESDIR}"/${P}-no-page-size.patch \
+ "${FILESDIR}"/${PV}-ipv6.patch \
+ "${FILESDIR}"/${P}-gcc41.patch \
+ "${FILESDIR}"/${P}-keys.patch \
+ "${FILESDIR}"/${P}-amd64.patch
}
src_compile() {
1.18 games-fps/quakeforge/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-fps/quakeforge/ChangeLog?rev=1.18&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-fps/quakeforge/ChangeLog?rev=1.18&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-fps/quakeforge/ChangeLog?r1=1.17&r2=1.18
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-fps/quakeforge/ChangeLog,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- ChangeLog 8 Jul 2007 22:36:21 -0000 1.17
+++ ChangeLog 14 Oct 2007 21:08:56 -0000 1.18
@@ -1,6 +1,10 @@
# ChangeLog for games-fps/quakeforge
-# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-fps/quakeforge/ChangeLog,v 1.17 2007/07/08 22:36:21 tupone Exp $
+# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-fps/quakeforge/ChangeLog,v 1.18 2007/10/14 21:08:56 vapier Exp $
+
+ 14 Oct 2007; Mike Frysinger <vapier@g.o>
+ +files/quakeforge-0.5.5-no-page-size.patch, quakeforge-0.5.5-r2.ebuild:
+ Fix building with sanitized kernel headers #187083 by Colin Macdonald.
*quakeforge-0.5.5-r2 (08 Jul 2007)
--
gentoo-commits@g.o mailing list
|
|