pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/games Don't install q3ded in quake3arena*, if you want...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/10c48d676cb1
branches:  trunk
changeset: 465681:10c48d676cb1
user:      xtraeme <xtraeme%pkgsrc.org@localhost>
date:      Sun Jan 04 18:53:54 2004 +0000

description:
Don't install q3ded in quake3arena*, if you want to install
the quake3 server, use quake3server* packages instead.

Bump PKGREVISION.

>From David Ferlier in PR pkg/23980.

diffstat:

 games/quake3arena-demo/Makefile |  6 +++---
 games/quake3arena-demo/PLIST    |  3 +--
 games/quake3arena/Makefile      |  4 ++--
 games/quake3arena/PLIST         |  3 +--
 4 files changed, 7 insertions(+), 9 deletions(-)

diffs (72 lines):

diff -r 1c8ef5178dfd -r 10c48d676cb1 games/quake3arena-demo/Makefile
--- a/games/quake3arena-demo/Makefile   Sun Jan 04 18:43:34 2004 +0000
+++ b/games/quake3arena-demo/Makefile   Sun Jan 04 18:53:54 2004 +0000
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.17 2003/10/12 07:11:49 wiz Exp $
+# $NetBSD: Makefile,v 1.18 2004/01/04 18:53:54 xtraeme Exp $
 
 DISTNAME=      linuxq3ademo-1_11-6_x86_gz
+PKGREVISION=   1
 PKGNAME=       quake3arena-demo-1.11.6
 WRKSRC=                ${WRKDIR}
 CATEGORIES=    games x11
@@ -16,7 +17,7 @@
 
 .include "../../mk/bsd.prefs.mk"
 
-.if ${OPSYS} != Linux
+.if ${OPSYS} != "Linux"
 DEPENDS+=      suse_linux>=6.3:../../emulators/${SUSE_DIR_PREFIX}_linux
 DEPENDS+=      suse_glx>=6.4:../../emulators/${SUSE_DIR_PREFIX}_glx
 .include "../../emulators/suse_linux/Makefile.application"
@@ -51,7 +52,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 \
diff -r 1c8ef5178dfd -r 10c48d676cb1 games/quake3arena-demo/PLIST
--- a/games/quake3arena-demo/PLIST      Sun Jan 04 18:43:34 2004 +0000
+++ b/games/quake3arena-demo/PLIST      Sun Jan 04 18:53:54 2004 +0000
@@ -1,7 +1,6 @@
-@comment $NetBSD: PLIST,v 1.3 2002/12/09 16:01:25 tron Exp $
+@comment $NetBSD: PLIST,v 1.4 2004/01/04 18:53:54 xtraeme 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
diff -r 1c8ef5178dfd -r 10c48d676cb1 games/quake3arena/Makefile
--- a/games/quake3arena/Makefile        Sun Jan 04 18:43:34 2004 +0000
+++ b/games/quake3arena/Makefile        Sun Jan 04 18:53:54 2004 +0000
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.13 2003/08/31 22:32:30 xtraeme Exp $
+# $NetBSD: Makefile,v 1.14 2004/01/04 18:53:54 xtraeme Exp $
 
 DISTNAME=      linuxq3apoint-1.32b.x86
+PKGREVISION=   1
 PKGNAME=       quake3arena-1.32b
 WRKSRC=                ${WRKDIR}
 CATEGORIES=    games x11
@@ -54,7 +55,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}
diff -r 1c8ef5178dfd -r 10c48d676cb1 games/quake3arena/PLIST
--- a/games/quake3arena/PLIST   Sun Jan 04 18:43:34 2004 +0000
+++ b/games/quake3arena/PLIST   Sun Jan 04 18:53:54 2004 +0000
@@ -1,6 +1,5 @@
-@comment $NetBSD: PLIST,v 1.4 2003/08/31 22:32:30 xtraeme Exp $
+@comment $NetBSD: PLIST,v 1.5 2004/01/04 18:53:54 xtraeme Exp $
 bin/quake3arena
-lib/lokigames/quake3arena/q3ded
 lib/lokigames/quake3arena/quake3arena
 lib/lokigames/quake3arena/baseq3/pak1.pk3
 lib/lokigames/quake3arena/baseq3/pak2.pk3



Home | Main Index | Thread Index | Old Index