summaryrefslogtreecommitdiff
path: root/games
diff options
context:
space:
mode:
authorwiz <wiz>2017-01-01 14:43:22 +0000
committerwiz <wiz>2017-01-01 14:43:22 +0000
commit2a6fbaaed045ab06cd7684382f4693bf0f996d55 (patch)
treee76899e3fd3b6a6a58bb4e74444c8b3242764f99 /games
parent23d93816b5d414b2e416de786e95bcae9da4b9b3 (diff)
downloadpkgsrc-2a6fbaaed045ab06cd7684382f4693bf0f996d55.tar.gz
Add python-3.6 to incompatible versions.
Diffstat (limited to 'games')
-rw-r--r--games/4stAttack/Makefile4
-rw-r--r--games/accelerator3d/Makefile4
-rw-r--r--games/blindmine/Makefile4
-rw-r--r--games/freeciv-share/Makefile.common4
-rw-r--r--games/gcompris/Makefile4
-rw-r--r--games/gnome-games/Makefile4
-rw-r--r--games/jools/Makefile4
-rw-r--r--games/kajongg/Makefile4
-rw-r--r--games/kye/Makefile4
-rw-r--r--games/monsterz/Makefile4
-rw-r--r--games/py-easyAI/Makefile4
-rw-r--r--games/py-renpy/Makefile4
-rw-r--r--games/pysolfc/Makefile4
-rw-r--r--games/pytraffic/Makefile4
-rw-r--r--games/teeworlds/Makefile4
-rw-r--r--games/wesnoth/Makefile4
16 files changed, 32 insertions, 32 deletions
diff --git a/games/4stAttack/Makefile b/games/4stAttack/Makefile
index b6cea883a78..59212e1cdd8 100644
--- a/games/4stAttack/Makefile
+++ b/games/4stAttack/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.29 2016/07/09 13:03:48 wiz Exp $
+# $NetBSD: Makefile,v 1.30 2017/01/01 14:43:40 wiz Exp $
DISTNAME= 4stAttack-2.1.4
PKGREVISION= 18
@@ -14,7 +14,7 @@ INSTALLATION_DIRS= bin share/${PKGBASE}
USE_TOOLS+= pax
REPLACE_PYTHON= 4stattack.py
-PYTHON_VERSIONS_INCOMPATIBLE= 34 35 # not yet ported as of 2.1.4
+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/accelerator3d/Makefile b/games/accelerator3d/Makefile
index 67ba96cec73..bbb092c79cd 100644
--- a/games/accelerator3d/Makefile
+++ b/games/accelerator3d/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2016/08/21 11:30:45 wiz Exp $
+# $NetBSD: Makefile,v 1.4 2017/01/01 14:43:40 wiz Exp $
DISTNAME= accelerator-0.1.1
PKGNAME= ${DISTNAME:S/accelerator/accelerator3d/}
@@ -18,7 +18,7 @@ DEPENDS+= ${PYPKGPREFIX}-game-[0-9]*:../../devel/py-game
DEPENDS+= ${PYPKGPREFIX}-ode-[0-9]*:../../devel/py-ode
DEPENDS+= ${PYPKGPREFIX}-OpenGL-[0-9]*:../../graphics/py-OpenGL
-PYTHON_VERSIONS_INCOMPATIBLE= 34 35 # py-ode
+PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # py-ode
REPLACE_PYTHON+= accelerator.py
diff --git a/games/blindmine/Makefile b/games/blindmine/Makefile
index c364a10cb7d..14a2999d634 100644
--- a/games/blindmine/Makefile
+++ b/games/blindmine/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.26 2016/07/09 13:03:48 wiz Exp $
+# $NetBSD: Makefile,v 1.27 2017/01/01 14:43:40 wiz Exp $
DISTNAME= blindmine-0.3-src
PKGNAME= ${DISTNAME:S/-src//}
@@ -22,7 +22,7 @@ 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
-PYTHON_VERSIONS_INCOMPATIBLE= 34 35 # not yet ported as of 0.3
+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/freeciv-share/Makefile.common b/games/freeciv-share/Makefile.common
index 7d913877120..67eb7c1ff58 100644
--- a/games/freeciv-share/Makefile.common
+++ b/games/freeciv-share/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.48 2016/07/09 13:03:48 wiz Exp $
+# $NetBSD: Makefile.common,v 1.49 2017/01/01 14:43:40 wiz Exp $
# used by games/freeciv-share/Makefile
# used by games/freeciv-client/Makefile
@@ -25,7 +25,7 @@ DISTINFO_FILE= ${.CURDIR}/../../games/freeciv-share/distinfo
PATCHDIR= ${.CURDIR}/../../games/freeciv-share/patches
REPLACE_PYTHON= ${WRKSRC}/common/generate_packets.py
-PYTHON_VERSIONS_INCOMPATIBLE= 34 35 # not yet ported as of 2.3.2
+PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # not yet ported as of 2.3.2
SUBST_CLASSES+= data
SUBST_STAGE.data= post-patch
diff --git a/games/gcompris/Makefile b/games/gcompris/Makefile
index c0d02ff2904..e3d18c37699 100644
--- a/games/gcompris/Makefile
+++ b/games/gcompris/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.68 2016/12/04 05:17:28 ryoon Exp $
+# $NetBSD: Makefile,v 1.69 2017/01/01 14:43:40 wiz Exp $
DISTNAME= gcompris-12.11
PKGREVISION= 23
@@ -23,7 +23,7 @@ INFO_FILES= yes
PTHREAD_AUTO_VARS= yes
-PYTHON_VERSIONS_INCOMPATIBLE= 34 35 # py-sqlite2, py-gtk2
+PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # py-sqlite2, py-gtk2
PYTHON_VERSIONED_DEPENDENCIES= cairo:link
PKG_SUPPORTED_OPTIONS= gnet
diff --git a/games/gnome-games/Makefile b/games/gnome-games/Makefile
index 41d25200054..4a172af468d 100644
--- a/games/gnome-games/Makefile
+++ b/games/gnome-games/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.152 2016/09/16 01:10:06 gdt Exp $
+# $NetBSD: Makefile,v 1.153 2017/01/01 14:43:40 wiz Exp $
DISTNAME= gnome-games-2.32.1
PKGREVISION= 31
@@ -11,7 +11,7 @@ HOMEPAGE= http://www.gnome.org/
COMMENT= GNOME2 games collection
#LICENSE= gnu-gpl-v2 AND gnu-fdl-v1.1
-PYTHON_VERSIONS_INCOMPATIBLE= 34 35 # py-ORBit via py-gnome2
+PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # py-ORBit via py-gnome2
CONFLICTS= xbill-[0-9]*
SUPERSEDES= glchess-[0-9]*
diff --git a/games/jools/Makefile b/games/jools/Makefile
index 67b505364c9..79298788b5f 100644
--- a/games/jools/Makefile
+++ b/games/jools/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.12 2016/07/09 13:03:48 wiz Exp $
+# $NetBSD: Makefile,v 1.13 2017/01/01 14:43:40 wiz Exp $
DISTNAME= jools-0.20
PKGREVISION= 4
@@ -12,7 +12,7 @@ COMMENT= Bejeweled clone
DEPENDS+= ${PYPKGPREFIX}-game>=1.4:../../devel/py-game
-PYTHON_VERSIONS_INCOMPATIBLE= 34 35 # not yet ported as of 0.20
+PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # not yet ported as of 0.20
REPLACE_PYTHON= jools/__init__.py
post-install:
diff --git a/games/kajongg/Makefile b/games/kajongg/Makefile
index e849a6a43ab..d226c442d87 100644
--- a/games/kajongg/Makefile
+++ b/games/kajongg/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.32 2016/12/04 05:17:28 ryoon Exp $
+# $NetBSD: Makefile,v 1.33 2017/01/01 14:43:40 wiz Exp $
DISTNAME= kajongg-${_KDE_VERSION}
PKGREVISION= 8
@@ -9,7 +9,7 @@ COMMENT= Maj Jong game
DEPENDS+= ${PYPKGPREFIX}-twisted-[0-9]*:../../net/py-twisted
-PYTHON_VERSIONS_INCOMPATIBLE= 34 35 # py-twisted
+PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # py-twisted
REPLACE_PYTHON+= setup.py
REPLACE_PYTHON+= src/deferredutil.py
diff --git a/games/kye/Makefile b/games/kye/Makefile
index ab7136073ff..0de34628b72 100644
--- a/games/kye/Makefile
+++ b/games/kye/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.53 2016/08/03 10:22:47 adam Exp $
+# $NetBSD: Makefile,v 1.54 2017/01/01 14:43:40 wiz Exp $
DISTNAME= kye-1.0
PKGREVISION= 21
@@ -15,7 +15,7 @@ SUBST_STAGE.prefix= pre-configure
SUBST_FILES.prefix= kye/common.py
SUBST_SED.prefix= 's|@PREFIX@|${PREFIX}|g'
-PYTHON_VERSIONS_INCOMPATIBLE= 34 35 # py-gtk2
+PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # py-gtk2
.include "../../lang/python/application.mk"
.include "../../lang/python/extension.mk"
diff --git a/games/monsterz/Makefile b/games/monsterz/Makefile
index cdbf51366f7..2c4afd0190e 100644
--- a/games/monsterz/Makefile
+++ b/games/monsterz/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.15 2016/07/09 13:03:48 wiz Exp $
+# $NetBSD: Makefile,v 1.16 2017/01/01 14:43:40 wiz Exp $
DISTNAME= monsterz-0.7.1
PKGREVISION= 4
@@ -13,7 +13,7 @@ DEPENDS+= ${PYPKGPREFIX}-game-[0-9]*:../../devel/py-game
DEPENDS+= ${PYPKGPREFIX}-Numeric-[0-9]*:../../math/py-Numeric
REPLACE_PYTHON= monsterz.py
-PYTHON_VERSIONS_INCOMPATIBLE= 34 35 # py-Numeric
+PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # py-Numeric
MAKE_ENV+= GAMEOWN=${GAMEOWN:Q}
MAKE_ENV+= GAMEGRP=${GAMEGRP:Q}
diff --git a/games/py-easyAI/Makefile b/games/py-easyAI/Makefile
index 6ff661fe2d1..885e666710e 100644
--- a/games/py-easyAI/Makefile
+++ b/games/py-easyAI/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2016/07/09 13:03:49 wiz Exp $
+# $NetBSD: Makefile,v 1.5 2017/01/01 14:43:40 wiz Exp $
DISTNAME= easyAI-0.0.0.4
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
@@ -11,7 +11,7 @@ COMMENT= Easy-to-use game AI algorithms
LICENSE= mit
USE_LANGUAGES= # none
-PYTHON_VERSIONS_INCOMPATIBLE= 34 35 # not yet ported as of 0.0.0.4
+PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # not yet ported as of 0.0.0.4
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/games/py-renpy/Makefile b/games/py-renpy/Makefile
index d92ad783be2..e3e0ea225ef 100644
--- a/games/py-renpy/Makefile
+++ b/games/py-renpy/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.13 2016/08/17 00:06:42 ryoon Exp $
+# $NetBSD: Makefile,v 1.14 2017/01/01 14:43:41 wiz Exp $
DISTNAME= renpy-6.16.5-source
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/-source//}
@@ -16,7 +16,7 @@ USE_TOOLS+= pax
PYSETUPSUBDIR= module
EGG_NAME= Ren_Py-${PKGVERSION_NOREV}.525
-PYTHON_VERSIONS_INCOMPATIBLE= 34 35 # not yet ported as of 6.16.5
+PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # not yet ported as of 6.16.5
RENPY_DEPS_INSTALL+= ${BUILDLINK_PREFIX.SDL}
RENPY_DEPS_INSTALL+= ${BUILDLINK_PREFIX.freetype2}
diff --git a/games/pysolfc/Makefile b/games/pysolfc/Makefile
index 1c5fe865382..8e243fea817 100644
--- a/games/pysolfc/Makefile
+++ b/games/pysolfc/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.21 2016/07/09 13:03:49 wiz Exp $
+# $NetBSD: Makefile,v 1.22 2017/01/01 14:43:41 wiz Exp $
DISTNAME= PySolFC-2.0
PKGNAME= ${DISTNAME:tl}
@@ -13,7 +13,7 @@ COMMENT= Over 1000 solitaire games
LICENSE= gnu-gpl-v3
PYDISTUTILSPKG= yes
-PYTHON_VERSIONS_INCOMPATIBLE= 34 35 # py-imaging
+PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # py-imaging
REPLACE_PYTHON+= \
data/themes/clearlooks/create_imgs.py \
diff --git a/games/pytraffic/Makefile b/games/pytraffic/Makefile
index 2e833b55199..4e0eafbeb98 100644
--- a/games/pytraffic/Makefile
+++ b/games/pytraffic/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.45 2016/08/03 10:22:47 adam Exp $
+# $NetBSD: Makefile,v 1.46 2017/01/01 14:43:41 wiz Exp $
DISTNAME= pytraffic-2.5.4
PKGREVISION= 29
@@ -13,7 +13,7 @@ COMMENT= Computer version of a popular board game
DIST_SUBDIR= pytraffic-2.5.4-070313
PYDISTUTILSPKG= yes
-PYTHON_VERSIONS_INCOMPATIBLE= 34 35 # py-gtk2
+PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # py-gtk2
.include "../../lang/python/application.mk"
.include "../../lang/python/extension.mk"
diff --git a/games/teeworlds/Makefile b/games/teeworlds/Makefile
index 1179d5c3394..a1179c6d2a2 100644
--- a/games/teeworlds/Makefile
+++ b/games/teeworlds/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2016/07/09 13:03:49 wiz Exp $
+# $NetBSD: Makefile,v 1.4 2017/01/01 14:43:41 wiz Exp $
DISTNAME= teeworlds-0.6.3-src
PKGNAME= ${DISTNAME:S/-src//}
@@ -18,7 +18,7 @@ AUTO_MKDIRS= yes
CPIO= cpio
-PYTHON_VERSIONS_INCOMPATIBLE= 34 35 # hardcoded to 2.7 in a patch
+PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # hardcoded to 2.7 in a patch
do-configure:
set -e; cd ${WRKSRC}; bam config
diff --git a/games/wesnoth/Makefile b/games/wesnoth/Makefile
index a629291ce7f..5078793a696 100644
--- a/games/wesnoth/Makefile
+++ b/games/wesnoth/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.121 2016/10/07 18:25:51 adam Exp $
+# $NetBSD: Makefile,v 1.122 2017/01/01 14:43:41 wiz Exp $
DISTNAME= wesnoth-1.12.6
PKGREVISION= 2
@@ -31,7 +31,7 @@ SUBST_FILES.prefix= cmake/FindFriBiDi.cmake
SUBST_MESSAGE.prefix= Fixing search path.
SUBST_SED.prefix= -e 's,/usr/local,${PREFIX},'
-PYTHON_VERSIONS_INCOMPATIBLE= 34 35 # not yet ported as of 1.10.6
+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