Subject: pkg/23980: Fix for games/quake3arena*
To: None <gnats-bugs@gnats.netbsd.org>
From: David Ferlier <david@netbsd-fr.org>
List: netbsd-bugs
Date: 01/04/2004 19:37:55
>Number: 23980
>Category: pkg
>Synopsis: Fix for games/quake3arena*
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: pkg-manager
>State: open
>Class: change-request
>Submitter-Id: net
>Arrival-Date: Sun Jan 04 18:42:00 UTC 2004
>Closed-Date:
>Last-Modified:
>Originator: David Ferlier
>Release: NetBSD 1.6.1
>Organization:
>Environment:
NetBSD fortress 1.6.1 NetBSD 1.6.1 (GOTHIC) #0: Sun Apr 20 07:28:53 CEST 2003 root@fortress:/data/nfs/hack/trees/netbsd-1.6.1/src/sys/arch/i386/compile/GOTHIC i386
>Description:
I submitted games/quake3server* packages. Though, games/quake3arena installs a q3ded file (which allows you to run a q3 decited server).
The patch prevents games/quake3arena from installing q3ded, and removes it
from PLIST (apply the patch while in /usr/pkgsrc)
>How-To-Repeat:
>Fix:
Index: games/quake3arena/Makefile
===================================================================
RCS file: /data/nfs/hack/cvs-current/pkgsrc/games/quake3arena/Makefile,v
retrieving revision 1.13
diff -b -u -r1.13 Makefile
--- games/quake3arena/Makefile 2003/08/31 22:32:30 1.13
+++ games/quake3arena/Makefile 2004/01/04 06:24:09
@@ -54,7 +54,6 @@
${INSTALL_SCRIPT} ${WRKDIR}/${BINNAME}.sh ${PREFIX}/bin/${BINNAME}
${INSTALL_PROGRAM} ${WRKSRC}/bin/x86/${DISTBINNAME} \
${LIBDIR}/${BINNAME}
- ${INSTALL_PROGRAM} ${WRKSRC}/bin/x86/q3ded ${LIBDIR}
${INSTALL_DATA} ${WRKSRC}/README-linux.txt ${SHAREDIR}/${BINNAME}-README
cd ${WRKSRC} && ${PAX} -rw baseq3 ${LIBDIR}
Index: games/quake3arena/PLIST
===================================================================
RCS file: /data/nfs/hack/cvs-current/pkgsrc/games/quake3arena/PLIST,v
retrieving revision 1.4
diff -b -u -r1.4 PLIST
--- games/quake3arena/PLIST 2003/08/31 22:32:30 1.4
+++ games/quake3arena/PLIST 2004/01/04 06:24:15
@@ -1,6 +1,5 @@
@comment $NetBSD$
bin/quake3arena
-lib/lokigames/quake3arena/q3ded
lib/lokigames/quake3arena/quake3arena
lib/lokigames/quake3arena/baseq3/pak1.pk3
lib/lokigames/quake3arena/baseq3/pak2.pk3
Index: games/quake3arena-demo/Makefile
===================================================================
RCS file: /data/nfs/hack/cvs-current/pkgsrc/games/quake3arena-demo/Makefile,v
retrieving revision 1.17
diff -b -u -r1.17 Makefile
--- games/quake3arena-demo/Makefile 2003/10/12 07:11:49 1.17
+++ games/quake3arena-demo/Makefile 2004/01/04 18:35:31
@@ -51,7 +51,6 @@
${INSTALL_SCRIPT} ${WRKDIR}/${BINNAME}.sh ${PREFIX}/bin/${BINNAME}
${INSTALL_PROGRAM} ${WRKSRC}/bin/x86/glibc-2.1/${DISTBINNAME} \
${LIBDIR}/${BINNAME}
- ${INSTALL_PROGRAM} ${WRKSRC}/bin/x86/glibc-2.1/q3ded ${LIBDIR}
${INSTALL_DATA} ${WRKSRC}/bin/x86/glibc-2.1/libMesaVoodooGL.so.3.2 \
${LIBDIR}
${LN} -s ${LIBDIR}/libMesaVoodooGL.so.3.2 \
Index: games/quake3arena-demo/PLIST
===================================================================
RCS file: /data/nfs/hack/cvs-current/pkgsrc/games/quake3arena-demo/PLIST,v
retrieving revision 1.3
diff -b -u -r1.3 PLIST
--- games/quake3arena-demo/PLIST 2002/12/09 16:01:25 1.3
+++ games/quake3arena-demo/PLIST 2004/01/04 18:35:38
@@ -1,7 +1,6 @@
-@comment $NetBSD: PLIST,v 1.2 2002/02/15 10:12:41 skrll Exp $
+@comment $NetBSD: PLIST,v 1.3 2002/12/09 16:01:25 tron Exp $
bin/quake3arena-demo
lib/lokigames/quake3arena-demo/demoq3/pak0.pk3
-lib/lokigames/quake3arena-demo/q3ded
lib/lokigames/quake3arena-demo/quake3arena-demo
lib/lokigames/quake3arena-demo/icon.bmp
lib/lokigames/quake3arena-demo/icon.xpm
>Release-Note:
>Audit-Trail:
>Unformatted: