diff options
author | adam <adam@pkgsrc.org> | 2015-12-05 21:25:27 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2015-12-05 21:25:27 +0000 |
commit | 2019fddeb4a03f35d05240122f8adaba399b2031 (patch) | |
tree | 8b5f4c0229ace56a6e65a847dbf43b53a26b9dea /emulators | |
parent | 576e28830879dd1e62f4d61c31a43700bc131bc7 (diff) | |
download | pkgsrc-2019fddeb4a03f35d05240122f8adaba399b2031.tar.gz |
Extend PYTHON_VERSIONS_INCOMPATIBLE to 35
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/fs-uae-launcher/Makefile | 4 | ||||
-rw-r--r-- | emulators/gns3/Makefile | 4 | ||||
-rw-r--r-- | emulators/hatari/Makefile | 4 | ||||
-rw-r--r-- | emulators/mame/Makefile | 4 | ||||
-rw-r--r-- | emulators/openmsx/Makefile | 4 | ||||
-rw-r--r-- | emulators/qemu/Makefile | 4 | ||||
-rw-r--r-- | emulators/qemu0/Makefile | 4 |
7 files changed, 14 insertions, 14 deletions
diff --git a/emulators/fs-uae-launcher/Makefile b/emulators/fs-uae-launcher/Makefile index 20fbdf34711..658e88b2ef5 100644 --- a/emulators/fs-uae-launcher/Makefile +++ b/emulators/fs-uae-launcher/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2015/11/07 20:15:21 adam Exp $ +# $NetBSD: Makefile,v 1.4 2015/12/05 21:26:09 adam Exp $ DISTNAME= fs-uae-launcher-2.6.2 CATEGORIES= emulators @@ -23,7 +23,7 @@ INSTALL_TARGET= install-data USE_TOOLS+= gmake msgfmt # Imports urllib.parse which is 3+. -PYTHON_VERSIONS_ACCEPTED= 34 33 +PYTHON_VERSIONS_ACCEPTED= 33 34 35 PYTHON_VERSIONS_INCOMPATIBLE= 26 27 PYDISTUTILSPKG= yes PYSETUPINSTALLARGS= --install-lib=${PREFIX:Q}/share/fs-uae-launcher diff --git a/emulators/gns3/Makefile b/emulators/gns3/Makefile index 50d5a4a1ca4..9a3de7ad7bc 100644 --- a/emulators/gns3/Makefile +++ b/emulators/gns3/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2014/05/09 07:37:04 wiz Exp $ +# $NetBSD: Makefile,v 1.9 2015/12/05 21:25:41 adam Exp $ DISTNAME= GNS3-0.8.3.1-src PKGNAME= gns3-0.8.3.1 @@ -14,7 +14,7 @@ LICENSE= gnu-gpl-v2 DEPENDS+= dynamips>=0.2.8rc1:../../emulators/dynamips -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 0.8.3.1 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # not yet ported as of 0.8.3.1 EGG_NAME= ${DISTNAME:S/-src//} REPLACE_PYTHON+= src/GNS3/Dynagen/dynagen.py src/GNS3/Dynagen/confConsole.py REPLACE_PYTHON+= src/GNS3/Dynagen/console.py src/GNS3/Dynagen/dynamips_lib.py diff --git a/emulators/hatari/Makefile b/emulators/hatari/Makefile index 9cf5a4e6526..130da217912 100644 --- a/emulators/hatari/Makefile +++ b/emulators/hatari/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.42 2015/11/23 19:40:39 adam Exp $ +# $NetBSD: Makefile,v 1.43 2015/12/05 21:25:41 adam Exp $ DISTNAME= hatari-1.9.0 CATEGORIES= emulators @@ -14,7 +14,7 @@ USE_CMAKE= yes USE_LANGUAGES= c CMAKE_ARGS+= -DENABLE_OSX_BUNDLE:BOOL=0 -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 1.7.0 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # not yet ported as of 1.7.0 REPLACE_PYTHON+= python-ui/config.py REPLACE_PYTHON+= python-ui/debugui.py REPLACE_PYTHON+= python-ui/dialogs.py diff --git a/emulators/mame/Makefile b/emulators/mame/Makefile index a565514bd73..166dd1f9218 100644 --- a/emulators/mame/Makefile +++ b/emulators/mame/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.49 2015/11/25 12:34:36 wiz Exp $ +# $NetBSD: Makefile,v 1.50 2015/12/05 21:25:41 adam Exp $ DISTNAME= mame-0.168 CATEGORIES= emulators @@ -83,7 +83,7 @@ MAKE_ENV+= BIGENDIAN=1 .endif PYTHON_FOR_BUILD_ONLY= yes -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 0.151 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # not yet ported as of 0.151 pre-build: # problems with mame-specific png.h diff --git a/emulators/openmsx/Makefile b/emulators/openmsx/Makefile index 79d0a9e130e..668b71abf39 100644 --- a/emulators/openmsx/Makefile +++ b/emulators/openmsx/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.42 2015/04/25 14:20:46 tnn Exp $ +# $NetBSD: Makefile,v 1.43 2015/12/05 21:25:42 adam Exp $ DISTNAME= openmsx-0.9.0 PKGREVISION= 5 @@ -23,7 +23,7 @@ INSTALL_MAKE_FLAGS+= SYMLINK_FOR_BINARY=false INSTALL_MAKE_FLAGS+= INSTALL_BASE=${PREFIX}/openmsx MAKE_ENV+= OPENMSX_INSTALL=${PREFIX}/openmsx -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 0.9.0 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # not yet ported as of 0.9.0 .include "../../mk/bsd.prefs.mk" diff --git a/emulators/qemu/Makefile b/emulators/qemu/Makefile index fb62bdbeea7..284f122fe2d 100644 --- a/emulators/qemu/Makefile +++ b/emulators/qemu/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.145 2015/11/08 09:29:35 adam Exp $ +# $NetBSD: Makefile,v 1.146 2015/12/05 21:25:42 adam Exp $ DISTNAME= qemu-2.4.1 CATEGORIES= emulators @@ -41,7 +41,7 @@ PKG_SYSCONFSUBDIR= qemu REPLACE_PERL+= scripts/texi2pod.pl -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported yet as of 1.7.0 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # not yet ported yet as of 1.7.0 BUILDLINK_PASSTHRU_DIRS+= /usr/lib BUILDLINK_PASSTHRU_RPATHDIRS+= /usr/lib diff --git a/emulators/qemu0/Makefile b/emulators/qemu0/Makefile index 842e171d244..b99a76c2d0e 100644 --- a/emulators/qemu0/Makefile +++ b/emulators/qemu0/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2015/08/18 07:31:07 wiz Exp $ +# $NetBSD: Makefile,v 1.15 2015/12/05 21:25:42 adam Exp $ DISTNAME= qemu-0.15.1 PKGREVISION= 15 @@ -35,7 +35,7 @@ EGDIR= ${PREFIX}/share/examples/qemu INSTALL_MAKE_FLAGS= egdir=${EGDIR} PKG_SYSCONFSUBDIR= qemu -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 0.15.1 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # not yet ported as of 0.15.1 # Avoid clash with system include file: pre-patch: |