pkgsrc-Changes archive

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

CVS commit: pkgsrc/games



Module Name:    pkgsrc
Committed By:   rillig
Date:           Sun Jan 14 17:34:02 UTC 2018

Modified Files:
        pkgsrc/games/4stAttack: Makefile
        pkgsrc/games/MyGoGrinder: Makefile
        pkgsrc/games/amaze: Makefile
        pkgsrc/games/armagetronad: Makefile.common
        pkgsrc/games/arx-libertatis: Makefile
        pkgsrc/games/blindmine: Makefile
        pkgsrc/games/bzflag: Makefile
        pkgsrc/games/doom1: Makefile
        pkgsrc/games/duckmaze: Makefile
        pkgsrc/games/exult: Makefile
        pkgsrc/games/exult-audio: Makefile
        pkgsrc/games/fortune-strfile: Makefile
        pkgsrc/games/freeciv-share: Makefile.common
        pkgsrc/games/frozen-bubble: Makefile
        pkgsrc/games/gargoyle: Makefile
        pkgsrc/games/gate88: Makefile
        pkgsrc/games/gcompris: Makefile
        pkgsrc/games/ggz-client-libs: ggz-client.mk
        pkgsrc/games/gnome-games: Makefile
        pkgsrc/games/golddig: Makefile
        pkgsrc/games/hugo: Makefile
        pkgsrc/games/ioquake3-raspberrypi: Makefile
        pkgsrc/games/jetpack: Makefile
        pkgsrc/games/jools: Makefile
        pkgsrc/games/koth: Makefile
        pkgsrc/games/kye: Makefile
        pkgsrc/games/libggz: Makefile
        pkgsrc/games/maelstrom-x11: Makefile
        pkgsrc/games/marathon-trilogy: Makefile
        pkgsrc/games/monsterz: Makefile
        pkgsrc/games/moria: Makefile
        pkgsrc/games/netmaze: Makefile
        pkgsrc/games/neverball: Makefile
        pkgsrc/games/newvox: Makefile
        pkgsrc/games/openttd-data: Makefile
        pkgsrc/games/prboom: Makefile
        pkgsrc/games/prboom-plus: Makefile
        pkgsrc/games/puzzles: Makefile
        pkgsrc/games/py-easyAI: Makefile
        pkgsrc/games/pysolfc: Makefile
        pkgsrc/games/pytraffic: Makefile
        pkgsrc/games/quakedata: Makefile
        pkgsrc/games/scummvm-tools: Makefile
        pkgsrc/games/simgear: Makefile
        pkgsrc/games/sudoku-cli: Makefile
        pkgsrc/games/supertuxkart: Makefile
        pkgsrc/games/teeworlds: Makefile
        pkgsrc/games/tscp: Makefile
        pkgsrc/games/urban: Makefile
        pkgsrc/games/wesnoth: Makefile
        pkgsrc/games/wtf: Makefile
        pkgsrc/games/xbat: Makefile
        pkgsrc/games/xboard: Makefile
        pkgsrc/games/xcowsay: Makefile
        pkgsrc/games/xemeraldia: Makefile
        pkgsrc/games/xpipeman: Makefile
        pkgsrc/games/xskat: options.mk
        pkgsrc/games/xvier: Makefile

Log Message:
games/*: fix alignment of variable values

pkglint -Wall -r --autofix --only aligned

After running the above command, three packages had to be adjusted
manually:

In maelstrom-x11, pkglint didn't see that a commented variable
assignment should have been re-aligned as well.

In netmaze, there was a single line that didn't align well with all the
others, but pkglint decided to adjust the whole paragraph to this single
line. The result would have been ok, but not good.

In tscp, there was a paragraph where some of the lines were indented
one space more than the others. This rule is useful when one variable
name is very long compared to the others, but not in this case.


To generate a diff of this commit:
cvs rdiff -u -r1.30 -r1.31 pkgsrc/games/4stAttack/Makefile
cvs rdiff -u -r1.9 -r1.10 pkgsrc/games/MyGoGrinder/Makefile
cvs rdiff -u -r1.5 -r1.6 pkgsrc/games/amaze/Makefile
cvs rdiff -u -r1.2 -r1.3 pkgsrc/games/armagetronad/Makefile.common
cvs rdiff -u -r1.1 -r1.2 pkgsrc/games/arx-libertatis/Makefile
cvs rdiff -u -r1.27 -r1.28 pkgsrc/games/blindmine/Makefile
cvs rdiff -u -r1.59 -r1.60 pkgsrc/games/bzflag/Makefile
cvs rdiff -u -r1.4 -r1.5 pkgsrc/games/doom1/Makefile
cvs rdiff -u -r1.19 -r1.20 pkgsrc/games/duckmaze/Makefile
cvs rdiff -u -r1.24 -r1.25 pkgsrc/games/exult/Makefile
cvs rdiff -u -r1.1 -r1.2 pkgsrc/games/exult-audio/Makefile
cvs rdiff -u -r1.16 -r1.17 pkgsrc/games/fortune-strfile/Makefile
cvs rdiff -u -r1.49 -r1.50 pkgsrc/games/freeciv-share/Makefile.common
cvs rdiff -u -r1.57 -r1.58 pkgsrc/games/frozen-bubble/Makefile
cvs rdiff -u -r1.1 -r1.2 pkgsrc/games/gargoyle/Makefile
cvs rdiff -u -r1.4 -r1.5 pkgsrc/games/gate88/Makefile
cvs rdiff -u -r1.77 -r1.78 pkgsrc/games/gcompris/Makefile
cvs rdiff -u -r1.1 -r1.2 pkgsrc/games/ggz-client-libs/ggz-client.mk
cvs rdiff -u -r1.158 -r1.159 pkgsrc/games/gnome-games/Makefile
cvs rdiff -u -r1.16 -r1.17 pkgsrc/games/golddig/Makefile
cvs rdiff -u -r1.19 -r1.20 pkgsrc/games/hugo/Makefile
cvs rdiff -u -r1.2 -r1.3 pkgsrc/games/ioquake3-raspberrypi/Makefile
cvs rdiff -u -r1.12 -r1.13 pkgsrc/games/jetpack/Makefile
cvs rdiff -u -r1.14 -r1.15 pkgsrc/games/jools/Makefile
cvs rdiff -u -r1.27 -r1.28 pkgsrc/games/koth/Makefile
cvs rdiff -u -r1.57 -r1.58 pkgsrc/games/kye/Makefile
cvs rdiff -u -r1.11 -r1.12 pkgsrc/games/libggz/Makefile
cvs rdiff -u -r1.30 -r1.31 pkgsrc/games/maelstrom-x11/Makefile
cvs rdiff -u -r1.2 -r1.3 pkgsrc/games/marathon-trilogy/Makefile
cvs rdiff -u -r1.17 -r1.18 pkgsrc/games/monsterz/Makefile
cvs rdiff -u -r1.20 -r1.21 pkgsrc/games/moria/Makefile
cvs rdiff -u -r1.15 -r1.16 pkgsrc/games/netmaze/Makefile
cvs rdiff -u -r1.33 -r1.34 pkgsrc/games/neverball/Makefile
cvs rdiff -u -r1.26 -r1.27 pkgsrc/games/newvox/Makefile
cvs rdiff -u -r1.6 -r1.7 pkgsrc/games/openttd-data/Makefile
cvs rdiff -u -r1.35 -r1.36 pkgsrc/games/prboom/Makefile
cvs rdiff -u -r1.2 -r1.3 pkgsrc/games/prboom-plus/Makefile
cvs rdiff -u -r1.55 -r1.56 pkgsrc/games/puzzles/Makefile
cvs rdiff -u -r1.6 -r1.7 pkgsrc/games/py-easyAI/Makefile
cvs rdiff -u -r1.22 -r1.23 pkgsrc/games/pysolfc/Makefile
cvs rdiff -u -r1.48 -r1.49 pkgsrc/games/pytraffic/Makefile
cvs rdiff -u -r1.27 -r1.28 pkgsrc/games/quakedata/Makefile
cvs rdiff -u -r1.41 -r1.42 pkgsrc/games/scummvm-tools/Makefile
cvs rdiff -u -r1.65 -r1.66 pkgsrc/games/simgear/Makefile
cvs rdiff -u -r1.8 -r1.9 pkgsrc/games/sudoku-cli/Makefile
cvs rdiff -u -r1.19 -r1.20 pkgsrc/games/supertuxkart/Makefile
cvs rdiff -u -r1.5 -r1.6 pkgsrc/games/teeworlds/Makefile
cvs rdiff -u -r1.20 -r1.21 pkgsrc/games/tscp/Makefile
cvs rdiff -u -r1.22 -r1.23 pkgsrc/games/urban/Makefile
cvs rdiff -u -r1.129 -r1.130 pkgsrc/games/wesnoth/Makefile
cvs rdiff -u -r1.3 -r1.4 pkgsrc/games/wtf/Makefile
cvs rdiff -u -r1.17 -r1.18 pkgsrc/games/xbat/Makefile
cvs rdiff -u -r1.49 -r1.50 pkgsrc/games/xboard/Makefile
cvs rdiff -u -r1.17 -r1.18 pkgsrc/games/xcowsay/Makefile
cvs rdiff -u -r1.19 -r1.20 pkgsrc/games/xemeraldia/Makefile
cvs rdiff -u -r1.22 -r1.23 pkgsrc/games/xpipeman/Makefile
cvs rdiff -u -r1.1 -r1.2 pkgsrc/games/xskat/options.mk
cvs rdiff -u -r1.17 -r1.18 pkgsrc/games/xvier/Makefile

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

Modified files:

Index: pkgsrc/games/4stAttack/Makefile
diff -u pkgsrc/games/4stAttack/Makefile:1.30 pkgsrc/games/4stAttack/Makefile:1.31
--- pkgsrc/games/4stAttack/Makefile:1.30        Sun Jan  1 14:43:40 2017
+++ pkgsrc/games/4stAttack/Makefile     Sun Jan 14 17:33:57 2018
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.30 2017/01/01 14:43:40 wiz Exp $
+# $NetBSD: Makefile,v 1.31 2018/01/14 17:33:57 rillig Exp $
 
 DISTNAME=              4stAttack-2.1.4
 PKGREVISION=           18
@@ -13,7 +13,7 @@ INSTALLATION_DIRS=    bin share/${PKGBASE}
 
 USE_TOOLS+=    pax
 
-REPLACE_PYTHON=        4stattack.py
+REPLACE_PYTHON=                        4stattack.py
 PYTHON_VERSIONS_INCOMPATIBLE=  34 35 36 # not yet ported as of 2.1.4
 
 FIND_EXCLUDE=  \( -name \*.orig -or -name \*.txt -or -name \*.pre -or -name GPL -or -name \*~ -or -name 4stattack \)

Index: pkgsrc/games/MyGoGrinder/Makefile
diff -u pkgsrc/games/MyGoGrinder/Makefile:1.9 pkgsrc/games/MyGoGrinder/Makefile:1.10
--- pkgsrc/games/MyGoGrinder/Makefile:1.9       Sun Sep  3 08:53:09 2017
+++ pkgsrc/games/MyGoGrinder/Makefile   Sun Jan 14 17:33:57 2018
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2017/09/03 08:53:09 wiz Exp $
+# $NetBSD: Makefile,v 1.10 2018/01/14 17:33:57 rillig Exp $
 
 DISTNAME=      MyGoGrinder-2.3.0
 CATEGORIES=    games
@@ -13,8 +13,8 @@ LICENSE=      gnu-gpl-v2
 WRKSRC=                ${WRKDIR}/MyGoGrinder
 USE_LANGUAGES= # none
 
-USE_JAVA=       run
-USE_JAVA2=      yes
+USE_JAVA=      run
+USE_JAVA2=     yes
 USE_TOOLS+=    pax
 
 INSTALLATION_DIRS+=    bin

Index: pkgsrc/games/amaze/Makefile
diff -u pkgsrc/games/amaze/Makefile:1.5 pkgsrc/games/amaze/Makefile:1.6
--- pkgsrc/games/amaze/Makefile:1.5     Wed Aug 16 20:45:37 2017
+++ pkgsrc/games/amaze/Makefile Sun Jan 14 17:33:57 2018
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2017/08/16 20:45:37 wiz Exp $
+# $NetBSD: Makefile,v 1.6 2018/01/14 17:33:57 rillig Exp $
 #
 
 DISTNAME=      amaze
@@ -6,7 +6,7 @@ PKGNAME=        amaze-0pre0
 PKGREVISION=   1
 CATEGORIES=    games
 #MASTER_SITES= http://adaptive-enterprises.com/~d/software/amaze/
-DIST_SUBDIR=    ${PKGNAME_NOREV}
+DIST_SUBDIR=   ${PKGNAME_NOREV}
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
 #HOMEPAGE=     http://adaptive-enterprises.com/~d/software/amaze/

Index: pkgsrc/games/armagetronad/Makefile.common
diff -u pkgsrc/games/armagetronad/Makefile.common:1.2 pkgsrc/games/armagetronad/Makefile.common:1.3
--- pkgsrc/games/armagetronad/Makefile.common:1.2       Thu Dec 15 23:52:43 2016
+++ pkgsrc/games/armagetronad/Makefile.common   Sun Jan 14 17:33:57 2018
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.2 2016/12/15 23:52:43 joerg Exp $
+# $NetBSD: Makefile.common,v 1.3 2018/01/14 17:33:57 rillig Exp $
 #
 # used by games/armagetronad/Makefile
 # used by games/armagetronad-server/Makefile
@@ -15,9 +15,9 @@ WRKSRC=               ${WRKDIR}/${DISTNAME:S/.src//}
 DISTINFO_FILE= ${.CURDIR}/../../games/armagetronad/distinfo
 PATCHDIR=      ${.CURDIR}/../../games/armagetronad/patches
 
-GNU_CONFIGURE= yes
-USE_LANGUAGES= c c++
-USE_TOOLS+=    bash gmake
+GNU_CONFIGURE=         yes
+USE_LANGUAGES=         c c++
+USE_TOOLS+=            bash gmake
 REPLACE_PYTHON+=       language/update.py
 
 SUBST_CLASSES+=                bash

Index: pkgsrc/games/arx-libertatis/Makefile
diff -u pkgsrc/games/arx-libertatis/Makefile:1.1 pkgsrc/games/arx-libertatis/Makefile:1.2
--- pkgsrc/games/arx-libertatis/Makefile:1.1    Fri Sep  2 16:46:04 2016
+++ pkgsrc/games/arx-libertatis/Makefile        Sun Jan 14 17:33:57 2018
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2016/09/02 16:46:04 wiz Exp $
+# $NetBSD: Makefile,v 1.2 2018/01/14 17:33:57 rillig Exp $
 
 DISTNAME=      arx-libertatis-1.1.2
 CATEGORIES=    games
@@ -22,7 +22,7 @@ CMAKE_ARGS+=  -D USE_QT5:BOOL=OFF
 PLIST_VARS+=   NotDarwin
 
 .if ${OPSYS} != "Darwin"
-PLIST.NotDarwin= yes
+PLIST.NotDarwin=       yes
 .endif
 
 .include "../../audio/openal-soft/buildlink3.mk"

Index: pkgsrc/games/blindmine/Makefile
diff -u pkgsrc/games/blindmine/Makefile:1.27 pkgsrc/games/blindmine/Makefile:1.28
--- pkgsrc/games/blindmine/Makefile:1.27        Sun Jan  1 14:43:40 2017
+++ pkgsrc/games/blindmine/Makefile     Sun Jan 14 17:33:58 2018
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.27 2017/01/01 14:43:40 wiz Exp $
+# $NetBSD: Makefile,v 1.28 2018/01/14 17:33:58 rillig Exp $
 
 DISTNAME=      blindmine-0.3-src
 PKGNAME=       ${DISTNAME:S/-src//}
@@ -21,7 +21,7 @@ SUBST_STAGE.path=     post-patch
 SUBST_FILES.path=      blindmine.py sdl_ui.py
 SUBST_SED.path=                -e 's,/usr/bin/env python,${PYTHONBIN},g'
 
-PYCOMPILEALL=  ${BUILDLINK_PREFIX.${PYPACKAGE}}/${PYLIB}/compileall.py
+PYCOMPILEALL=                  ${BUILDLINK_PREFIX.${PYPACKAGE}}/${PYLIB}/compileall.py
 PYTHON_VERSIONS_INCOMPATIBLE=  34 35 36 # not yet ported as of 0.3
 
 INSTALLATION_DIRS=     bin share/doc/blindmine share/blindmine/data

Index: pkgsrc/games/bzflag/Makefile
diff -u pkgsrc/games/bzflag/Makefile:1.59 pkgsrc/games/bzflag/Makefile:1.60
--- pkgsrc/games/bzflag/Makefile:1.59   Mon Jan  1 21:18:24 2018
+++ pkgsrc/games/bzflag/Makefile        Sun Jan 14 17:33:58 2018
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.59 2018/01/01 21:18:24 adam Exp $
+# $NetBSD: Makefile,v 1.60 2018/01/14 17:33:58 rillig Exp $
 
 DISTNAME=      bzflag-2.4.2
 PKGREVISION=   14
@@ -20,11 +20,11 @@ USE_CURSES= resizeterm
 .include "../../mk/bsd.prefs.mk"
 
 .if ${OPSYS} !=  "Linux"
-SUBST_CLASSES+=            fixme
-SUBST_STAGE.fixme=  post-patch
-SUBST_FILES.fixme=  src/platform/Makefile.in
-SUBST_SED.fixme=    -e "s|@LINUX_TRUE@||g"
-SUBST_SED.fixme+=   -e "s|@LINUX_FALSE@|\#|g"
+SUBST_CLASSES+=                fixme
+SUBST_STAGE.fixme=     post-patch
+SUBST_FILES.fixme=     src/platform/Makefile.in
+SUBST_SED.fixme=       -e "s|@LINUX_TRUE@||g"
+SUBST_SED.fixme+=      -e "s|@LINUX_FALSE@|\#|g"
 .endif
 
 CONFIGURE_ARGS+=       --with-ncurses

Index: pkgsrc/games/doom1/Makefile
diff -u pkgsrc/games/doom1/Makefile:1.4 pkgsrc/games/doom1/Makefile:1.5
--- pkgsrc/games/doom1/Makefile:1.4     Mon Sep  4 18:08:23 2017
+++ pkgsrc/games/doom1/Makefile Sun Jan 14 17:33:58 2018
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2017/09/04 18:08:23 wiz Exp $
+# $NetBSD: Makefile,v 1.5 2018/01/14 17:33:58 rillig Exp $
 
 DISTNAME=      doom-1.8.wad
 PKGNAME=       doom1-1.8
@@ -16,7 +16,7 @@ CONFLICTS+=   xdoom<1.10nb4
 WRKSRC=                ${WRKDIR}
 
 INSTALLATION_DIRS=     share/doom
-NO_BUILD=      YES
+NO_BUILD=              YES
 
 do-install:
        ${INSTALL_DATA} ${WRKSRC}/doom-1.8.wad \

Index: pkgsrc/games/duckmaze/Makefile
diff -u pkgsrc/games/duckmaze/Makefile:1.19 pkgsrc/games/duckmaze/Makefile:1.20
--- pkgsrc/games/duckmaze/Makefile:1.19 Sat Apr 25 14:22:54 2015
+++ pkgsrc/games/duckmaze/Makefile      Sun Jan 14 17:33:58 2018
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.19 2015/04/25 14:22:54 tnn Exp $
+# $NetBSD: Makefile,v 1.20 2018/01/14 17:33:58 rillig Exp $
 #
 
 DISTNAME=      duckmaze-pc-0.2
@@ -15,9 +15,9 @@ COMMENT=      Puzzle game
 USE_LANGUAGES= # none
 USE_TOOLS+=    pax
 
-DM= ${WRKDIR}/duckmaze
+DM=    ${WRKDIR}/duckmaze
 
-REPLACE_PYTHON=level.py level_editor.py mopelib/mopelib.py duckmaze.py
+REPLACE_PYTHON=        level.py level_editor.py mopelib/mopelib.py duckmaze.py
 
 do-build:
        ${ECHO} "#!/bin/sh" >${DM}

Index: pkgsrc/games/exult/Makefile
diff -u pkgsrc/games/exult/Makefile:1.24 pkgsrc/games/exult/Makefile:1.25
--- pkgsrc/games/exult/Makefile:1.24    Sat Dec  3 22:30:00 2016
+++ pkgsrc/games/exult/Makefile Sun Jan 14 17:33:58 2018
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.24 2016/12/03 22:30:00 wiedi Exp $
+# $NetBSD: Makefile,v 1.25 2018/01/14 17:33:58 rillig Exp $
 
 DISTNAME=      exult-1.4.9rc1
 PKGREVISION=   2
@@ -14,8 +14,8 @@ GNU_CONFIGURE=        yes
 USE_LANGUAGES= c c++
 USE_TOOLS+=    yacc flex
 
-CFLAGS+=       -fpermissive
-LDFLAGS+=      -lz
+CFLAGS+=               -fpermissive
+LDFLAGS+=              -lz
 CONFIGURE_ARGS+=       --disable-sdltest --disable-oggtest --disable-vorbistest
 
 .include "../../devel/zlib/buildlink3.mk"

Index: pkgsrc/games/exult-audio/Makefile
diff -u pkgsrc/games/exult-audio/Makefile:1.1 pkgsrc/games/exult-audio/Makefile:1.2
--- pkgsrc/games/exult-audio/Makefile:1.1       Sun Apr 19 19:35:53 2015
+++ pkgsrc/games/exult-audio/Makefile   Sun Jan 14 17:33:58 2018
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2015/04/19 19:35:53 wiz Exp $
+# $NetBSD: Makefile,v 1.2 2018/01/14 17:33:58 rillig Exp $
 
 DISTNAME=      exult_audio
 PKGNAME=       exultaudio-1.0
@@ -11,7 +11,7 @@ HOMEPAGE=     http://exult.sourceforge.net/
 COMMENT=       Digital music and digital wave sound effects data for Exult
 LICENSE=       gnu-gpl-v2
 
-DEPENDS+=       exult>=1.4.9rc1:../../games/exult
+DEPENDS+=      exult>=1.4.9rc1:../../games/exult
 
 DIST_SUBDIR=   ${PKGNAME_NOREV}
 

Index: pkgsrc/games/fortune-strfile/Makefile
diff -u pkgsrc/games/fortune-strfile/Makefile:1.16 pkgsrc/games/fortune-strfile/Makefile:1.17
--- pkgsrc/games/fortune-strfile/Makefile:1.16  Sat Oct  6 11:54:38 2012
+++ pkgsrc/games/fortune-strfile/Makefile       Sun Jan 14 17:33:58 2018
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.16 2012/10/06 11:54:38 asau Exp $
+# $NetBSD: Makefile,v 1.17 2018/01/14 17:33:58 rillig Exp $
 
 DISTNAME=      fortune-strfile-0
 CATEGORIES=    games
@@ -7,7 +7,7 @@ DISTFILES=      # empty
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
 COMMENT=       Tool to prepare a fortune database
 
-WRKSRC=                ${WRKDIR}
+WRKSRC=                        ${WRKDIR}
 USE_BSD_MAKEFILE=      yes
 USE_TOOLS+=            nroff groff
 INSTALLATION_DIRS=     bin ${PKGMANDIR}/cat8 ${PKGMANDIR}/man8

Index: pkgsrc/games/freeciv-share/Makefile.common
diff -u pkgsrc/games/freeciv-share/Makefile.common:1.49 pkgsrc/games/freeciv-share/Makefile.common:1.50
--- pkgsrc/games/freeciv-share/Makefile.common:1.49     Sun Jan  1 14:43:40 2017
+++ pkgsrc/games/freeciv-share/Makefile.common  Sun Jan 14 17:33:58 2018
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.49 2017/01/01 14:43:40 wiz Exp $
+# $NetBSD: Makefile.common,v 1.50 2018/01/14 17:33:58 rillig Exp $
 
 # used by games/freeciv-share/Makefile
 # used by games/freeciv-client/Makefile
@@ -24,7 +24,7 @@ USE_PKGLOCALEDIR=     yes
 DISTINFO_FILE=         ${.CURDIR}/../../games/freeciv-share/distinfo
 PATCHDIR=              ${.CURDIR}/../../games/freeciv-share/patches
 
-REPLACE_PYTHON=        ${WRKSRC}/common/generate_packets.py
+REPLACE_PYTHON=                        ${WRKSRC}/common/generate_packets.py
 PYTHON_VERSIONS_INCOMPATIBLE=  34 35 36 # not yet ported as of 2.3.2
 
 SUBST_CLASSES+=                data

Index: pkgsrc/games/frozen-bubble/Makefile
diff -u pkgsrc/games/frozen-bubble/Makefile:1.57 pkgsrc/games/frozen-bubble/Makefile:1.58
--- pkgsrc/games/frozen-bubble/Makefile:1.57    Thu Oct  5 10:05:43 2017
+++ pkgsrc/games/frozen-bubble/Makefile Sun Jan 14 17:33:58 2018
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.57 2017/10/05 10:05:43 leot Exp $
+# $NetBSD: Makefile,v 1.58 2018/01/14 17:33:58 rillig Exp $
 
 DISTNAME=      frozen-bubble-2.2.1-beta1
 PKGNAME=       ${DISTNAME:S/-beta/beta/}
@@ -32,7 +32,7 @@ INSTALL_MAKE_FLAGS+=  MANDIR=${PREFIX}/${
 INSTALLATION_DIRS=     bin ${PKGMANDIR}/man6
 
 PERL5_MODULE_TYPE=     Module::Build
-PERL5_PACKLIST=        auto/Games/FrozenBubble/.packlist
+PERL5_PACKLIST=                auto/Games/FrozenBubble/.packlist
 
 .include "../../audio/SDL_mixer/buildlink3.mk"
 BUILDLINK_API_DEPENDS.SDL_Pango=       SDL_Pango>=0.1.2nb8

Index: pkgsrc/games/gargoyle/Makefile
diff -u pkgsrc/games/gargoyle/Makefile:1.1 pkgsrc/games/gargoyle/Makefile:1.2
--- pkgsrc/games/gargoyle/Makefile:1.1  Sat Jul 29 06:25:39 2017
+++ pkgsrc/games/gargoyle/Makefile      Sun Jan 14 17:33:59 2018
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2017/07/29 06:25:39 wiz Exp $
+# $NetBSD: Makefile,v 1.2 2018/01/14 17:33:59 rillig Exp $
 
 DISTNAME=      gargoyle-2011.1
 CATEGORIES=    games
@@ -13,7 +13,7 @@ COMMENT=      Graphical player for Interactiv
 
 WRKSRC=                ${WRKDIR}/garglk-stable-2011.1
 
-BUILD_DEPENDS+= jam-[0-9]*:../../devel/jam
+BUILD_DEPENDS+=        jam-[0-9]*:../../devel/jam
 
 USE_TOOLS+=    pkg-config
 USE_LANGUAGES+=        c c++

Index: pkgsrc/games/gate88/Makefile
diff -u pkgsrc/games/gate88/Makefile:1.4 pkgsrc/games/gate88/Makefile:1.5
--- pkgsrc/games/gate88/Makefile:1.4    Sat Oct  6 11:54:39 2012
+++ pkgsrc/games/gate88/Makefile        Sun Jan 14 17:33:59 2018
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2012/10/06 11:54:39 asau Exp $
+# $NetBSD: Makefile,v 1.5 2018/01/14 17:33:59 rillig Exp $
 #
 
 DISTNAME=      Gate88_Mar19_05
@@ -11,7 +11,7 @@ HOMEPAGE=     http://www.queasygames.com/gat
 COMMENT=       Deep space intergalactic battle
 LICENSE=       gate88-license
 
-RESTRICTED=    ${LICENSE}
+RESTRICTED=            ${LICENSE}
 NO_BIN_ON_CDROM=       ${RESTRICTED}
 NO_SRC_ON_CDROM=       ${RESTRICTED}
 NO_BIN_ON_FTP=         ${RESTRICTED}

Index: pkgsrc/games/gcompris/Makefile
diff -u pkgsrc/games/gcompris/Makefile:1.77 pkgsrc/games/gcompris/Makefile:1.78
--- pkgsrc/games/gcompris/Makefile:1.77 Thu Nov 30 16:45:24 2017
+++ pkgsrc/games/gcompris/Makefile      Sun Jan 14 17:33:59 2018
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.77 2017/11/30 16:45:24 adam Exp $
+# $NetBSD: Makefile,v 1.78 2018/01/14 17:33:59 rillig Exp $
 
 DISTNAME=      gcompris-12.11
 PKGREVISION=   29
@@ -19,7 +19,7 @@ USE_PKGLOCALEDIR=     YES
 GNU_CONFIGURE=         YES
 USE_LIBTOOL=           YES
 CHECK_PORTABILITY_SKIP+= macosx/build-gtk.sh
-INFO_FILES=    yes
+INFO_FILES=            yes
 
 PTHREAD_AUTO_VARS=     yes
 

Index: pkgsrc/games/ggz-client-libs/ggz-client.mk
diff -u pkgsrc/games/ggz-client-libs/ggz-client.mk:1.1 pkgsrc/games/ggz-client-libs/ggz-client.mk:1.2
--- pkgsrc/games/ggz-client-libs/ggz-client.mk:1.1      Tue Jul 28 18:47:14 2009
+++ pkgsrc/games/ggz-client-libs/ggz-client.mk  Sun Jan 14 17:33:59 2018
@@ -1,8 +1,8 @@
-# $NetBSD: ggz-client.mk,v 1.1 2009/07/28 18:47:14 drochner Exp $
+# $NetBSD: ggz-client.mk,v 1.2 2018/01/14 17:33:59 rillig Exp $
 
-REALGGZCONFIG= ${PREFIX}/bin/ggz-config
+REALGGZCONFIG= ${PREFIX}/bin/ggz-config
 
-CONFIGURE_ARGS+= --with-ggzconfig=${WRAPPER_DIR}/bin
+CONFIGURE_ARGS+=       --with-ggzconfig=${WRAPPER_DIR}/bin
 
 pre-configure: ${WRAPPER_DIR}/bin/ggz-config
 

Index: pkgsrc/games/gnome-games/Makefile
diff -u pkgsrc/games/gnome-games/Makefile:1.158 pkgsrc/games/gnome-games/Makefile:1.159
--- pkgsrc/games/gnome-games/Makefile:1.158     Sun Jan 14 15:26:47 2018
+++ pkgsrc/games/gnome-games/Makefile   Sun Jan 14 17:33:59 2018
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.158 2018/01/14 15:26:47 rillig Exp $
+# $NetBSD: Makefile,v 1.159 2018/01/14 17:33:59 rillig Exp $
 
 DISTNAME=              gnome-games-2.32.1
 PKGREVISION=           34
@@ -30,7 +30,7 @@ CONFIGURE_ARGS+=      --enable-omitgames=ligh
 
 FILES_SUBST+=          INSTALL=${INSTALL:Q}
 
-GCONF_SCHEMAS=         aisleriot.schemas
+GCONF_SCHEMAS= aisleriot.schemas
 GCONF_SCHEMAS+=        glchess.schemas
 GCONF_SCHEMAS+=        glines.schemas
 GCONF_SCHEMAS+=        gnect.schemas

Index: pkgsrc/games/golddig/Makefile
diff -u pkgsrc/games/golddig/Makefile:1.16 pkgsrc/games/golddig/Makefile:1.17
--- pkgsrc/games/golddig/Makefile:1.16  Sat Jul  4 16:18:34 2015
+++ pkgsrc/games/golddig/Makefile       Sun Jan 14 17:33:59 2018
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.16 2015/07/04 16:18:34 joerg Exp $
+# $NetBSD: Makefile,v 1.17 2018/01/14 17:33:59 rillig Exp $
 #
 
 DISTNAME=      golddigC3.1
@@ -14,8 +14,8 @@ INSTALLATION_DIRS=    bin ${PKGMANDIR}/man6
 INSTALL_MAKE_FLAGS+=   PREFIX=${DESTDIR}${PREFIX} \
                        MAN=${DESTDIR}${PREFIX}/${PKGMANDIR}/man6
 
-SCORE_GROUP=    ${GAMES_GROUP}
-PKG_GROUPS=     ${SCORE_GROUP}
+SCORE_GROUP=   ${GAMES_GROUP}
+PKG_GROUPS=    ${SCORE_GROUP}
 
 SETGIDGAME=    yes
 

Index: pkgsrc/games/hugo/Makefile
diff -u pkgsrc/games/hugo/Makefile:1.19 pkgsrc/games/hugo/Makefile:1.20
--- pkgsrc/games/hugo/Makefile:1.19     Wed Aug 16 20:45:37 2017
+++ pkgsrc/games/hugo/Makefile  Sun Jan 14 17:33:59 2018
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.19 2017/08/16 20:45:37 wiz Exp $
+# $NetBSD: Makefile,v 1.20 2018/01/14 17:33:59 rillig Exp $
 #
 
 DISTNAME=      hugov31_unix_source
@@ -12,7 +12,7 @@ MAINTAINER=   pkgsrc-users%NetBSD.org@localhost
 #HOMEPAGE=     http://www.generalcoffee.com/hugo.html
 COMMENT=       Interactive fiction design system and interpreter
 
-SITES.hugolib.zip=${MASTER_SITE_IFARCHIVE:=programming/hugo/library/}
+SITES.hugolib.zip=     ${MASTER_SITE_IFARCHIVE:=programming/hugo/library/}
 
 USE_TOOLS+=    gmake
 FAKE_NCURSES=  yes

Index: pkgsrc/games/ioquake3-raspberrypi/Makefile
diff -u pkgsrc/games/ioquake3-raspberrypi/Makefile:1.2 pkgsrc/games/ioquake3-raspberrypi/Makefile:1.3
--- pkgsrc/games/ioquake3-raspberrypi/Makefile:1.2      Sat Apr 25 14:22:57 2015
+++ pkgsrc/games/ioquake3-raspberrypi/Makefile  Sun Jan 14 17:33:59 2018
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2015/04/25 14:22:57 tnn Exp $
+# $NetBSD: Makefile,v 1.3 2018/01/14 17:33:59 rillig Exp $
 
 DISTNAME=      ioquake3-raspberrypi-20150118
 PKGREVISION=   1
@@ -18,7 +18,7 @@ BUILD_TARGET= release
 
 ONLY_FOR_PLATFORM=     NetBSD-*-*arm*
 
-INSTALLATION_DIRS+= lib/ioquake3
+INSTALLATION_DIRS+=    lib/ioquake3
 
 WRKSRC=        ${WRKDIR}/quake3-master
 

Index: pkgsrc/games/jetpack/Makefile
diff -u pkgsrc/games/jetpack/Makefile:1.12 pkgsrc/games/jetpack/Makefile:1.13
--- pkgsrc/games/jetpack/Makefile:1.12  Sat Oct  6 11:54:43 2012
+++ pkgsrc/games/jetpack/Makefile       Sun Jan 14 17:33:59 2018
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.12 2012/10/06 11:54:43 asau Exp $
+# $NetBSD: Makefile,v 1.13 2018/01/14 17:33:59 rillig Exp $
 
 DISTNAME=      jetpack
 PKGNAME=       jetpack-1.0
@@ -10,7 +10,7 @@ EXTRACT_SUFX= .tar.Z
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
 COMMENT=       Arcade action game for X Windows
 
-USE_IMAKE=     yes
+USE_IMAKE=             yes
 NO_INSTALL_MANPAGES=   yes
 SETGIDGAME=            yes
 

Index: pkgsrc/games/jools/Makefile
diff -u pkgsrc/games/jools/Makefile:1.14 pkgsrc/games/jools/Makefile:1.15
--- pkgsrc/games/jools/Makefile:1.14    Wed Aug 16 20:45:38 2017
+++ pkgsrc/games/jools/Makefile Sun Jan 14 17:33:59 2018
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.14 2017/08/16 20:45:38 wiz Exp $
+# $NetBSD: Makefile,v 1.15 2018/01/14 17:33:59 rillig Exp $
 
 DISTNAME=              jools-0.20
 PKGREVISION=           4
@@ -13,7 +13,7 @@ COMMENT=              Bejeweled clone
 DEPENDS+=              ${PYPKGPREFIX}-game>=1.4:../../devel/py-game
 
 PYTHON_VERSIONS_INCOMPATIBLE=  34 35 36 # not yet ported as of 0.20
-REPLACE_PYTHON=                jools/__init__.py
+REPLACE_PYTHON=                        jools/__init__.py
 
 post-install:
        ${INSTALL_DATA} ${WRKDIR}/README ${DESTDIR}${PREFIX}/share/jools/music

Index: pkgsrc/games/koth/Makefile
diff -u pkgsrc/games/koth/Makefile:1.27 pkgsrc/games/koth/Makefile:1.28
--- pkgsrc/games/koth/Makefile:1.27     Sun Jan 14 15:26:47 2018
+++ pkgsrc/games/koth/Makefile  Sun Jan 14 17:33:59 2018
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.27 2018/01/14 15:26:47 rillig Exp $
+# $NetBSD: Makefile,v 1.28 2018/01/14 17:33:59 rillig Exp $
 #
 
 DISTNAME=      koth-0.8.0
@@ -12,8 +12,8 @@ HOMEPAGE=     http://www.nongnu.org/koth/
 COMMENT=       The classic "shoot the other tank" artillery game, networked
 
 PTHREAD_AUTO_VARS=     yes
-GNU_CONFIGURE= YES
-CPPFLAGS+=     -DPKG_SYSCONFDIR="\"${PKG_SYSCONFDIR}\""
+GNU_CONFIGURE=         YES
+CPPFLAGS+=             -DPKG_SYSCONFDIR="\"${PKG_SYSCONFDIR}\""
 
 EGDIR=         ${PREFIX}/share/examples/koth
 CONF_FILES=    ${EGDIR}/koth.cfg ${PKG_SYSCONFDIR}/koth.cfg

Index: pkgsrc/games/kye/Makefile
diff -u pkgsrc/games/kye/Makefile:1.57 pkgsrc/games/kye/Makefile:1.58
--- pkgsrc/games/kye/Makefile:1.57      Wed Aug 16 20:45:38 2017
+++ pkgsrc/games/kye/Makefile   Sun Jan 14 17:34:00 2018
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.57 2017/08/16 20:45:38 wiz Exp $
+# $NetBSD: Makefile,v 1.58 2018/01/14 17:34:00 rillig Exp $
 
 DISTNAME=              kye-1.0
 PKGREVISION=           23
@@ -9,7 +9,7 @@ MAINTAINER=             pkgsrc-users%NetBSD.org@localhost
 #HOMEPAGE=             http://games.moria.org.uk/kye/pygtk
 COMMENT=               Puzzle game
 
-PYDISTUTILSPKG=        yes
+PYDISTUTILSPKG=                yes
 SUBST_CLASSES+=                prefix
 SUBST_STAGE.prefix=    pre-configure
 SUBST_FILES.prefix=    kye/common.py

Index: pkgsrc/games/libggz/Makefile
diff -u pkgsrc/games/libggz/Makefile:1.11 pkgsrc/games/libggz/Makefile:1.12
--- pkgsrc/games/libggz/Makefile:1.11   Sat Oct  1 13:01:11 2016
+++ pkgsrc/games/libggz/Makefile        Sun Jan 14 17:34:00 2018
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2016/10/01 13:01:11 joerg Exp $
+# $NetBSD: Makefile,v 1.12 2018/01/14 17:34:00 rillig Exp $
 #
 
 DISTNAME=      libggz-0.0.14.1
@@ -13,9 +13,9 @@ COMMENT=      GGZ Gaming Zone libraries
 GNU_CONFIGURE= yes
 USE_LIBTOOL=   yes
 
-CONFIGURE_ARGS+= --enable-debug-gdb
-CONFIGURE_ARGS+= --with-tls
-CONFIGURE_ARGS+= --with-gcrypt
+CONFIGURE_ARGS+=       --enable-debug-gdb
+CONFIGURE_ARGS+=       --with-tls
+CONFIGURE_ARGS+=       --with-gcrypt
 
 .include "../../mk/pthread.buildlink3.mk"
 .include "../../security/gnutls/buildlink3.mk"

Index: pkgsrc/games/maelstrom-x11/Makefile
diff -u pkgsrc/games/maelstrom-x11/Makefile:1.30 pkgsrc/games/maelstrom-x11/Makefile:1.31
--- pkgsrc/games/maelstrom-x11/Makefile:1.30    Sun Jan 14 15:26:47 2018
+++ pkgsrc/games/maelstrom-x11/Makefile Sun Jan 14 17:34:00 2018
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.30 2018/01/14 15:26:47 rillig Exp $
+# $NetBSD: Makefile,v 1.31 2018/01/14 17:34:00 rillig Exp $
 
 DISTNAME=              Maelstrom-1.4.3-L2.0.6-src.tar.gz
 PKGNAME=               maelstrom-x11-2.0.6
@@ -11,7 +11,7 @@ DISTFILES=            ${DISTNAME} ${STREK} ${SWARS
 
 MAINTAINER=            pkgsrc-users%NetBSD.org@localhost
 #HOMEPAGE=             http://www.ambrosiasw.com/Products/Maelstrom.html
-COMMENT=       High resolution graphics version of Asteroids (X11 version)
+COMMENT=               High resolution graphics version of Asteroids (X11 version)
 
 ESOUND=                        Maelstrom-Sounds-L2.0.0.tar.gz
 STREK=                 Star_Trek.tar.gz

Index: pkgsrc/games/marathon-trilogy/Makefile
diff -u pkgsrc/games/marathon-trilogy/Makefile:1.2 pkgsrc/games/marathon-trilogy/Makefile:1.3
--- pkgsrc/games/marathon-trilogy/Makefile:1.2  Sat Oct  6 11:54:47 2012
+++ pkgsrc/games/marathon-trilogy/Makefile      Sun Jan 14 17:34:00 2018
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2012/10/06 11:54:47 asau Exp $
+# $NetBSD: Makefile,v 1.3 2018/01/14 17:34:00 rillig Exp $
 #
 
 # This number is rather arbitrary and only for pkgsrc's benefit.
@@ -20,7 +20,7 @@ LICENSE=      generic-nonlicense
 
 SCENARIO_BASE=         share/AlephOne/Scenarios
 .for scenario in 1 2 Infinity
-INSTALLATION_DIRS+= ${SCENARIO_BASE}/${scenario} ${SCENARIO_BASE}/${scenario}/Physics\ Models ${SCENARIO_BASE}/${scenario}/Scripts ${SCENARIO_BASE}/${scenario}/Themes 
${SCENARIO_BASE}/${scenario}/Tracks
+INSTALLATION_DIRS+=    ${SCENARIO_BASE}/${scenario} ${SCENARIO_BASE}/${scenario}/Physics\ Models ${SCENARIO_BASE}/${scenario}/Scripts ${SCENARIO_BASE}/${scenario}/Themes 
${SCENARIO_BASE}/${scenario}/Tracks
 .endfor
 
 NO_CONFIGURE=  yes

Index: pkgsrc/games/monsterz/Makefile
diff -u pkgsrc/games/monsterz/Makefile:1.17 pkgsrc/games/monsterz/Makefile:1.18
--- pkgsrc/games/monsterz/Makefile:1.17 Sun Jan 14 15:26:47 2018
+++ pkgsrc/games/monsterz/Makefile      Sun Jan 14 17:34:00 2018
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.17 2018/01/14 15:26:47 rillig Exp $
+# $NetBSD: Makefile,v 1.18 2018/01/14 17:34:00 rillig Exp $
 
 DISTNAME=              monsterz-0.7.1
 PKGREVISION=           4
@@ -12,7 +12,7 @@ COMMENT=              Puzzle game similar to the fam
 DEPENDS+=              ${PYPKGPREFIX}-game-[0-9]*:../../devel/py-game
 DEPENDS+=              ${PYPKGPREFIX}-Numeric-[0-9]*:../../math/py-Numeric
 
-REPLACE_PYTHON=        monsterz.py
+REPLACE_PYTHON=                        monsterz.py
 PYTHON_VERSIONS_INCOMPATIBLE=  34 35 36 # py-Numeric
 
 MAKE_ENV+=             GAMEOWN=${GAMEOWN:Q}

Index: pkgsrc/games/moria/Makefile
diff -u pkgsrc/games/moria/Makefile:1.20 pkgsrc/games/moria/Makefile:1.21
--- pkgsrc/games/moria/Makefile:1.20    Sun Oct 15 03:16:07 2017
+++ pkgsrc/games/moria/Makefile Sun Jan 14 17:34:00 2018
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.20 2017/10/15 03:16:07 maya Exp $
+# $NetBSD: Makefile,v 1.21 2018/01/14 17:34:00 rillig Exp $
 
 DISTNAME=              um5.5.2
 PKGNAME=               moria-5.5.2
@@ -28,7 +28,7 @@ do-configure:
        @${RM} -f ${WRKSRC}/*.[ch] ${WRKSRC}/Makefile
        @cd ${WRKSRC}; ${LN} -s source/* unix/* .
 
-PKGSRC_USE_FORTIFY=no
+PKGSRC_USE_FORTIFY=    no
 
 .include "../../mk/curses.buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/games/netmaze/Makefile
diff -u pkgsrc/games/netmaze/Makefile:1.15 pkgsrc/games/netmaze/Makefile:1.16
--- pkgsrc/games/netmaze/Makefile:1.15  Mon Mar 25 01:59:03 2013
+++ pkgsrc/games/netmaze/Makefile       Sun Jan 14 17:34:00 2018
@@ -1,10 +1,10 @@
-# $NetBSD: Makefile,v 1.15 2013/03/25 01:59:03 dholland Exp $
+# $NetBSD: Makefile,v 1.16 2018/01/14 17:34:00 rillig Exp $
 
 DISTNAME=              netmaze0.81
 PKGNAME=               netmaze-0.81
 PKGREVISION=           4
 CATEGORIES=            games
-MASTER_SITES=  ${MASTER_SITE_XCONTRIB:=games/multiplayer/}
+MASTER_SITES=          ${MASTER_SITE_XCONTRIB:=games/multiplayer/}
 
 MAINTAINER=            jdc%NetBSD.org@localhost
 COMMENT=               X windows-based multiplayer combat game (like Midi Maze)

Index: pkgsrc/games/neverball/Makefile
diff -u pkgsrc/games/neverball/Makefile:1.33 pkgsrc/games/neverball/Makefile:1.34
--- pkgsrc/games/neverball/Makefile:1.33        Sat Sep 30 07:45:03 2017
+++ pkgsrc/games/neverball/Makefile     Sun Jan 14 17:34:00 2018
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.33 2017/09/30 07:45:03 wiz Exp $
+# $NetBSD: Makefile,v 1.34 2018/01/14 17:34:00 rillig Exp $
 
 DISTNAME=      neverball-1.6.0
 PKGREVISION=   1
@@ -12,7 +12,7 @@ COMMENT=      Puzzle/action game similar to S
 USE_TOOLS+=    gmake pax
 
 # Avoiding multiples patches...
-BUILDLINK_FNAME_TRANSFORM.SDL+=        -e "s|/SDL/|/|g"
+BUILDLINK_FNAME_TRANSFORM.SDL+=                -e "s|/SDL/|/|g"
 BUILDLINK_FNAME_TRANSFORM.SDL_ttf+=    -e "s|/SDL/|/|g"
 
 MAKE_ENV+=     ENABLE_NLS=0

Index: pkgsrc/games/newvox/Makefile
diff -u pkgsrc/games/newvox/Makefile:1.26 pkgsrc/games/newvox/Makefile:1.27
--- pkgsrc/games/newvox/Makefile:1.26   Sat Apr 25 14:23:01 2015
+++ pkgsrc/games/newvox/Makefile        Sun Jan 14 17:34:00 2018
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.26 2015/04/25 14:23:01 tnn Exp $
+# $NetBSD: Makefile,v 1.27 2018/01/14 17:34:00 rillig Exp $
 #
 
 DISTNAME=      newvox-1.0
@@ -12,7 +12,7 @@ COMMENT=      Voxel-style landscape rendering
 
 GNU_CONFIGURE= YES
 
-LIBS.SunOS+=   -lm
+LIBS.SunOS+=           -lm
 LDFLAGS.DragonFly=     -lm
 
 .include "../../devel/SDL/buildlink3.mk"

Index: pkgsrc/games/openttd-data/Makefile
diff -u pkgsrc/games/openttd-data/Makefile:1.6 pkgsrc/games/openttd-data/Makefile:1.7
--- pkgsrc/games/openttd-data/Makefile:1.6      Fri Jul  3 12:36:10 2015
+++ pkgsrc/games/openttd-data/Makefile  Sun Jan 14 17:34:00 2018
@@ -1,15 +1,15 @@
-# $NetBSD: Makefile,v 1.6 2015/07/03 12:36:10 wiz Exp $
+# $NetBSD: Makefile,v 1.7 2018/01/14 17:34:00 rillig Exp $
 
-GFXVER=                0.5.2
-PKGNAME=       openttd-data-${GFXVER}
-CATEGORIES=    games x11
-MASTER_SITES=  http://binaries.openttd.org/extra
-DISTFILES=     opengfx-${GFXVER}-all.zip
-DISTFILES+=    openmsx-0.3.1-all.zip
-DISTFILES+=    opensfx-0.2.3-all.zip
+GFXVER=                                        0.5.2
+PKGNAME=                               openttd-data-${GFXVER}
+CATEGORIES=                            games x11
+MASTER_SITES=                          http://binaries.openttd.org/extra
+DISTFILES=                             opengfx-${GFXVER}-all.zip
+DISTFILES+=                            openmsx-0.3.1-all.zip
+DISTFILES+=                            opensfx-0.2.3-all.zip
 SITES.opengfx-${GFXVER}-all.zip=       ${MASTER_SITES:Q}/opengfx/${GFXVER}/
-SITES.openmsx-0.3.1-all.zip=   ${MASTER_SITES:Q}/openmsx/0.3.1/
-SITES.opensfx-0.2.3-all.zip=   ${MASTER_SITES:Q}/opensfx/0.2.3/
+SITES.openmsx-0.3.1-all.zip=           ${MASTER_SITES:Q}/openmsx/0.3.1/
+SITES.opensfx-0.2.3-all.zip=           ${MASTER_SITES:Q}/opensfx/0.2.3/
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=      http://www.openttd.org/

Index: pkgsrc/games/prboom/Makefile
diff -u pkgsrc/games/prboom/Makefile:1.35 pkgsrc/games/prboom/Makefile:1.36
--- pkgsrc/games/prboom/Makefile:1.35   Sat Apr 25 14:23:02 2015
+++ pkgsrc/games/prboom/Makefile        Sun Jan 14 17:34:00 2018
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.35 2015/04/25 14:23:02 tnn Exp $
+# $NetBSD: Makefile,v 1.36 2018/01/14 17:34:00 rillig Exp $
 
 DISTNAME=      prboom-2.5.0
 PKGREVISION=   2
@@ -18,7 +18,7 @@ SUBST_CLASSES+=               gamesdir
 SUBST_STAGE.gamesdir=  post-patch
 SUBST_MESSAGE.gamesdir=        Fixing hard-coded gamesdir
 SUBST_FILES.gamesdir=  src/Makefile.in
-SUBST_SED.gamesdir+=-e '/^gamesdir =/ s;/games;/bin;g'
+SUBST_SED.gamesdir+=   -e '/^gamesdir =/ s;/games;/bin;g'
 
 .include "../../audio/SDL_mixer/buildlink3.mk"
 .include "../../net/SDL_net/buildlink3.mk"

Index: pkgsrc/games/prboom-plus/Makefile
diff -u pkgsrc/games/prboom-plus/Makefile:1.2 pkgsrc/games/prboom-plus/Makefile:1.3
--- pkgsrc/games/prboom-plus/Makefile:1.2       Sat Apr 25 14:23:02 2015
+++ pkgsrc/games/prboom-plus/Makefile   Sun Jan 14 17:34:01 2018
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2015/04/25 14:23:02 tnn Exp $
+# $NetBSD: Makefile,v 1.3 2018/01/14 17:34:01 rillig Exp $
 
 DISTNAME=      prboom-plus-2.5.1.3
 PKGREVISION=   1
@@ -17,7 +17,7 @@ SUBST_CLASSES+=               gamesdir
 SUBST_STAGE.gamesdir=  post-patch
 SUBST_MESSAGE.gamesdir=        Fixing hard-coded gamesdir
 SUBST_FILES.gamesdir=  src/Makefile.in
-SUBST_SED.gamesdir+=-e '/^gamesdir =/ s;/games;/bin;g'
+SUBST_SED.gamesdir+=   -e '/^gamesdir =/ s;/games;/bin;g'
 
 .include "../../audio/SDL_mixer/buildlink3.mk"
 .include "../../net/SDL_net/buildlink3.mk"

Index: pkgsrc/games/puzzles/Makefile
diff -u pkgsrc/games/puzzles/Makefile:1.55 pkgsrc/games/puzzles/Makefile:1.56
--- pkgsrc/games/puzzles/Makefile:1.55  Mon Sep  4 18:08:24 2017
+++ pkgsrc/games/puzzles/Makefile       Sun Jan 14 17:34:01 2018
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.55 2017/09/04 18:08:24 wiz Exp $
+# $NetBSD: Makefile,v 1.56 2018/01/14 17:34:01 rillig Exp $
 
 DISTNAME=      puzzles
 PKGNAME=       puzzles-20160429
@@ -19,10 +19,10 @@ WRKSRC=             ${WRKDIR}/puzzles-20160429.b311
 USE_TOOLS+=    gmake pkg-config
 
 BUILDLINK_TRANSFORM+=  rm:-Werror
-MAKE_FLAGS=    prefix=${PREFIX}
-MAKE_FLAGS=    gamesdir=${PREFIX}/bin
-MAKE_FILE=     Makefile.gtk
-CFLAGS+=       -DREVISION=${DISTNAME:S/puzzles-r//}
+MAKE_FLAGS=            prefix=${PREFIX}
+MAKE_FLAGS=            gamesdir=${PREFIX}/bin
+MAKE_FILE=             Makefile.gtk
+CFLAGS+=               -DREVISION=${DISTNAME:S/puzzles-r//}
 
 SUBST_CLASSES+=                ldflags
 SUBST_SED.ldflags+=    -e 's/$$(CC)/$$(CC) $$(LDFLAGS)/g'

Index: pkgsrc/games/py-easyAI/Makefile
diff -u pkgsrc/games/py-easyAI/Makefile:1.6 pkgsrc/games/py-easyAI/Makefile:1.7
--- pkgsrc/games/py-easyAI/Makefile:1.6 Mon Aug 14 19:25:01 2017
+++ pkgsrc/games/py-easyAI/Makefile     Sun Jan 14 17:34:01 2018
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2017/08/14 19:25:01 wiz Exp $
+# $NetBSD: Makefile,v 1.7 2018/01/14 17:34:01 rillig Exp $
 
 DISTNAME=      easyAI-1.0.0.4
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -10,7 +10,7 @@ HOMEPAGE=     https://pypi.python.org/pypi/e
 COMMENT=       Easy-to-use game AI algorithms
 LICENSE=       mit
 
-USE_LANGUAGES= # none
+USE_LANGUAGES=                 # none
 PYTHON_VERSIONS_INCOMPATIBLE=  34 35 36 # not yet ported as of 0.0.0.4
 
 .include "../../lang/python/egg.mk"

Index: pkgsrc/games/pysolfc/Makefile
diff -u pkgsrc/games/pysolfc/Makefile:1.22 pkgsrc/games/pysolfc/Makefile:1.23
--- pkgsrc/games/pysolfc/Makefile:1.22  Sun Jan  1 14:43:41 2017
+++ pkgsrc/games/pysolfc/Makefile       Sun Jan 14 17:34:01 2018
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.22 2017/01/01 14:43:41 wiz Exp $
+# $NetBSD: Makefile,v 1.23 2018/01/14 17:34:01 rillig Exp $
 
 DISTNAME=      PySolFC-2.0
 PKGNAME=       ${DISTNAME:tl}
@@ -12,7 +12,7 @@ HOMEPAGE=     http://pysolfc.sourceforge.net
 COMMENT=       Over 1000 solitaire games
 LICENSE=       gnu-gpl-v3
 
-PYDISTUTILSPKG=        yes
+PYDISTUTILSPKG=                        yes
 PYTHON_VERSIONS_INCOMPATIBLE=  34 35 36 # py-imaging
 
 REPLACE_PYTHON+= \

Index: pkgsrc/games/pytraffic/Makefile
diff -u pkgsrc/games/pytraffic/Makefile:1.48 pkgsrc/games/pytraffic/Makefile:1.49
--- pkgsrc/games/pytraffic/Makefile:1.48        Sun Feb 12 06:25:22 2017
+++ pkgsrc/games/pytraffic/Makefile     Sun Jan 14 17:34:01 2018
@@ -1,18 +1,18 @@
-# $NetBSD: Makefile,v 1.48 2017/02/12 06:25:22 ryoon Exp $
+# $NetBSD: Makefile,v 1.49 2018/01/14 17:34:01 rillig Exp $
 
-DISTNAME=              pytraffic-2.5.4
-PKGREVISION=           31
-CATEGORIES=            games
+DISTNAME=      pytraffic-2.5.4
+PKGREVISION=   31
+CATEGORIES=    games
 MASTER_SITES=  http://alpha.uhasselt.be/Research/Algebra/Members/pytraffic/
 
-MAINTAINER=            pkgsrc-users%NetBSD.org@localhost
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=      http://alpha.uhasselt.be/Research/Algebra/Members/pytraffic/
-COMMENT=               Computer version of a popular board game
+COMMENT=       Computer version of a popular board game
 
 # pytraffic-2.5.4 distfile was changed after release
 DIST_SUBDIR=   pytraffic-2.5.4-070313
 
-PYDISTUTILSPKG=                yes
+PYDISTUTILSPKG=                        yes
 PYTHON_VERSIONS_INCOMPATIBLE=  34 35 36 # py-gtk2
 
 .include "../../lang/python/application.mk"

Index: pkgsrc/games/quakedata/Makefile
diff -u pkgsrc/games/quakedata/Makefile:1.27 pkgsrc/games/quakedata/Makefile:1.28
--- pkgsrc/games/quakedata/Makefile:1.27        Mon Sep  4 18:08:24 2017
+++ pkgsrc/games/quakedata/Makefile     Sun Jan 14 17:34:01 2018
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.27 2017/09/04 18:08:24 wiz Exp $
+# $NetBSD: Makefile,v 1.28 2018/01/14 17:34:01 rillig Exp $
 
 DISTNAME=      quake106
 PKGNAME=       quakedata-1.0
@@ -11,7 +11,7 @@ EXTRACT_SUFX= .zip
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=      https://www.idsoftware.com/
 COMMENT=       Game data files for Quake
-LICENSE=               quakedata-license
+LICENSE=       quakedata-license
 
 RESTRICTED=            This software is shareware.
 NO_SRC_ON_CDROM=       ${RESTRICTED}

Index: pkgsrc/games/scummvm-tools/Makefile
diff -u pkgsrc/games/scummvm-tools/Makefile:1.41 pkgsrc/games/scummvm-tools/Makefile:1.42
--- pkgsrc/games/scummvm-tools/Makefile:1.41    Mon Jan  1 21:18:29 2018
+++ pkgsrc/games/scummvm-tools/Makefile Sun Jan 14 17:34:01 2018
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.41 2018/01/01 21:18:29 adam Exp $
+# $NetBSD: Makefile,v 1.42 2018/01/14 17:34:01 rillig Exp $
 #
 
 DISTNAME=              scummvm-tools-1.4.0
@@ -12,9 +12,9 @@ HOMEPAGE=             http://scummvm.sourceforge.ne
 COMMENT=               Conversion and compression tools for ScummVM
 LICENSE=               gnu-gpl-v2
 
-USE_LANGUAGES= c c++
-USE_TOOLS+=    gmake
-HAS_CONFIGURE= yes
+USE_LANGUAGES=         c c++
+USE_TOOLS+=            gmake
+HAS_CONFIGURE=         yes
 CONFIGURE_ARGS+=       --prefix=${PREFIX}
 
 INSTALLATION_DIRS=     bin

Index: pkgsrc/games/simgear/Makefile
diff -u pkgsrc/games/simgear/Makefile:1.65 pkgsrc/games/simgear/Makefile:1.66
--- pkgsrc/games/simgear/Makefile:1.65  Mon Jan  1 21:18:30 2018
+++ pkgsrc/games/simgear/Makefile       Sun Jan 14 17:34:01 2018
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.65 2018/01/01 21:18:30 adam Exp $
+# $NetBSD: Makefile,v 1.66 2018/01/14 17:34:01 rillig Exp $
 
 DISTNAME=      simgear-2.8.0
 PKGREVISION=   37
@@ -20,7 +20,7 @@ CMAKE_ARGS+=          -DENABLE_LIBSVN:BOOL=OFF
 
 LDFLAGS.SunOS+=                -lsocket -lnsl
 
-BUILDLINK_API_DEPENDS.plib+= plib>=1.8.5
+BUILDLINK_API_DEPENDS.plib+=   plib>=1.8.5
 
 .include "../../audio/freealut/buildlink3.mk"
 .include "../../audio/openal-soft/buildlink3.mk"

Index: pkgsrc/games/sudoku-cli/Makefile
diff -u pkgsrc/games/sudoku-cli/Makefile:1.8 pkgsrc/games/sudoku-cli/Makefile:1.9
--- pkgsrc/games/sudoku-cli/Makefile:1.8        Sun Jan 14 15:26:48 2018
+++ pkgsrc/games/sudoku-cli/Makefile    Sun Jan 14 17:34:01 2018
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2018/01/14 15:26:48 rillig Exp $
+# $NetBSD: Makefile,v 1.9 2018/01/14 17:34:01 rillig Exp $
 #
 
 DISTNAME=              sudoku-1.0.1
@@ -33,11 +33,11 @@ MAKE_FLAGS+=                SUDOKUNAME=sudoku-cli
 CFLAGS+=               -DTEMPLATE="${SHARE_DIR}/template"
 CFLAGS+=               -DPRECANNED="${SHARE_DIR}/precanned"
 
-SUBST_CLASSES+=                sudoku-cli
-SUBST_STAGE.sudoku-cli=        pre-build
-SUBST_MESSAGE.sudoku-cli=Correcting path names in man page
-SUBST_FILES.sudoku-cli+=sudoku.6
-SUBST_SED.sudoku-cli+= -e s,/usr/lib/sudoku,${SHARE_DIR},
+SUBST_CLASSES+=                        sudoku-cli
+SUBST_STAGE.sudoku-cli=                pre-build
+SUBST_MESSAGE.sudoku-cli=      Correcting path names in man page
+SUBST_FILES.sudoku-cli+=       sudoku.6
+SUBST_SED.sudoku-cli+=         -e s,/usr/lib/sudoku,${SHARE_DIR},
 
 .include "../../mk/curses.buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/games/supertuxkart/Makefile
diff -u pkgsrc/games/supertuxkart/Makefile:1.19 pkgsrc/games/supertuxkart/Makefile:1.20
--- pkgsrc/games/supertuxkart/Makefile:1.19     Mon Jan  1 21:18:30 2018
+++ pkgsrc/games/supertuxkart/Makefile  Sun Jan 14 17:34:01 2018
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.19 2018/01/01 21:18:30 adam Exp $
+# $NetBSD: Makefile,v 1.20 2018/01/14 17:34:01 rillig Exp $
 #
 
 DISTNAME=      supertuxkart-0.8.1-src
@@ -30,13 +30,13 @@ NOT_PAX_MPROTECT_SAFE+=     bin/supertuxkart
 # Debug nob for STK
 #CMAKE_ARGS+=  -DCMAKE_BUILD_TYPE=Debug
 
-SUBST_CLASSES+=                dos_eol
-SUBST_MESSAGE.dos_eol= Removing DOS line-ends
-SUBST_STAGE.dos_eol=   post-extract
-SUBST_FILES.dos_eol=   lib/irrlicht/source/Irrlicht/Makefile
-SUBST_FILES.dos_eol+=  lib/irrlicht/source/Irrlicht/os.cpp
-SUBST_FILES.dos_eol+=  lib/irrlicht/source/Irrlicht/COSOperator.cpp
-SUBST_FILES.dos_eol+=  lib/irrlicht/source/Irrlicht/CIrrDeviceLinux.cpp
+SUBST_CLASSES+=                        dos_eol
+SUBST_MESSAGE.dos_eol=         Removing DOS line-ends
+SUBST_STAGE.dos_eol=           post-extract
+SUBST_FILES.dos_eol=           lib/irrlicht/source/Irrlicht/Makefile
+SUBST_FILES.dos_eol+=          lib/irrlicht/source/Irrlicht/os.cpp
+SUBST_FILES.dos_eol+=          lib/irrlicht/source/Irrlicht/COSOperator.cpp
+SUBST_FILES.dos_eol+=          lib/irrlicht/source/Irrlicht/CIrrDeviceLinux.cpp
 SUBST_FILTER_CMD.dos_eol=      ${TR} -d '\r'
 
 CMAKE_ARGS+=   -DUSE_WIIUSE=OFF

Index: pkgsrc/games/teeworlds/Makefile
diff -u pkgsrc/games/teeworlds/Makefile:1.5 pkgsrc/games/teeworlds/Makefile:1.6
--- pkgsrc/games/teeworlds/Makefile:1.5 Mon Sep  4 18:08:24 2017
+++ pkgsrc/games/teeworlds/Makefile     Sun Jan 14 17:34:01 2018
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2017/09/04 18:08:24 wiz Exp $
+# $NetBSD: Makefile,v 1.6 2018/01/14 17:34:01 rillig Exp $
 
 DISTNAME=      teeworlds-0.6.3-src
 PKGNAME=       ${DISTNAME:S/-src//}
@@ -12,7 +12,7 @@ LICENSE=      zlib AND 2-clause-bsd AND modif
 
 USE_LANGUAGES= c c++
 
-BUILD_DEPENDS+= bam>=0.4.0:../../devel/bam
+BUILD_DEPENDS+=        bam>=0.4.0:../../devel/bam
 
 AUTO_MKDIRS=   yes
 

Index: pkgsrc/games/tscp/Makefile
diff -u pkgsrc/games/tscp/Makefile:1.20 pkgsrc/games/tscp/Makefile:1.21
--- pkgsrc/games/tscp/Makefile:1.20     Sat Mar 14 17:53:55 2015
+++ pkgsrc/games/tscp/Makefile  Sun Jan 14 17:34:01 2018
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.20 2015/03/14 17:53:55 tnn Exp $
+# $NetBSD: Makefile,v 1.21 2018/01/14 17:34:01 rillig Exp $
 #
 
 DISTNAME=      tscp181
@@ -13,11 +13,11 @@ HOMEPAGE=   http://www.tckerrigan.com/
 COMMENT=       Tom Kerrigan's Simple Chess Program
 LICENSE=       generic-nonlicense
 
-RESTRICTED=    No distribution without authorisation from Tom Kerrigan
-NO_BIN_ON_CDROM= ${RESTRICTED}
-NO_BIN_ON_FTP= ${RESTRICTED}
-NO_SRC_ON_CDROM= ${RESTRICTED}
-NO_SRC_ON_FTP= ${RESTRICTED}
+RESTRICTED=            No distribution without authorisation from Tom Kerrigan
+NO_BIN_ON_CDROM=       ${RESTRICTED}
+NO_BIN_ON_FTP=         ${RESTRICTED}
+NO_SRC_ON_CDROM=       ${RESTRICTED}
+NO_SRC_ON_FTP=         ${RESTRICTED}
 
 INSTALLATION_DIRS=     bin share/doc
 

Index: pkgsrc/games/urban/Makefile
diff -u pkgsrc/games/urban/Makefile:1.22 pkgsrc/games/urban/Makefile:1.23
--- pkgsrc/games/urban/Makefile:1.22    Wed Sep  6 10:40:28 2017
+++ pkgsrc/games/urban/Makefile Sun Jan 14 17:34:02 2018
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.22 2017/09/06 10:40:28 wiz Exp $
+# $NetBSD: Makefile,v 1.23 2018/01/14 17:34:02 rillig Exp $
 #
 
 DISTNAME=      urban-1.5.3
@@ -14,7 +14,7 @@ COMMENT=      U.R.B.A.N The Cyborg Project
 PTHREAD_AUTO_VARS=     yes
 GNU_CONFIGURE=         yes
 USE_LANGUAGES=         c c++
-USE_TOOLS+=    pax
+USE_TOOLS+=            pax
 WRKSRC=                        ${WRKDIR}/${PKGNAME_NOREV}
 
 INSTALLATION_DIRS=     share/urban

Index: pkgsrc/games/wesnoth/Makefile
diff -u pkgsrc/games/wesnoth/Makefile:1.129 pkgsrc/games/wesnoth/Makefile:1.130
--- pkgsrc/games/wesnoth/Makefile:1.129 Mon Jan  1 21:18:30 2018
+++ pkgsrc/games/wesnoth/Makefile       Sun Jan 14 17:34:02 2018
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.129 2018/01/01 21:18:30 adam Exp $
+# $NetBSD: Makefile,v 1.130 2018/01/14 17:34:02 rillig Exp $
 
 DISTNAME=      wesnoth-1.12.6
 PKGREVISION=   8
@@ -32,25 +32,25 @@ SUBST_MESSAGE.prefix=       Fixing search path
 SUBST_SED.prefix=      -e 's,/usr/local,${PREFIX},'
 
 PYTHON_VERSIONS_INCOMPATIBLE=  34 35 36 # not yet ported as of 1.10.6
-REPLACE_PYTHON+=       data/tools/GUI.pyw
-REPLACE_PYTHON+=       data/tools/*.py
-REPLACE_PYTHON+=       data/tools/wesnoth/*.py
-REPLACE_PYTHON+=       data/tools/wml*
-REPLACE_PYTHON+=       data/tools/about_cfg_to_wiki
-REPLACE_PYTHON+=       data/tools/addon_manager/html.py
-REPLACE_PYTHON+=       data/tools/extractbindings
-REPLACE_PYTHON+=       data/tools/imgcheck
-REPLACE_PYTHON+=       data/tools/journeylifter
-REPLACE_PYTHON+=       data/tools/rmtrans/rmtrans.py
-REPLACE_PYTHON+=       data/tools/trackplacer
-REPLACE_PYTHON+=       data/tools/unit_tree/helpers.py
-REPLACE_PYTHON+=       data/tools/wesnoth_addon_manager
-REPLACE_PYTHON+=       data/tools/wesnoth_addon_manager/html.py
-REPLACE_PYTHON+=       data/tools/wesnoth/campaignserver_client.py
-REPLACE_PYTHON+=       data/tools/unit_tree/TeamColorizer
-REPLACE_PYTHON+=       data/tools/unit_tree/overview.py
-REPLACE_PYTHON+=       utils/ai_test/*.py
-REPLACE_PYTHON+=       utils/*.py
+REPLACE_PYTHON+=               data/tools/GUI.pyw
+REPLACE_PYTHON+=               data/tools/*.py
+REPLACE_PYTHON+=               data/tools/wesnoth/*.py
+REPLACE_PYTHON+=               data/tools/wml*
+REPLACE_PYTHON+=               data/tools/about_cfg_to_wiki
+REPLACE_PYTHON+=               data/tools/addon_manager/html.py
+REPLACE_PYTHON+=               data/tools/extractbindings
+REPLACE_PYTHON+=               data/tools/imgcheck
+REPLACE_PYTHON+=               data/tools/journeylifter
+REPLACE_PYTHON+=               data/tools/rmtrans/rmtrans.py
+REPLACE_PYTHON+=               data/tools/trackplacer
+REPLACE_PYTHON+=               data/tools/unit_tree/helpers.py
+REPLACE_PYTHON+=               data/tools/wesnoth_addon_manager
+REPLACE_PYTHON+=               data/tools/wesnoth_addon_manager/html.py
+REPLACE_PYTHON+=               data/tools/wesnoth/campaignserver_client.py
+REPLACE_PYTHON+=               data/tools/unit_tree/TeamColorizer
+REPLACE_PYTHON+=               data/tools/unit_tree/overview.py
+REPLACE_PYTHON+=               utils/ai_test/*.py
+REPLACE_PYTHON+=               utils/*.py
 
 REPLACE_BASH+=         data/tools/castle-cutter/mk-all-castles.sh
 REPLACE_BASH+=         data/tools/castle-cutter/mk-castle.sh

Index: pkgsrc/games/wtf/Makefile
diff -u pkgsrc/games/wtf/Makefile:1.3 pkgsrc/games/wtf/Makefile:1.4
--- pkgsrc/games/wtf/Makefile:1.3       Thu Apr 23 17:16:29 2015
+++ pkgsrc/games/wtf/Makefile   Sun Jan 14 17:34:02 2018
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2015/04/23 17:16:29 agc Exp $
+# $NetBSD: Makefile,v 1.4 2018/01/14 17:34:02 rillig Exp $
 #
 
 DISTNAME=      wtf-20150206
@@ -20,7 +20,7 @@ SUBST_STAGE.paths=    pre-configure
 
 REPLACE_SH=            wtf
 
-INSTALLATION_DIRS+=    bin share/wtf ${PKGMANDIR}/man6
+INSTALLATION_DIRS+=    bin share/wtf ${PKGMANDIR}/man6
 
 do-install:
        ${INSTALL_SCRIPT} ${WRKSRC}/wtf ${DESTDIR}${PREFIX}/bin

Index: pkgsrc/games/xbat/Makefile
diff -u pkgsrc/games/xbat/Makefile:1.17 pkgsrc/games/xbat/Makefile:1.18
--- pkgsrc/games/xbat/Makefile:1.17     Wed Sep  6 10:40:28 2017
+++ pkgsrc/games/xbat/Makefile  Sun Jan 14 17:34:02 2018
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.17 2017/09/06 10:40:28 wiz Exp $
+# $NetBSD: Makefile,v 1.18 2018/01/14 17:34:02 rillig Exp $
 
 DISTNAME=      xev111
 PKGNAME=       xbat-1.11
@@ -11,7 +11,7 @@ MAINTAINER=   pkgsrc-users%NetBSD.org@localhost
 #HOMEPAGE=     http://www.nemoto.ecei.tohoku.ac.jp/~wai/index_e.html
 COMMENT=       XEVIOUS like shooting game
 
-RESTRICTED=    Possible copyright infringement
+RESTRICTED=            Possible copyright infringement
 NO_SRC_ON_CDROM=       ${RESTRICTED}
 NO_BIN_ON_CDROM=       ${RESTRICTED}
 NO_SRC_ON_FTP=         ${RESTRICTED}
@@ -47,7 +47,7 @@ MAKE_FLAGS+=  UNION=0
 .elif ${MACHINE_ENDIAN} == "little"
 MAKE_FLAGS+=   UNION=1
 .else
-BROKEN=        Unknown endianness
+BROKEN=                Unknown endianness
 .endif
 
 post-install:

Index: pkgsrc/games/xboard/Makefile
diff -u pkgsrc/games/xboard/Makefile:1.49 pkgsrc/games/xboard/Makefile:1.50
--- pkgsrc/games/xboard/Makefile:1.49   Sun Feb 12 06:25:23 2017
+++ pkgsrc/games/xboard/Makefile        Sun Jan 14 17:34:02 2018
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.49 2017/02/12 06:25:23 ryoon Exp $
+# $NetBSD: Makefile,v 1.50 2018/01/14 17:34:02 rillig Exp $
 
 DISTNAME=      xboard-4.8.0
 PKGREVISION=   4
@@ -58,11 +58,11 @@ DEPENDS+=       libsndfile-[0-9]*:../../
 .  endif
 .endif
 
-SUBST_CLASSES+=                 wavplayer
-SUBST_MESSAGE.wavplayer=        Setting wav player location.
-SUBST_STAGE.wavplayer=          post-build
-SUBST_FILES.wavplayer=          xboard.conf
-SUBST_SED.wavplayer=            -e 's,aplay -q,${WAVPLAYER},g'
+SUBST_CLASSES+=                        wavplayer
+SUBST_MESSAGE.wavplayer=       Setting wav player location.
+SUBST_STAGE.wavplayer=         post-build
+SUBST_FILES.wavplayer=         xboard.conf
+SUBST_SED.wavplayer=           -e 's,aplay -q,${WAVPLAYER},g'
 
 post-install:
        ${INSTALL_SCRIPT} ${WRKSRC}/cmail ${DESTDIR}${PREFIX}/bin

Index: pkgsrc/games/xcowsay/Makefile
diff -u pkgsrc/games/xcowsay/Makefile:1.17 pkgsrc/games/xcowsay/Makefile:1.18
--- pkgsrc/games/xcowsay/Makefile:1.17  Sun Feb 12 06:25:23 2017
+++ pkgsrc/games/xcowsay/Makefile       Sun Jan 14 17:34:02 2018
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.17 2017/02/12 06:25:23 ryoon Exp $
+# $NetBSD: Makefile,v 1.18 2018/01/14 17:34:02 rillig Exp $
 #
 
 DISTNAME=      xcowsay-1.3
@@ -13,7 +13,7 @@ LICENSE=      gnu-gpl-v3
 
 GNU_CONFIGURE=         yes
 USE_PKGLOCALEDIR=      yes
-USE_TOOLS+=                    pkg-config
+USE_TOOLS+=            pkg-config
 
 .include "options.mk"
 

Index: pkgsrc/games/xemeraldia/Makefile
diff -u pkgsrc/games/xemeraldia/Makefile:1.19 pkgsrc/games/xemeraldia/Makefile:1.20
--- pkgsrc/games/xemeraldia/Makefile:1.19       Sun Jan 14 15:26:49 2018
+++ pkgsrc/games/xemeraldia/Makefile    Sun Jan 14 17:34:02 2018
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.19 2018/01/14 15:26:49 rillig Exp $
+# $NetBSD: Makefile,v 1.20 2018/01/14 17:34:02 rillig Exp $
 
 DISTNAME=      xemeraldia-0.3
 PKGNAME=       xemeraldia-0.31
@@ -6,8 +6,8 @@ PKGREVISION=    6
 CATEGORIES=    games
 MASTER_SITES=  ftp://ftp.lab.kdd.co.jp/Usenet/fj.sources/1995/mar/
 
-PATCH_SITES=   ftp://ftp.lab.kdd.co.jp/Usenet/fj.sources/1995/apr/
-PATCHFILES=    xemeraldia-0.3to0.31.patch.gz
+PATCH_SITES=           ftp://ftp.lab.kdd.co.jp/Usenet/fj.sources/1995/apr/
+PATCHFILES=            xemeraldia-0.3to0.31.patch.gz
 PATCH_DIST_STRIP=      -p1
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost

Index: pkgsrc/games/xpipeman/Makefile
diff -u pkgsrc/games/xpipeman/Makefile:1.22 pkgsrc/games/xpipeman/Makefile:1.23
--- pkgsrc/games/xpipeman/Makefile:1.22 Fri Apr  7 23:34:40 2017
+++ pkgsrc/games/xpipeman/Makefile      Sun Jan 14 17:34:02 2018
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.22 2017/04/07 23:34:40 pgoyette Exp $
+# $NetBSD: Makefile,v 1.23 2018/01/14 17:34:02 rillig Exp $
 #
 
 DISTNAME=      xpipeman-1.5
@@ -22,7 +22,7 @@ REQD_DIRS_PERMS=      share/xpipeman ${GAMES_
 
 INSTALLATION_DIRS=     bin ${PKGMANDIR}/man6 share/xpipeman
 
-NOT_PAX_MPROTECT_SAFE+=   bin/xpipeman
+NOT_PAX_MPROTECT_SAFE+=        bin/xpipeman
 
 do-install:
        ${INSTALL_PROGRAM} ${WRKSRC}/xpipeman ${DESTDIR}${PREFIX}/bin/xpipeman

Index: pkgsrc/games/xskat/options.mk
diff -u pkgsrc/games/xskat/options.mk:1.1 pkgsrc/games/xskat/options.mk:1.2
--- pkgsrc/games/xskat/options.mk:1.1   Thu Jun  3 16:27:43 2010
+++ pkgsrc/games/xskat/options.mk       Sun Jan 14 17:34:02 2018
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.1 2010/06/03 16:27:43 sno Exp $
+# $NetBSD: options.mk,v 1.2 2018/01/14 17:34:02 rillig Exp $
 
 PKG_OPTIONS_VAR=       PKG_OPTIONS.xskat
 
@@ -8,5 +8,5 @@ PKG_SUGGESTED_OPTIONS=  # empty
 .include "../../mk/bsd.options.mk"
 
 .if !empty(PKG_OPTIONS:Maltenburger_cards)
-WITH_ALTENBURGER_CARDS=1
+WITH_ALTENBURGER_CARDS=        1
 .endif

Index: pkgsrc/games/xvier/Makefile
diff -u pkgsrc/games/xvier/Makefile:1.17 pkgsrc/games/xvier/Makefile:1.18
--- pkgsrc/games/xvier/Makefile:1.17    Sat Oct  6 11:55:04 2012
+++ pkgsrc/games/xvier/Makefile Sun Jan 14 17:34:02 2018
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.17 2012/10/06 11:55:04 asau Exp $
+# $NetBSD: Makefile,v 1.18 2018/01/14 17:34:02 rillig Exp $
 
 DISTNAME=      xvier
 PKGNAME=       xvier-1.0
@@ -11,8 +11,8 @@ MAINTAINER=   pkgsrc-users%NetBSD.org@localhost
 #HOMEPAGE=
 COMMENT=       Four-in-a-row game
 
-WRKSRC=                ${WRKDIR}/${PKGNAME_NOREV}
-USE_IMAKE=     YES
+WRKSRC=                        ${WRKDIR}/${PKGNAME_NOREV}
+USE_IMAKE=             YES
 CPPFLAGS.SunOS+=       -D__EXTENSIONS__
 
 INSTALLATION_DIRS+=    bin libexec ${PKGMANDIR}/man6



Home | Main Index | Thread Index | Old Index