pkgsrc-Changes archive

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

CVS commit: pkgsrc/games/quakeforge



Module Name:    pkgsrc
Committed By:   rillig
Date:           Mon Jan  1 23:47:44 UTC 2018

Modified Files:
        pkgsrc/games/quakeforge: Makefile PLIST

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.32 -r1.33 pkgsrc/games/quakeforge/Makefile
cvs rdiff -u -r1.10 -r1.11 pkgsrc/games/quakeforge/PLIST

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/games/quakeforge/Makefile
diff -u pkgsrc/games/quakeforge/Makefile:1.32 pkgsrc/games/quakeforge/Makefile:1.33
--- pkgsrc/games/quakeforge/Makefile:1.32       Sat Apr 25 14:23:03 2015
+++ pkgsrc/games/quakeforge/Makefile    Mon Jan  1 23:47:44 2018
@@ -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 @@ MAINTAINER=             snj%NetBSD.org@localhost
 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

Index: pkgsrc/games/quakeforge/PLIST
diff -u pkgsrc/games/quakeforge/PLIST:1.10 pkgsrc/games/quakeforge/PLIST:1.11
--- pkgsrc/games/quakeforge/PLIST:1.10  Mon Jan  1 22:29:35 2018
+++ pkgsrc/games/quakeforge/PLIST       Mon Jan  1 23:47:44 2018
@@ -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/qfprogs
 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