pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/games/quakeforge Fixed pkglint warnings.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/7bd38cc8944e
branches:  trunk
changeset: 373433:7bd38cc8944e
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Mon Jan 01 23:47:44 2018 +0000

description:
Fixed pkglint warnings.

The additional slash in the PLIST was probably a typo.
It wasn't noticed yet because the package doesn't build
on Linux right now, during the build phase.

diffstat:

 games/quakeforge/Makefile |  4 ++--
 games/quakeforge/PLIST    |  4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diffs (36 lines):

diff -r 139def969679 -r 7bd38cc8944e games/quakeforge/Makefile
--- a/games/quakeforge/Makefile Mon Jan 01 23:12:09 2018 +0000
+++ b/games/quakeforge/Makefile Mon Jan 01 23:47:44 2018 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.32 2015/04/25 14:23:03 tnn Exp $
+# $NetBSD: Makefile,v 1.33 2018/01/01 23:47:44 rillig Exp $
 
 DISTNAME=              quakeforge-0.5.5
 PKGREVISION=           15
@@ -9,7 +9,7 @@
 HOMEPAGE=              http://www.quakeforge.net/
 COMMENT=               Improved Quake engine
 
-CONFIGURE_ARGS+=       --with-cpp="${CPP} %d %i %o"
+CONFIGURE_ARGS+=       --with-cpp=${CPP:Q}" %d %i %o"
 CONFIGURE_ARGS+=       --disable-ogg
 CONFIGURE_ARGS+=       --disable-xmms
 GNU_CONFIGURE=         YES
diff -r 139def969679 -r 7bd38cc8944e games/quakeforge/PLIST
--- a/games/quakeforge/PLIST    Mon Jan 01 23:12:09 2018 +0000
+++ b/games/quakeforge/PLIST    Mon Jan 01 23:47:44 2018 +0000
@@ -1,5 +1,4 @@
-@comment $NetBSD: PLIST,v 1.10 2018/01/01 22:29:35 rillig Exp $
-${PLIST.linux}/bin/qw-client-fbdev
+@comment $NetBSD: PLIST,v 1.11 2018/01/01 23:47:44 rillig Exp $
 bin/bsp2img
 bin/hw-master
 ${PLIST.linux}bin/nq-fbdev
@@ -19,6 +18,7 @@
 bin/qfvis
 bin/qfwavinfo
 bin/qtv
+${PLIST.linux}bin/qw-client-fbdev
 bin/qw-client-glx
 bin/qw-client-sdl
 bin/qw-client-sdl32



Home | Main Index | Thread Index | Old Index