ports/58761: [MAINTAINER] games/quake2forge: Fix conflict with games/quake2lnx

Ulrich Spoerlein q at uni.de
Fri Oct 31 11:50:24 UTC 2003


>Number:         58761
>Category:       ports
>Synopsis:       [MAINTAINER] games/quake2forge: Fix conflict with games/quake2lnx
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Fri Oct 31 03:50:20 PST 2003
>Closed-Date:
>Last-Modified:
>Originator:     Ulrich Spoerlein
>Release:        FreeBSD 5.1-RELEASE-p2 i386
>Organization:
>Environment:
System: FreeBSD roadrunner 5.1-RELEASE-p2 FreeBSD 5.1-RELEASE-p2 #1: Sat Sep 27 20:33:30 CEST 2003
>Description:
games/quake2forge and games/quake2lnx install their binary as 'quake2'. Work
around this by installing the quake2forge binary as 'q2f'

Generated with FreeBSD Port Tools 0.50
>How-To-Repeat:
>Fix:

--- quake2forge-0.2.1.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/games/quake2forge/Makefile,v
retrieving revision 1.5
diff -u -u -r1.5 Makefile
--- Makefile	27 Jun 2003 03:59:03 -0000	1.5
+++ Makefile	31 Oct 2003 11:44:00 -0000
@@ -24,7 +24,7 @@
 
 .include <bsd.port.pre.mk>
 
-CONFIGURE_ARGS=	--enable-static=no
+CONFIGURE_ARGS=	--enable-static=no --program-transform-name='s/^quake2$$/q2f/'
 CONFIGURE_TARGET=
 
 .if exists(${LOCALBASE}/lib/libSDL-1.1.so.5)
Index: pkg-message
===================================================================
RCS file: /home/ncvs/ports/games/quake2forge/pkg-message,v
retrieving revision 1.1
diff -u -u -r1.1 pkg-message
--- pkg-message	31 Jan 2003 09:55:59 -0000	1.1
+++ pkg-message	31 Oct 2003 11:44:00 -0000
@@ -12,4 +12,8 @@
 ments when running in GLX-Mode, try setting
 in_dgamouse to 1.
 
+ATTENTION: The Quake2Forge binary now gets 
+installed as q2f instead of quake2 to avoid
+conflicting with games/quake2lnx
+
 ===============================================
Index: pkg-plist
===================================================================
RCS file: /home/ncvs/ports/games/quake2forge/pkg-plist,v
retrieving revision 1.3
diff -u -u -r1.3 pkg-plist
--- pkg-plist	28 Mar 2003 10:23:20 -0000	1.3
+++ pkg-plist	31 Oct 2003 11:44:00 -0000
@@ -1,4 +1,4 @@
-bin/quake2
+bin/q2f
 %%SVGA:%%lib/quake2/ref_soft.so
 %%SDL:%%lib/quake2/ref_softsdl.so
 %%SDLGL:%%lib/quake2/ref_sdlgl.so
--- quake2forge-0.2.1.patch ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list