diff options
author | rillig <rillig@pkgsrc.org> | 2018-01-14 17:33:57 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2018-01-14 17:33:57 +0000 |
commit | 904a25fda7d7546bedd711a7d1e0dd68c30d76d4 (patch) | |
tree | 49e293d5d611e1696ab2df5f03263604786e9039 | |
parent | a622980cbc27a30010661e906c36033f2028f6d1 (diff) | |
download | pkgsrc-904a25fda7d7546bedd711a7d1e0dd68c30d76d4.tar.gz |
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.
58 files changed, 188 insertions, 188 deletions
diff --git a/games/4stAttack/Makefile b/games/4stAttack/Makefile index 59212e1cdd8..f44d9e040a9 100644 --- a/games/4stAttack/Makefile +++ b/games/4stAttack/Makefile @@ -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 \) diff --git a/games/MyGoGrinder/Makefile b/games/MyGoGrinder/Makefile index 25a6e8a13ca..af10daaefd3 100644 --- a/games/MyGoGrinder/Makefile +++ b/games/MyGoGrinder/Makefile @@ -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 diff --git a/games/amaze/Makefile b/games/amaze/Makefile index 8c85f4b64d3..be01c36889d 100644 --- a/games/amaze/Makefile +++ b/games/amaze/Makefile @@ -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 #HOMEPAGE= http://adaptive-enterprises.com/~d/software/amaze/ diff --git a/games/armagetronad/Makefile.common b/games/armagetronad/Makefile.common index a2e264f1958..2fb001830a8 100644 --- a/games/armagetronad/Makefile.common +++ b/games/armagetronad/Makefile.common @@ -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 diff --git a/games/arx-libertatis/Makefile b/games/arx-libertatis/Makefile index 27f5793c88c..45582209fce 100644 --- a/games/arx-libertatis/Makefile +++ b/games/arx-libertatis/Makefile @@ -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" diff --git a/games/blindmine/Makefile b/games/blindmine/Makefile index 14a2999d634..46b9e2773e9 100644 --- a/games/blindmine/Makefile +++ b/games/blindmine/Makefile @@ -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 diff --git a/games/bzflag/Makefile b/games/bzflag/Makefile index 4c04b3cb873..50d12e4674c 100644 --- a/games/bzflag/Makefile +++ b/games/bzflag/Makefile @@ -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 diff --git a/games/doom1/Makefile b/games/doom1/Makefile index be5d5975233..311ee3ed6eb 100644 --- a/games/doom1/Makefile +++ b/games/doom1/Makefile @@ -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 \ diff --git a/games/duckmaze/Makefile b/games/duckmaze/Makefile index 10a878b7bbf..6de0aefda96 100644 --- a/games/duckmaze/Makefile +++ b/games/duckmaze/Makefile @@ -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} diff --git a/games/exult-audio/Makefile b/games/exult-audio/Makefile index e13334a2a26..545873f29a9 100644 --- a/games/exult-audio/Makefile +++ b/games/exult-audio/Makefile @@ -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} diff --git a/games/exult/Makefile b/games/exult/Makefile index 237409c6ae7..fc7687a40ef 100644 --- a/games/exult/Makefile +++ b/games/exult/Makefile @@ -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" diff --git a/games/fortune-strfile/Makefile b/games/fortune-strfile/Makefile index 4dfcfcc2551..90ca55380ac 100644 --- a/games/fortune-strfile/Makefile +++ b/games/fortune-strfile/Makefile @@ -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 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 diff --git a/games/freeciv-share/Makefile.common b/games/freeciv-share/Makefile.common index 67eb7c1ff58..dee0735d61c 100644 --- a/games/freeciv-share/Makefile.common +++ b/games/freeciv-share/Makefile.common @@ -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 diff --git a/games/frozen-bubble/Makefile b/games/frozen-bubble/Makefile index 3e7183e279d..7b8fa7820a5 100644 --- a/games/frozen-bubble/Makefile +++ b/games/frozen-bubble/Makefile @@ -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}/${PKGMANDIR} \ 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 diff --git a/games/gargoyle/Makefile b/games/gargoyle/Makefile index 559a76617a2..db047f8c8a6 100644 --- a/games/gargoyle/Makefile +++ b/games/gargoyle/Makefile @@ -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 Interactive Fiction games 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++ diff --git a/games/gate88/Makefile b/games/gate88/Makefile index bece7a9065f..19ccc99ad74 100644 --- a/games/gate88/Makefile +++ b/games/gate88/Makefile @@ -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/gate88/ 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} diff --git a/games/gcompris/Makefile b/games/gcompris/Makefile index 92e08b54ae5..1d2075c1f3f 100644 --- a/games/gcompris/Makefile +++ b/games/gcompris/Makefile @@ -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 diff --git a/games/ggz-client-libs/ggz-client.mk b/games/ggz-client-libs/ggz-client.mk index 41220a82aea..064aac785fa 100644 --- a/games/ggz-client-libs/ggz-client.mk +++ b/games/ggz-client-libs/ggz-client.mk @@ -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 diff --git a/games/gnome-games/Makefile b/games/gnome-games/Makefile index ba2cfd1fed4..3524b5416fe 100644 --- a/games/gnome-games/Makefile +++ b/games/gnome-games/Makefile @@ -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=lightsoff 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 diff --git a/games/golddig/Makefile b/games/golddig/Makefile index 907342f678d..f302acfbe6b 100644 --- a/games/golddig/Makefile +++ b/games/golddig/Makefile @@ -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 diff --git a/games/hugo/Makefile b/games/hugo/Makefile index c18263e6afb..e039ca970b5 100644 --- a/games/hugo/Makefile +++ b/games/hugo/Makefile @@ -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 #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 diff --git a/games/ioquake3-raspberrypi/Makefile b/games/ioquake3-raspberrypi/Makefile index 2a85209e1df..7d34dd285d1 100644 --- a/games/ioquake3-raspberrypi/Makefile +++ b/games/ioquake3-raspberrypi/Makefile @@ -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 diff --git a/games/jetpack/Makefile b/games/jetpack/Makefile index b5368dad0c3..6326b0a622a 100644 --- a/games/jetpack/Makefile +++ b/games/jetpack/Makefile @@ -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 COMMENT= Arcade action game for X Windows -USE_IMAKE= yes +USE_IMAKE= yes NO_INSTALL_MANPAGES= yes SETGIDGAME= yes diff --git a/games/jools/Makefile b/games/jools/Makefile index b8152aa85f6..a2feb69972f 100644 --- a/games/jools/Makefile +++ b/games/jools/Makefile @@ -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 diff --git a/games/koth/Makefile b/games/koth/Makefile index 1f3bf72dbbc..4e4172ff447 100644 --- a/games/koth/Makefile +++ b/games/koth/Makefile @@ -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 diff --git a/games/kye/Makefile b/games/kye/Makefile index 78f29311855..c9490471041 100644 --- a/games/kye/Makefile +++ b/games/kye/Makefile @@ -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 #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 diff --git a/games/libggz/Makefile b/games/libggz/Makefile index 18a38b194a2..b6b23272e34 100644 --- a/games/libggz/Makefile +++ b/games/libggz/Makefile @@ -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" diff --git a/games/maelstrom-x11/Makefile b/games/maelstrom-x11/Makefile index 7761d9cd293..5d83b3f68e5 100644 --- a/games/maelstrom-x11/Makefile +++ b/games/maelstrom-x11/Makefile @@ -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} ${ESOUND} MAINTAINER= pkgsrc-users@NetBSD.org #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 diff --git a/games/marathon-trilogy/Makefile b/games/marathon-trilogy/Makefile index 3f1e145aa0a..e15f4eb07a5 100644 --- a/games/marathon-trilogy/Makefile +++ b/games/marathon-trilogy/Makefile @@ -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 diff --git a/games/monsterz/Makefile b/games/monsterz/Makefile index 896750885c8..b6c6cd18a60 100644 --- a/games/monsterz/Makefile +++ b/games/monsterz/Makefile @@ -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 famous Bejeweled or Zookeeper 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} diff --git a/games/moria/Makefile b/games/moria/Makefile index 1df7d281b3e..b3b940878f1 100644 --- a/games/moria/Makefile +++ b/games/moria/Makefile @@ -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" diff --git a/games/netmaze/Makefile b/games/netmaze/Makefile index f661ef2bc90..3adb48fb7d1 100644 --- a/games/netmaze/Makefile +++ b/games/netmaze/Makefile @@ -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 COMMENT= X windows-based multiplayer combat game (like Midi Maze) diff --git a/games/neverball/Makefile b/games/neverball/Makefile index f9f3f86b76d..01d30a32f16 100644 --- a/games/neverball/Makefile +++ b/games/neverball/Makefile @@ -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 Super Monkey Ball 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 diff --git a/games/newvox/Makefile b/games/newvox/Makefile index 24e80b4101e..746cca0052b 100644 --- a/games/newvox/Makefile +++ b/games/newvox/Makefile @@ -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 fly-by GNU_CONFIGURE= YES -LIBS.SunOS+= -lm +LIBS.SunOS+= -lm LDFLAGS.DragonFly= -lm .include "../../devel/SDL/buildlink3.mk" diff --git a/games/openttd-data/Makefile b/games/openttd-data/Makefile index 3fee2289b1e..33bf0089e82 100644 --- a/games/openttd-data/Makefile +++ b/games/openttd-data/Makefile @@ -1,15 +1,15 @@ -# $NetBSD: Makefile,v 1.6 2015/07/03 12:36:10 wiz 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 +# $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 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 HOMEPAGE= http://www.openttd.org/ diff --git a/games/prboom-plus/Makefile b/games/prboom-plus/Makefile index 3ad6b6e0207..97b0183c027 100644 --- a/games/prboom-plus/Makefile +++ b/games/prboom-plus/Makefile @@ -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" diff --git a/games/prboom/Makefile b/games/prboom/Makefile index 216b4fcff44..2d823645e81 100644 --- a/games/prboom/Makefile +++ b/games/prboom/Makefile @@ -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" diff --git a/games/puzzles/Makefile b/games/puzzles/Makefile index 84fb6694082..bd8fa1fa48c 100644 --- a/games/puzzles/Makefile +++ b/games/puzzles/Makefile @@ -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.b31155b 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' diff --git a/games/py-easyAI/Makefile b/games/py-easyAI/Makefile index 94c66e74a0c..26a6de89133 100644 --- a/games/py-easyAI/Makefile +++ b/games/py-easyAI/Makefile @@ -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/easyAI 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" diff --git a/games/pysolfc/Makefile b/games/pysolfc/Makefile index 8e243fea817..1e89b7941be 100644 --- a/games/pysolfc/Makefile +++ b/games/pysolfc/Makefile @@ -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+= \ diff --git a/games/pytraffic/Makefile b/games/pytraffic/Makefile index 842e9b56c48..40b402d7415 100644 --- a/games/pytraffic/Makefile +++ b/games/pytraffic/Makefile @@ -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 +MAINTAINER= pkgsrc-users@NetBSD.org 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" diff --git a/games/quakedata/Makefile b/games/quakedata/Makefile index f60c992b331..2fcd3ab0bb5 100644 --- a/games/quakedata/Makefile +++ b/games/quakedata/Makefile @@ -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 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} diff --git a/games/scummvm-tools/Makefile b/games/scummvm-tools/Makefile index b04af542e9e..2628ef03578 100644 --- a/games/scummvm-tools/Makefile +++ b/games/scummvm-tools/Makefile @@ -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.net/ 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 diff --git a/games/simgear/Makefile b/games/simgear/Makefile index f2c75619f4c..85d910f8d3b 100644 --- a/games/simgear/Makefile +++ b/games/simgear/Makefile @@ -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" diff --git a/games/sudoku-cli/Makefile b/games/sudoku-cli/Makefile index 43855d2f2b6..bea0487f97f 100644 --- a/games/sudoku-cli/Makefile +++ b/games/sudoku-cli/Makefile @@ -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" diff --git a/games/supertuxkart/Makefile b/games/supertuxkart/Makefile index e5ca89740b9..27e8a759913 100644 --- a/games/supertuxkart/Makefile +++ b/games/supertuxkart/Makefile @@ -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 diff --git a/games/teeworlds/Makefile b/games/teeworlds/Makefile index f3905409729..3ab70ab436c 100644 --- a/games/teeworlds/Makefile +++ b/games/teeworlds/Makefile @@ -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 modified-bsd AND cc-by-sa-v3.0 USE_LANGUAGES= c c++ -BUILD_DEPENDS+= bam>=0.4.0:../../devel/bam +BUILD_DEPENDS+= bam>=0.4.0:../../devel/bam AUTO_MKDIRS= yes diff --git a/games/tscp/Makefile b/games/tscp/Makefile index f3f05476973..8af0056fe15 100644 --- a/games/tscp/Makefile +++ b/games/tscp/Makefile @@ -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 diff --git a/games/urban/Makefile b/games/urban/Makefile index 090e3f77760..55c912550e9 100644 --- a/games/urban/Makefile +++ b/games/urban/Makefile @@ -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 diff --git a/games/wesnoth/Makefile b/games/wesnoth/Makefile index 48f3984dd5a..a88968ce946 100644 --- a/games/wesnoth/Makefile +++ b/games/wesnoth/Makefile @@ -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 diff --git a/games/wtf/Makefile b/games/wtf/Makefile index e47705f4380..d53b3a86677 100644 --- a/games/wtf/Makefile +++ b/games/wtf/Makefile @@ -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 diff --git a/games/xbat/Makefile b/games/xbat/Makefile index aed4b98fb82..2669600ef71 100644 --- a/games/xbat/Makefile +++ b/games/xbat/Makefile @@ -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 #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: diff --git a/games/xboard/Makefile b/games/xboard/Makefile index d8601bed28c..cbf486909a6 100644 --- a/games/xboard/Makefile +++ b/games/xboard/Makefile @@ -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]*:../../audio/libsndfile . 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 diff --git a/games/xcowsay/Makefile b/games/xcowsay/Makefile index ec1db0e8a4c..5a9c509174e 100644 --- a/games/xcowsay/Makefile +++ b/games/xcowsay/Makefile @@ -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" diff --git a/games/xemeraldia/Makefile b/games/xemeraldia/Makefile index 7d28bc3013d..9517cd1e3ef 100644 --- a/games/xemeraldia/Makefile +++ b/games/xemeraldia/Makefile @@ -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 diff --git a/games/xpipeman/Makefile b/games/xpipeman/Makefile index 519c7c120f4..4a618e36588 100644 --- a/games/xpipeman/Makefile +++ b/games/xpipeman/Makefile @@ -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_USER} ${GAMES_GROUP} ${GAMEDIRMODE} 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 diff --git a/games/xskat/options.mk b/games/xskat/options.mk index b955cfc11cc..bb2ac94e4f7 100644 --- a/games/xskat/options.mk +++ b/games/xskat/options.mk @@ -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 diff --git a/games/xvier/Makefile b/games/xvier/Makefile index 6ad3fed0e19..f9a33b61eee 100644 --- a/games/xvier/Makefile +++ b/games/xvier/Makefile @@ -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 #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 |