diff options
Diffstat (limited to 'games-fps')
-rw-r--r-- | games-fps/quake3/ChangeLog | 7 | ||||
-rw-r--r-- | games-fps/quake3/quake3-1.34_alpha632.ebuild | 6 | ||||
-rw-r--r-- | games-fps/quake3/quake3-9999.ebuild | 6 |
3 files changed, 16 insertions, 3 deletions
diff --git a/games-fps/quake3/ChangeLog b/games-fps/quake3/ChangeLog index e956b3486441..39d1e8bfdae1 100644 --- a/games-fps/quake3/ChangeLog +++ b/games-fps/quake3/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for games-fps/quake3 # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-fps/quake3/ChangeLog,v 1.34 2006/03/27 18:38:21 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-fps/quake3/ChangeLog,v 1.35 2006/03/31 02:11:39 wolf31o2 Exp $ + + 31 Mar 2006; Chris Gianelloni <wolf31o2@gentoo.org> + quake3-1.34_alpha632.ebuild, quake3-9999.ebuild: + Adding a 'fix' from FreeBSD for bug #121428 until a proper solution is + hashed out upstream. 27 Mar 2006; Chris Gianelloni <wolf31o2@gentoo.org> quake3-1.34_alpha632.ebuild, quake3-9999.ebuild: diff --git a/games-fps/quake3/quake3-1.34_alpha632.ebuild b/games-fps/quake3/quake3-1.34_alpha632.ebuild index 1171c84aa2ec..a427e9499806 100644 --- a/games-fps/quake3/quake3-1.34_alpha632.ebuild +++ b/games-fps/quake3/quake3-1.34_alpha632.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-fps/quake3/quake3-1.34_alpha632.ebuild,v 1.3 2006/03/27 18:38:21 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-fps/quake3/quake3-1.34_alpha632.ebuild,v 1.4 2006/03/31 02:11:39 wolf31o2 Exp $ # quake3-9999 -> latest svn # quake3-9999.REV -> use svn REV @@ -66,6 +66,10 @@ src_unpack() { else unpack ${A} fi + # This is a dirty hack around bug #121428 and should be removed once the + # upstream bug https://bugzilla.icculus.org/show_bug.cgi?id=2634 has been + # resolved. + sed -i -e 's|botlib.log|/dev/null|' ${S}/code/botlib/be_interface.c } src_compile() { diff --git a/games-fps/quake3/quake3-9999.ebuild b/games-fps/quake3/quake3-9999.ebuild index cd544c2d558c..67d7f9efb11d 100644 --- a/games-fps/quake3/quake3-9999.ebuild +++ b/games-fps/quake3/quake3-9999.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-fps/quake3/quake3-9999.ebuild,v 1.2 2006/03/27 18:38:21 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-fps/quake3/quake3-9999.ebuild,v 1.3 2006/03/31 02:11:39 wolf31o2 Exp $ # quake3-9999 -> latest svn # quake3-9999.REV -> use svn REV @@ -66,6 +66,10 @@ src_unpack() { else unpack ${A} fi + # This is a dirty hack around bug #121428 and should be removed once the + # upstream bug https://bugzilla.icculus.org/show_bug.cgi?id=2634 has been + # resolved. + sed -i -e 's|botlib.log|/dev/null|' ${S}/code/botlib/be_interface.c } src_compile() { |