From b0d9955792bc3093bcdb4a8d01e0e6fcbfbc8fdf Mon Sep 17 00:00:00 2001 From: wiz Date: Sat, 9 Jul 2016 13:03:30 +0000 Subject: Remove python33: adapt all packages that refer to it. --- emulators/fs-uae-launcher/Makefile | 5 ++--- emulators/gns3/Makefile | 4 ++-- emulators/hatari/Makefile | 4 ++-- emulators/mame/Makefile | 4 ++-- emulators/openmsx/Makefile | 4 ++-- emulators/qemu/Makefile | 4 ++-- emulators/qemu0/Makefile | 4 ++-- emulators/unicorn/Makefile | 4 ++-- 8 files changed, 16 insertions(+), 17 deletions(-) (limited to 'emulators') diff --git a/emulators/fs-uae-launcher/Makefile b/emulators/fs-uae-launcher/Makefile index 658e88b2ef5..658924d5fa8 100644 --- a/emulators/fs-uae-launcher/Makefile +++ b/emulators/fs-uae-launcher/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2015/12/05 21:26:09 adam Exp $ +# $NetBSD: Makefile,v 1.5 2016/07/09 13:03:46 wiz Exp $ DISTNAME= fs-uae-launcher-2.6.2 CATEGORIES= emulators @@ -23,8 +23,7 @@ INSTALL_TARGET= install-data USE_TOOLS+= gmake msgfmt # Imports urllib.parse which is 3+. -PYTHON_VERSIONS_ACCEPTED= 33 34 35 -PYTHON_VERSIONS_INCOMPATIBLE= 26 27 +PYTHON_VERSIONS_ACCEPTED= 34 35 PYDISTUTILSPKG= yes PYSETUPINSTALLARGS= --install-lib=${PREFIX:Q}/share/fs-uae-launcher PYSETUPINSTALLARGS+= --install-scripts=${PREFIX:Q}/share/fs-uae-launcher diff --git a/emulators/gns3/Makefile b/emulators/gns3/Makefile index 9a3de7ad7bc..8101a96474a 100644 --- a/emulators/gns3/Makefile +++ b/emulators/gns3/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2015/12/05 21:25:41 adam Exp $ +# $NetBSD: Makefile,v 1.10 2016/07/09 13:03:46 wiz 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 35 # not yet ported as of 0.8.3.1 +PYTHON_VERSIONS_INCOMPATIBLE= 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 130da217912..9a1a8ca6a88 100644 --- a/emulators/hatari/Makefile +++ b/emulators/hatari/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.43 2015/12/05 21:25:41 adam Exp $ +# $NetBSD: Makefile,v 1.44 2016/07/09 13:03:46 wiz 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 35 # not yet ported as of 1.7.0 +PYTHON_VERSIONS_INCOMPATIBLE= 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 f4974d43c35..0af4d2ba887 100644 --- a/emulators/mame/Makefile +++ b/emulators/mame/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.59 2016/07/05 00:19:59 maya Exp $ +# $NetBSD: Makefile,v 1.60 2016/07/09 13:03:46 wiz Exp $ DISTNAME= mame-0.175 CATEGORIES= emulators @@ -93,7 +93,7 @@ MAKE_ENV+= BIGENDIAN=1 .endif PYTHON_FOR_BUILD_ONLY= yes -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # not yet ported as of 0.151 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 # not yet ported as of 0.151 post-extract: # will be chosen in preference to /usr/include/signal.h, but does not provide kill() diff --git a/emulators/openmsx/Makefile b/emulators/openmsx/Makefile index 668b71abf39..c7b7714a9d9 100644 --- a/emulators/openmsx/Makefile +++ b/emulators/openmsx/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.43 2015/12/05 21:25:42 adam Exp $ +# $NetBSD: Makefile,v 1.44 2016/07/09 13:03:46 wiz 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 35 # not yet ported as of 0.9.0 +PYTHON_VERSIONS_INCOMPATIBLE= 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 c6b129d4bfa..36a6cd320d9 100644 --- a/emulators/qemu/Makefile +++ b/emulators/qemu/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.151 2016/07/09 06:38:15 wiz Exp $ +# $NetBSD: Makefile,v 1.152 2016/07/09 13:03:46 wiz Exp $ DISTNAME= qemu-2.6.0 PKGREVISION= 2 @@ -45,7 +45,7 @@ PKG_SYSCONFSUBDIR= qemu REPLACE_PERL+= scripts/texi2pod.pl -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # not yet ported yet as of 1.7.0 +PYTHON_VERSIONS_INCOMPATIBLE= 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 8c1c739be87..9a89b1832e9 100644 --- a/emulators/qemu0/Makefile +++ b/emulators/qemu0/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.17 2016/07/09 06:38:16 wiz Exp $ +# $NetBSD: Makefile,v 1.18 2016/07/09 13:03:47 wiz Exp $ DISTNAME= qemu-0.15.1 PKGREVISION= 17 @@ -35,7 +35,7 @@ EGDIR= ${PREFIX}/share/examples/qemu INSTALL_MAKE_FLAGS= egdir=${EGDIR} PKG_SYSCONFSUBDIR= qemu -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # not yet ported as of 0.15.1 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 # not yet ported as of 0.15.1 # Avoid clash with system include file: pre-patch: diff --git a/emulators/unicorn/Makefile b/emulators/unicorn/Makefile index 84a409801cb..3195da2306c 100644 --- a/emulators/unicorn/Makefile +++ b/emulators/unicorn/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2015/12/12 23:23:46 wiz Exp $ +# $NetBSD: Makefile,v 1.3 2016/07/09 13:03:47 wiz Exp $ DISTNAME= unicorn-0.9 CATEGORIES= emulators @@ -11,7 +11,7 @@ LICENSE= gnu-gpl-v2 USE_TOOLS+= gmake pkg-config -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # as of 0.9 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 # as of 0.9 .include "../../lang/python/application.mk" -- cgit v1.2.3