summaryrefslogtreecommitdiff
path: root/games
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2015-12-05 21:25:27 +0000
committeradam <adam@pkgsrc.org>2015-12-05 21:25:27 +0000
commit2019fddeb4a03f35d05240122f8adaba399b2031 (patch)
tree8b5f4c0229ace56a6e65a847dbf43b53a26b9dea /games
parent576e28830879dd1e62f4d61c31a43700bc131bc7 (diff)
downloadpkgsrc-2019fddeb4a03f35d05240122f8adaba399b2031.tar.gz
Extend PYTHON_VERSIONS_INCOMPATIBLE to 35
Diffstat (limited to 'games')
-rw-r--r--games/4stAttack/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
15 files changed, 30 insertions, 30 deletions
diff --git a/games/4stAttack/Makefile b/games/4stAttack/Makefile
index 55a61e2425d..55d5f329743 100644
--- a/games/4stAttack/Makefile
+++ b/games/4stAttack/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.27 2015/04/25 14:22:51 tnn Exp $
+# $NetBSD: Makefile,v 1.28 2015/12/05 21:25:43 adam 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= 33 34 # not yet ported as of 2.1.4
+PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # 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/blindmine/Makefile b/games/blindmine/Makefile
index a05c0f8b737..e87e3d3a51d 100644
--- a/games/blindmine/Makefile
+++ b/games/blindmine/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.24 2015/04/25 14:22:52 tnn Exp $
+# $NetBSD: Makefile,v 1.25 2015/12/05 21:25:43 adam 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= 33 34 # not yet ported as of 0.3
+PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # 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 a4298b6d139..8e222c95932 100644
--- a/games/freeciv-share/Makefile.common
+++ b/games/freeciv-share/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.45 2015/04/26 19:19:42 spz Exp $
+# $NetBSD: Makefile.common,v 1.46 2015/12/05 21:25:43 adam 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= 33 34 # not yet ported as of 2.3.2
+PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # 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 4d70c184dad..a4ccfd91607 100644
--- a/games/gcompris/Makefile
+++ b/games/gcompris/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.62 2015/10/10 01:58:08 ryoon Exp $
+# $NetBSD: Makefile,v 1.63 2015/12/05 21:25:43 adam Exp $
DISTNAME= gcompris-12.11
PKGREVISION= 19
@@ -23,7 +23,7 @@ INFO_FILES= yes
PTHREAD_AUTO_VARS= yes
-PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # py-sqlite2, py-gtk2
+PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # 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 681d8870353..a1a4b9f50d5 100644
--- a/games/gnome-games/Makefile
+++ b/games/gnome-games/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.146 2015/04/25 14:22:55 tnn Exp $
+# $NetBSD: Makefile,v 1.147 2015/12/05 21:25:43 adam Exp $
DISTNAME= gnome-games-2.32.1
PKGREVISION= 28
@@ -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= 33 34 # py-ORBit via py-gnome2
+PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # py-ORBit via py-gnome2
CONFLICTS= xbill-[0-9]*
SUPERSEDES= glchess-[0-9]*
diff --git a/games/jools/Makefile b/games/jools/Makefile
index bd9d71906c2..da71eecb9d7 100644
--- a/games/jools/Makefile
+++ b/games/jools/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2014/05/09 07:37:06 wiz Exp $
+# $NetBSD: Makefile,v 1.11 2015/12/05 21:25:43 adam 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= 33 34 # not yet ported as of 0.20
+PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # 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 1aab1d1f5b1..2ec58a1cab2 100644
--- a/games/kajongg/Makefile
+++ b/games/kajongg/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.26 2015/10/10 01:58:08 ryoon Exp $
+# $NetBSD: Makefile,v 1.27 2015/12/05 21:25:43 adam Exp $
DISTNAME= kajongg-${_KDE_VERSION}
PKGREVISION= 4
@@ -9,7 +9,7 @@ COMMENT= Maj Jong game
DEPENDS+= ${PYPKGPREFIX}-twisted-[0-9]*:../../net/py-twisted
-PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # py-twisted
+PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # py-twisted
REPLACE_PYTHON+= setup.py
REPLACE_PYTHON+= src/deferredutil.py
diff --git a/games/kye/Makefile b/games/kye/Makefile
index e1bce39bffc..f9c6319924e 100644
--- a/games/kye/Makefile
+++ b/games/kye/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.50 2015/04/25 14:23:00 tnn Exp $
+# $NetBSD: Makefile,v 1.51 2015/12/05 21:25:43 adam Exp $
DISTNAME= kye-1.0
PKGREVISION= 20
@@ -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= 33 34 # py-gtk2
+PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # py-gtk2
.include "../../lang/python/application.mk"
.include "../../lang/python/extension.mk"
diff --git a/games/monsterz/Makefile b/games/monsterz/Makefile
index d32aad91f38..aca7064d138 100644
--- a/games/monsterz/Makefile
+++ b/games/monsterz/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.13 2014/05/09 07:37:06 wiz Exp $
+# $NetBSD: Makefile,v 1.14 2015/12/05 21:25:43 adam 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= 33 34 # py-Numeric
+PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # 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 0dac0434a9b..ff8079239ee 100644
--- a/games/py-easyAI/Makefile
+++ b/games/py-easyAI/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2014/08/09 22:26:50 wiz Exp $
+# $NetBSD: Makefile,v 1.2 2015/12/05 21:25:43 adam 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= 33 34 # not yet ported as of 0.0.0.4
+PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # 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 2a3e5608002..cf44c7f0aea 100644
--- a/games/py-renpy/Makefile
+++ b/games/py-renpy/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2015/11/18 14:19:49 ryoon Exp $
+# $NetBSD: Makefile,v 1.11 2015/12/05 21:25:43 adam 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= 33 34 # not yet ported as of 6.16.5
+PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # 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 e57503d347f..f1dcb2898dd 100644
--- a/games/pysolfc/Makefile
+++ b/games/pysolfc/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.19 2014/05/09 07:37:06 wiz Exp $
+# $NetBSD: Makefile,v 1.20 2015/12/05 21:25:43 adam 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= 33 34 # py-imaging
+PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # py-imaging
REPLACE_PYTHON+= \
data/themes/clearlooks/create_imgs.py \
diff --git a/games/pytraffic/Makefile b/games/pytraffic/Makefile
index 8ba2c1fa165..7c49344954c 100644
--- a/games/pytraffic/Makefile
+++ b/games/pytraffic/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.42 2015/04/25 14:23:02 tnn Exp $
+# $NetBSD: Makefile,v 1.43 2015/12/05 21:25:43 adam Exp $
DISTNAME= pytraffic-2.5.4
PKGREVISION= 28
@@ -13,7 +13,7 @@ COMMENT= Computer version of a popular board game
DIST_SUBDIR= pytraffic-2.5.4-070313
PYDISTUTILSPKG= yes
-PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # py-gtk2
+PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # py-gtk2
.include "../../lang/python/application.mk"
.include "../../lang/python/extension.mk"
diff --git a/games/teeworlds/Makefile b/games/teeworlds/Makefile
index bc3b6574c33..6e30107434c 100644
--- a/games/teeworlds/Makefile
+++ b/games/teeworlds/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2015/09/12 18:53:17 wiz Exp $
+# $NetBSD: Makefile,v 1.2 2015/12/05 21:25:44 adam Exp $
DISTNAME= teeworlds-0.6.3-src
PKGNAME= ${DISTNAME:S/-src//}
@@ -18,7 +18,7 @@ AUTO_MKDIRS= yes
CPIO= cpio
-PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # hardcoded to 2.7 in a patch
+PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # 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 28f7eb210c1..6e8c568be24 100644
--- a/games/wesnoth/Makefile
+++ b/games/wesnoth/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.116 2015/11/21 16:13:39 leot Exp $
+# $NetBSD: Makefile,v 1.117 2015/12/05 21:25:44 adam Exp $
DISTNAME= wesnoth-1.12.5
CATEGORIES= games
@@ -30,7 +30,7 @@ SUBST_FILES.prefix= cmake/FindFriBiDi.cmake
SUBST_MESSAGE.prefix= Fixing search path.
SUBST_SED.prefix= -e 's,/usr/local,${PREFIX},'
-PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 1.10.6
+PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # 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