diff options
author | wiz <wiz@pkgsrc.org> | 2014-05-09 07:36:53 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2014-05-09 07:36:53 +0000 |
commit | 6110b3907a630ba5f56311a5b07f346b35648583 (patch) | |
tree | 5e055948d6bf3908006c42aff77eac3ac020d198 /games | |
parent | e10e726ca1e2e87e38883d59d9f2f27d9b31bbdb (diff) | |
download | pkgsrc-6110b3907a630ba5f56311a5b07f346b35648583.tar.gz |
Mark packages that are not ready for python-3.3 also not ready for 3.4,
until proven otherwise.
Diffstat (limited to 'games')
-rw-r--r-- | games/4stAttack/Makefile | 4 | ||||
-rw-r--r-- | games/blindmine/Makefile | 4 | ||||
-rw-r--r-- | games/freeciv-share/Makefile.common | 4 | ||||
-rw-r--r-- | games/gcompris/Makefile | 4 | ||||
-rw-r--r-- | games/gnome-games/Makefile | 4 | ||||
-rw-r--r-- | games/jools/Makefile | 4 | ||||
-rw-r--r-- | games/kajongg/Makefile | 4 | ||||
-rw-r--r-- | games/kye/Makefile | 4 | ||||
-rw-r--r-- | games/monsterz/Makefile | 4 | ||||
-rw-r--r-- | games/py-renpy/Makefile | 4 | ||||
-rw-r--r-- | games/pysolfc/Makefile | 4 | ||||
-rw-r--r-- | games/pytraffic/Makefile | 4 | ||||
-rw-r--r-- | games/wesnoth/Makefile | 4 |
13 files changed, 26 insertions, 26 deletions
diff --git a/games/4stAttack/Makefile b/games/4stAttack/Makefile index 31a6b4aef71..0874f174fd0 100644 --- a/games/4stAttack/Makefile +++ b/games/4stAttack/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.25 2014/01/25 10:45:18 wiz Exp $ +# $NetBSD: Makefile,v 1.26 2014/05/09 07:37:05 wiz Exp $ DISTNAME= 4stAttack-2.1.4 PKGREVISION= 17 @@ -14,7 +14,7 @@ INSTALLATION_DIRS= bin share/${PKGBASE} USE_TOOLS+= pax REPLACE_PYTHON= 4stattack.py -PYTHON_VERSIONS_INCOMPATIBLE= 33 # not yet ported as of 2.1.4 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # 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 38eb3c6b646..04dbfc93620 100644 --- a/games/blindmine/Makefile +++ b/games/blindmine/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.22 2014/01/25 10:30:08 wiz Exp $ +# $NetBSD: Makefile,v 1.23 2014/05/09 07:37:06 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= 33 # not yet ported as of 0.3 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # 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 cb038c88282..5be7c4e31be 100644 --- a/games/freeciv-share/Makefile.common +++ b/games/freeciv-share/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.42 2014/02/09 18:08:44 wiedi Exp $ +# $NetBSD: Makefile.common,v 1.43 2014/05/09 07:37:06 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= 33 # not yet ported as of 2.3.2 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # 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 7d1d5a199c1..6da8f126044 100644 --- a/games/gcompris/Makefile +++ b/games/gcompris/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.57 2014/05/05 00:47:52 ryoon Exp $ +# $NetBSD: Makefile,v 1.58 2014/05/09 07:37:06 wiz Exp $ DISTNAME= gcompris-12.11 PKGREVISION= 15 @@ -23,7 +23,7 @@ INFO_FILES= yes PTHREAD_AUTO_VARS= yes -PYTHON_VERSIONS_INCOMPATIBLE= 33 # py-sqlite2, py-gtk2 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # 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 c209061640c..ee4b1a7280a 100644 --- a/games/gnome-games/Makefile +++ b/games/gnome-games/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.143 2014/05/05 00:47:52 ryoon Exp $ +# $NetBSD: Makefile,v 1.144 2014/05/09 07:37:06 wiz Exp $ DISTNAME= gnome-games-2.32.1 PKGREVISION= 26 @@ -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 # py-ORBit via py-gnome2 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # py-ORBit via py-gnome2 CONFLICTS= xbill-[0-9]* SUPERSEDES= glchess-[0-9]* diff --git a/games/jools/Makefile b/games/jools/Makefile index b0c6b85ea12..bd9d71906c2 100644 --- a/games/jools/Makefile +++ b/games/jools/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2014/01/23 17:24:44 wiz Exp $ +# $NetBSD: Makefile,v 1.10 2014/05/09 07:37:06 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= 33 # not yet ported as of 0.20 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # 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 ce2462c0079..32d75ff48b0 100644 --- a/games/kajongg/Makefile +++ b/games/kajongg/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 2014/04/10 06:21:24 obache Exp $ +# $NetBSD: Makefile,v 1.16 2014/05/09 07:37:06 wiz Exp $ DISTNAME= kajongg-${_KDE_VERSION} PKGREVISION= 3 @@ -9,7 +9,7 @@ COMMENT= Maj Jong game DEPENDS+= ${PYPKGPREFIX}-twisted-[0-9]*:../../net/py-twisted -PYTHON_VERSIONS_INCOMPATIBLE= 33 # py-twisted +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # py-twisted REPLACE_PYTHON+= setup.py REPLACE_PYTHON+= src/deferredutil.py diff --git a/games/kye/Makefile b/games/kye/Makefile index 50afcefd889..4be6e4670bc 100644 --- a/games/kye/Makefile +++ b/games/kye/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.48 2014/05/05 00:47:52 ryoon Exp $ +# $NetBSD: Makefile,v 1.49 2014/05/09 07:37:06 wiz Exp $ DISTNAME= kye-1.0 PKGREVISION= 19 @@ -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 # py-gtk2 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # py-gtk2 .include "../../lang/python/application.mk" .include "../../lang/python/extension.mk" diff --git a/games/monsterz/Makefile b/games/monsterz/Makefile index 5301966a609..d32aad91f38 100644 --- a/games/monsterz/Makefile +++ b/games/monsterz/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2014/01/25 10:45:18 wiz Exp $ +# $NetBSD: Makefile,v 1.13 2014/05/09 07:37:06 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= 33 # py-Numeric +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # py-Numeric MAKE_ENV+= GAMEOWN=${GAMEOWN:Q} MAKE_ENV+= GAMEGRP=${GAMEGRP:Q} diff --git a/games/py-renpy/Makefile b/games/py-renpy/Makefile index 4ceccd73c63..89df1399d43 100644 --- a/games/py-renpy/Makefile +++ b/games/py-renpy/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2014/04/21 18:15:09 joerg Exp $ +# $NetBSD: Makefile,v 1.7 2014/05/09 07:37:06 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= 33 # not yet ported as of 6.16.5 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # 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 bfc5b854508..e57503d347f 100644 --- a/games/pysolfc/Makefile +++ b/games/pysolfc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.18 2014/01/25 10:30:08 wiz Exp $ +# $NetBSD: Makefile,v 1.19 2014/05/09 07:37:06 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= 33 # py-imaging +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # py-imaging REPLACE_PYTHON+= \ data/themes/clearlooks/create_imgs.py \ diff --git a/games/pytraffic/Makefile b/games/pytraffic/Makefile index 3ccd033089f..202adabc244 100644 --- a/games/pytraffic/Makefile +++ b/games/pytraffic/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.40 2014/05/05 00:47:53 ryoon Exp $ +# $NetBSD: Makefile,v 1.41 2014/05/09 07:37:06 wiz Exp $ DISTNAME= pytraffic-2.5.4 PKGREVISION= 27 @@ -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 # py-gtk2 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # py-gtk2 .include "../../lang/python/application.mk" .include "../../lang/python/extension.mk" diff --git a/games/wesnoth/Makefile b/games/wesnoth/Makefile index 8aeae4468e9..d21a246fd11 100644 --- a/games/wesnoth/Makefile +++ b/games/wesnoth/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.103 2014/05/05 00:47:53 ryoon Exp $ +# $NetBSD: Makefile,v 1.104 2014/05/09 07:37:06 wiz Exp $ DISTNAME= wesnoth-1.10.6 PKGREVISION= 8 @@ -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 # not yet ported as of 1.10.6 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 1.10.6 REPLACE_PYTHON+= data/tools/*.py REPLACE_PYTHON+= data/tools/wesnoth/*.py REPLACE_PYTHON+= data/tools/wml* |