diff options
author | adam <adam> | 2015-12-05 21:25:27 +0000 |
---|---|---|
committer | adam <adam> | 2015-12-05 21:25:27 +0000 |
commit | a0b187c8d9a0c12118e2140458d3e33d71bd7fab (patch) | |
tree | 8b5f4c0229ace56a6e65a847dbf43b53a26b9dea /sysutils | |
parent | c2593a8036a102c98b480cc594e489d424a6e2d7 (diff) | |
download | pkgsrc-a0b187c8d9a0c12118e2140458d3e33d71bd7fab.tar.gz |
Extend PYTHON_VERSIONS_INCOMPATIBLE to 35
Diffstat (limited to 'sysutils')
34 files changed, 68 insertions, 68 deletions
diff --git a/sysutils/ansible/Makefile b/sysutils/ansible/Makefile index 9a2e04e06b1..2eb1bf6b8ab 100644 --- a/sysutils/ansible/Makefile +++ b/sysutils/ansible/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 2015/10/03 22:56:21 rodent Exp $ +# $NetBSD: Makefile,v 1.16 2015/12/05 21:25:58 adam Exp $ DISTNAME= ansible-1.6.10 PKGREVISION= 1 @@ -34,7 +34,7 @@ SUBST_FILES.pythonbin= Makefile SUBST_MESSAGE.pythonbin= Fixing path to PYTHONBIN. SUBST_SED.pythonbin= -e "s,PYTHON=python,PYTHON=${PYTHONBIN}," -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # no support yet +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # no support yet REPLACE_PYTHON+= lib/ansible/runner/action_plugins/synchronize.py REPLACE_PYTHON+= lib/ansible/utils/module_docs.py diff --git a/sysutils/bup/Makefile b/sysutils/bup/Makefile index 9e414d66c03..b81e001cc35 100644 --- a/sysutils/bup/Makefile +++ b/sysutils/bup/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.21 2015/06/12 10:51:11 wiz Exp $ +# $NetBSD: Makefile,v 1.22 2015/12/05 21:25:58 adam Exp $ DISTNAME= bup-0.27 PKGREVISION= 1 @@ -17,7 +17,7 @@ DEPENDS+= ${PYPKGPREFIX}-readline-[0-9]*:../../devel/py-readline DEPENDS+= ${PYPKGPREFIX}-tornado-[0-9]*:../../www/py-tornado DEPENDS+= git-base-[0-9]*:../../devel/git-base -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # py-fuse-bindings +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # py-fuse-bindings DOCDIR= ${WRKDIR}/bup-man diff --git a/sysutils/cuisine/Makefile b/sysutils/cuisine/Makefile index 3b0e192a255..8dde51a879d 100644 --- a/sysutils/cuisine/Makefile +++ b/sysutils/cuisine/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2015/11/27 14:21:26 nils Exp $ +# $NetBSD: Makefile,v 1.7 2015/12/05 21:25:58 adam Exp $ VERSION= 0.7.11 DISTNAME= cuisine-${VERSION} @@ -13,7 +13,7 @@ LICENSE= modified-bsd DEPENDS+= fabric>=1.7.0:../../sysutils/fabric -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 0.6.4 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # not yet ported as of 0.6.4 WRKSRC= ${WRKDIR}/cuisine-${VERSION} diff --git a/sysutils/dbus-python-common/Makefile b/sysutils/dbus-python-common/Makefile index 963fe5d2c06..95ae7a8d7e1 100644 --- a/sysutils/dbus-python-common/Makefile +++ b/sysutils/dbus-python-common/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2014/05/09 07:37:19 wiz Exp $ +# $NetBSD: Makefile,v 1.8 2015/12/05 21:25:58 adam Exp $ DISTNAME= dbus-python-1.2.0 PKGNAME= dbus-python-common-1.2.0 @@ -7,7 +7,7 @@ MASTER_SITES= http://dbus.freedesktop.org/releases/dbus-python/ #BUILD_DEPENDS+= ${PYPKGPREFIX}-docutils>=0:../../textproc/py-docutils #DEPENDS+= ${PYPKGPREFIX}-pyrex>=0.9.3:../../lang/py-pyrex -#PYTHON_VERSIONS_INCOMPATIBLE=33 34 # py-pyrex +#PYTHON_VERSIONS_INCOMPATIBLE=33 34 35 # py-pyrex MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.freedesktop.org/Software/dbus diff --git a/sysutils/duplicity/Makefile b/sysutils/duplicity/Makefile index b5e3270a88c..f3fbd6fac61 100644 --- a/sysutils/duplicity/Makefile +++ b/sysutils/duplicity/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.31 2015/10/17 13:18:14 adam Exp $ +# $NetBSD: Makefile,v 1.32 2015/12/05 21:25:58 adam Exp $ DISTNAME= duplicity-0.6.26 CATEGORIES= sysutils net @@ -24,7 +24,7 @@ GPGPATH= ${LOCALBASE}/bin/gpg .endif REPLACE_PYTHON+= bin/* -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 0.6.22 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # not yet ported as of 0.6.22 SUBST_CLASSES+= fix-paths SUBST_STAGE.fix-paths= pre-configure diff --git a/sysutils/euca2ools/Makefile b/sysutils/euca2ools/Makefile index 3aaeea236eb..abbf4e203b1 100644 --- a/sysutils/euca2ools/Makefile +++ b/sysutils/euca2ools/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2014/05/09 07:37:19 wiz Exp $ +# $NetBSD: Makefile,v 1.5 2015/12/05 21:25:58 adam Exp $ DISTNAME= euca2ools-2.1.2 CATEGORIES= sysutils @@ -14,7 +14,7 @@ DEPENDS+= ${PYPKGPREFIX}-m2crypto>=0.20.2:../../security/py-m2crypto DEPENDS+= ${PYPKGPREFIX}-xml-[0-9]*:../../textproc/py-xml DEPENDS+= help2man-[0-9]*:../../converters/help2man -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # py-xml, py-m2crypto +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # py-xml, py-m2crypto #USE_LANGUAGES= # none diff --git a/sysutils/fabric/Makefile b/sysutils/fabric/Makefile index 97e4cd7c652..6489e43cbf5 100644 --- a/sysutils/fabric/Makefile +++ b/sysutils/fabric/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.40 2015/10/03 22:56:21 rodent Exp $ +# $NetBSD: Makefile,v 1.41 2015/12/05 21:25:58 adam Exp $ VERSION= 1.10.2 DISTNAME= Fabric-${VERSION} @@ -13,7 +13,7 @@ LICENSE= 2-clause-bsd DEPENDS+= ${PYPKGPREFIX}-paramiko>=1.10.0:../../security/py-paramiko -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # no support yet +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # no support yet USE_TOOLS+= pax diff --git a/sysutils/gnome-commander/Makefile b/sysutils/gnome-commander/Makefile index 3df368c7421..61e3b36a548 100644 --- a/sysutils/gnome-commander/Makefile +++ b/sysutils/gnome-commander/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.71 2015/11/23 10:30:18 wiz Exp $ +# $NetBSD: Makefile,v 1.72 2015/12/05 21:25:58 adam Exp $ DISTNAME= gnome-commander-1.2.8.15 PKGREVISION= 41 @@ -16,7 +16,7 @@ USE_LIBTOOL= yes GNU_CONFIGURE= yes USE_TOOLS+= gmake intltool msgfmt pkg-config perl -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 1.2.8.15 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # not yet ported as of 1.2.8.15 #Problem with heimdal, on which this package depends via another packages. #Simple solution is delete link to fnmatch.h from work directory of package diff --git a/sysutils/libvirt/Makefile b/sysutils/libvirt/Makefile index f7eaefeb199..31762f4bb6c 100644 --- a/sysutils/libvirt/Makefile +++ b/sysutils/libvirt/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.34 2015/08/23 14:30:42 wiz Exp $ +# $NetBSD: Makefile,v 1.35 2015/12/05 21:25:59 adam Exp $ DISTNAME= libvirt-1.2.9 PKGREVISION= 7 @@ -18,7 +18,7 @@ USE_LIBTOOL= yes BUILD_DEFS+= VARBASE -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # py-xml +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # py-xml PY_PATCHPLIST= yes REPLACE_PYTHON+= docs/apibuild.py diff --git a/sysutils/manifold/Makefile b/sysutils/manifold/Makefile index 1393260e7a0..a53f9dca46f 100644 --- a/sysutils/manifold/Makefile +++ b/sysutils/manifold/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2014/05/09 07:37:19 wiz Exp $ +# $NetBSD: Makefile,v 1.4 2015/12/05 21:25:59 adam Exp $ PKGNAME= ${DISTNAME:S/^M/m/} DISTNAME= Manifold-0.2.0 @@ -14,7 +14,7 @@ DEPENDS+= ${PYPKGPREFIX}-genshi-[0-9]*:../../www/py-genshi USE_LANGUAGES= # none -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 0.2.0 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # not yet ported as of 0.2.0 post-extract: ${CHMOD} -R g-w ${WRKSRC}/* diff --git a/sysutils/monitoring/Makefile b/sysutils/monitoring/Makefile index e9c80fb6696..db56c7242dd 100644 --- a/sysutils/monitoring/Makefile +++ b/sysutils/monitoring/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2014/05/09 07:37:19 wiz Exp $ +# $NetBSD: Makefile,v 1.4 2015/12/05 21:25:59 adam Exp $ VERSION= e518a90eade4ca538468b6640dccb651e6034b9e DISTNAME= ${VERSION} @@ -14,7 +14,7 @@ LICENSE= modified-bsd WRKSRC= ${WRKDIR}/monitoring-${VERSION} REPLACE_PYTHON+= Sources/monitoring.py Scripts/monitoring -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 0.9.5 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # not yet ported as of 0.9.5 DOCDIR= ${PREFIX}/share/doc/monitoring EXPDIR= ${PREFIX}/share/examples/monitoring diff --git a/sysutils/openxenmanager/Makefile b/sysutils/openxenmanager/Makefile index 1086c7fe3ba..96dcdaf2203 100644 --- a/sysutils/openxenmanager/Makefile +++ b/sysutils/openxenmanager/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2015/08/23 14:30:42 wiz Exp $ +# $NetBSD: Makefile,v 1.15 2015/12/05 21:25:59 adam Exp $ DISTNAME= openxenmanager_0.r80+dfsg.orig PKGNAME= openxenmanager-0.0.80 @@ -21,7 +21,7 @@ DEPENDS+= ${PYPKGPREFIX}-httplib2>=0.7.7:../../www/py-httplib2 INSTALLATION_DIRS= bin share REPLACE_PYTHON= openxenmanager/*py openxenmanager/pygtk_chart/*py -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # py-gtk2 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # py-gtk2 OXMDIR= ${PREFIX} diff --git a/sysutils/polysh/Makefile b/sysutils/polysh/Makefile index 98034977983..eb1b1f63dff 100644 --- a/sysutils/polysh/Makefile +++ b/sysutils/polysh/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2014/05/09 07:37:19 wiz Exp $ +# $NetBSD: Makefile,v 1.5 2015/12/05 21:25:59 adam Exp $ DISTNAME= polysh-0.4 PKGREVISION= 1 @@ -13,7 +13,7 @@ LICENSE= gnu-gpl-v2 USE_LANGUAGES= # none -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 0.4 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # not yet ported as of 0.4 REPLACE_PYTHON= polysh/rb_tree.py SUBST_CLASSES+= setup diff --git a/sysutils/py-gnome-menus/Makefile b/sysutils/py-gnome-menus/Makefile index 9d134859919..60da7d64fb0 100644 --- a/sysutils/py-gnome-menus/Makefile +++ b/sysutils/py-gnome-menus/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.27 2014/05/09 07:37:19 wiz Exp $ +# $NetBSD: Makefile,v 1.28 2015/12/05 21:25:59 adam Exp $ DISTNAME= gnome-menus-2.30.5 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -22,7 +22,7 @@ CONFIGURE_ARGS+= --enable-python BUILD_DIRS= python INSTALL_DIRS= python PY_PATCHPLIST= yes -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 2.30.5 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # not yet ported as of 2.30.5 BUILDLINK_API_DEPENDS.glib2+= glib2>=2.6.0 diff --git a/sysutils/py-notify-python/Makefile b/sysutils/py-notify-python/Makefile index b76712bf1bd..0006e3b4ca6 100644 --- a/sysutils/py-notify-python/Makefile +++ b/sysutils/py-notify-python/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2015/04/25 14:24:54 tnn Exp $ +# $NetBSD: Makefile,v 1.13 2015/12/05 21:25:59 adam Exp $ DISTNAME= notify-python-0.1.1 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -22,7 +22,7 @@ USE_TOOLS+= gmake pkg-config PKGCONFIG_OVERRIDE+= notify-python.pc.in PY_PATCHPLIST= yes -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # py-gtk2 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # py-gtk2 # Missing function attach_status_icon # http://trac.galago-project.org/ticket/121 diff --git a/sysutils/py-notify/Makefile b/sysutils/py-notify/Makefile index 7bb01bf433c..0451748d0a8 100644 --- a/sysutils/py-notify/Makefile +++ b/sysutils/py-notify/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.37 2014/12/31 13:57:29 wiz Exp $ +# $NetBSD: Makefile,v 1.38 2015/12/05 21:25:59 adam Exp $ DISTNAME= py-notify-0.2.1 PKGNAME= ${DISTNAME:S/py/${PYPKGPREFIX}/1} @@ -11,7 +11,7 @@ HOMEPAGE= http://home.gna.org/py-notify/ COMMENT= Python package providing tool for observer programming pattern LICENSE= gnu-lgpl-v2.1 -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 0.2.1 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # not yet ported as of 0.2.1 .include "../../lang/python/distutils.mk" .include "../../mk/bsd.pkg.mk" diff --git a/sysutils/py-pefile/Makefile b/sysutils/py-pefile/Makefile index 141eca4b358..a32fd2aee70 100644 --- a/sysutils/py-pefile/Makefile +++ b/sysutils/py-pefile/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2014/12/16 23:03:31 wiz Exp $ +# $NetBSD: Makefile,v 1.4 2015/12/05 21:25:59 adam Exp $ PEFILE_VERSION= 1.2.10-139 DISTNAME= pefile-${PEFILE_VERSION} @@ -11,7 +11,7 @@ HOMEPAGE= https://code.google.com/p/pefile/ COMMENT= Python module to read and work with PE files LICENSE= modified-bsd -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 EGG_NAME= pefile-${PEFILE_VERSION:S/-/.post/} diff --git a/sysutils/py-xattr/Makefile b/sysutils/py-xattr/Makefile index fdcdab393d1..8906ddada87 100644 --- a/sysutils/py-xattr/Makefile +++ b/sysutils/py-xattr/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2014/05/27 06:35:19 adam Exp $ +# $NetBSD: Makefile,v 1.9 2015/12/05 21:25:59 adam Exp $ DISTNAME= v0.7.6 PROPERNAME= ${DISTNAME:S/v/xattr-/} @@ -24,7 +24,7 @@ FILES_SUBST+= PYVERSSUFFIX=${PYVERSSUFFIX} PLIST_SUBST+= PYVERSSUFFIX=${PYVERSSUFFIX} # XXX: builds, installs, but cannot be executed -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 post-install: ${MV} ${DESTDIR}${PREFIX}/bin/xattr \ diff --git a/sysutils/rdiff-backup/Makefile b/sysutils/rdiff-backup/Makefile index c6f6c8ba336..2fc7ae2fd06 100644 --- a/sysutils/rdiff-backup/Makefile +++ b/sysutils/rdiff-backup/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.48 2015/09/17 17:53:35 joerg Exp $ +# $NetBSD: Makefile,v 1.49 2015/12/05 21:25:59 adam Exp $ DISTNAME= rdiff-backup-1.2.8 PKGREVISION= 7 @@ -9,7 +9,7 @@ MAINTAINER= snj@NetBSD.org HOMEPAGE= http://www.nongnu.org/rdiff-backup/ COMMENT= Remote incremental backup utility -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 1.2.8 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # not yet ported as of 1.2.8 SUBST_CLASSES+= path SUBST_STAGE.path= post-patch diff --git a/sysutils/salt-docs/Makefile b/sysutils/salt-docs/Makefile index 5ca377a3d4f..897c8489431 100644 --- a/sysutils/salt-docs/Makefile +++ b/sysutils/salt-docs/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2015/09/12 20:03:01 tnn Exp $ +# $NetBSD: Makefile,v 1.7 2015/12/05 21:25:59 adam Exp $ DISTNAME= salt-0.10.5 PKGNAME= ${DISTNAME:S/-/-docs-/} @@ -28,7 +28,7 @@ do-install: && ${FIND} ${HTMLDIR} -type f -print ) >>${PLIST_SRC} # problem in sphinx config file? -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 0.10.5 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # not yet ported as of 0.10.5 # The upstream salt project does not say what version of sphinx is required. .include "../../lang/python/pyversion.mk" diff --git a/sysutils/salt/Makefile b/sysutils/salt/Makefile index cab6d2d3422..00c9f5e5f86 100644 --- a/sysutils/salt/Makefile +++ b/sysutils/salt/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.30 2015/12/04 09:13:33 sborrill Exp $ +# $NetBSD: Makefile,v 1.31 2015/12/05 21:25:59 adam Exp $ DISTNAME= salt-2015.8.1 PKGREVISION= 1 @@ -23,7 +23,7 @@ DEPENDS+= ${PYPKGPREFIX}-tornado>=4.3:../../www/py-tornado BUILD_DEFS+= VARBASE -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # py-m2crypto +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # py-m2crypto PYSETUPINSTALLARGS+= --salt-root-dir=${PREFIX} PYSETUPINSTALLARGS+= --salt-config-dir=${PKG_SYSCONFDIR} diff --git a/sysutils/virt-manager/Makefile b/sysutils/virt-manager/Makefile index 759f9bee94d..c890b385b97 100644 --- a/sysutils/virt-manager/Makefile +++ b/sysutils/virt-manager/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.20 2015/04/25 14:24:55 tnn Exp $ +# $NetBSD: Makefile,v 1.21 2015/12/05 21:25:59 adam Exp $ DISTNAME= virt-manager-0.9.4 PKGREVISION= 15 @@ -26,7 +26,7 @@ USE_PKGLOCALEDIR= yes GCONF_SCHEMAS+= virt-manager.schemas -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # py-ORBit via py-gnome2, py-gtk2 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # py-ORBit via py-gnome2, py-gtk2 SUBST_CLASSES+= python SUBST_STAGE.python= pre-configure diff --git a/sysutils/virtinst/Makefile b/sysutils/virtinst/Makefile index a3ea8830ecf..8e96c7febc9 100644 --- a/sysutils/virtinst/Makefile +++ b/sysutils/virtinst/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2014/05/09 07:37:20 wiz Exp $ +# $NetBSD: Makefile,v 1.8 2015/12/05 21:26:00 adam Exp $ DISTNAME= virtinst-0.600.3 PKGREVISION= 1 @@ -13,7 +13,7 @@ LICENSE= gnu-gpl-v2 USE_TOOLS+= msgfmt xgettext USE_LANGUAGES= # none -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 0.600.3 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # not yet ported as of 0.600.3 SUBST_CLASSES+= man SUBST_STAGE.man= pre-configure diff --git a/sysutils/xenkernel3/Makefile b/sysutils/xenkernel3/Makefile index 5932ea36bbe..e6c8513a699 100644 --- a/sysutils/xenkernel3/Makefile +++ b/sysutils/xenkernel3/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.29 2014/05/09 07:37:20 wiz Exp $ +# $NetBSD: Makefile,v 1.30 2015/12/05 21:26:00 adam Exp $ VERSION= 3.1.4 DISTNAME= xen-${VERSION} @@ -23,7 +23,7 @@ USE_TOOLS+= gmake PYTHON_FOR_BUILD_ONLY= YES PY_PATCHPLIST= NO -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 3.1.4 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # not yet ported as of 3.1.4 SUBST_CLASSES+= py SUBST_STAGE.py= pre-build diff --git a/sysutils/xenkernel33/Makefile b/sysutils/xenkernel33/Makefile index 67280d676f8..3b571d44d31 100644 --- a/sysutils/xenkernel33/Makefile +++ b/sysutils/xenkernel33/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.28 2014/09/22 11:55:59 joerg Exp $ +# $NetBSD: Makefile,v 1.29 2015/12/05 21:26:00 adam Exp $ VERSION= 3.3.2 DISTNAME= xen-${VERSION} @@ -27,7 +27,7 @@ USE_TOOLS+= gmake PYTHON_FOR_BUILD_ONLY= yes PY_PATCHPLIST= NO -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 3.3.2 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # not yet ported as of 3.3.2 SUBST_CLASSES+= py SUBST_STAGE.py= pre-build diff --git a/sysutils/xenkernel41/Makefile b/sysutils/xenkernel41/Makefile index 94313d788d1..c18a90f5946 100644 --- a/sysutils/xenkernel41/Makefile +++ b/sysutils/xenkernel41/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.46 2015/10/29 20:29:56 bouyer Exp $ +# $NetBSD: Makefile,v 1.47 2015/12/05 21:26:00 adam Exp $ VERSION= 4.1.6.1 DISTNAME= xen-${VERSION} @@ -21,7 +21,7 @@ USE_TOOLS+= gmake PYTHON_FOR_BUILD_ONLY= yes PY_PATCHPLIST= NO -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 4.1.6.1 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # not yet ported as of 4.1.6.1 # XXX Why does this not work? # See work/xen-4.1.2/Config.mk:41 why PYTHON must be set and what for diff --git a/sysutils/xenkernel42/Makefile b/sysutils/xenkernel42/Makefile index f57b7f227c7..a7fea4cb60e 100644 --- a/sysutils/xenkernel42/Makefile +++ b/sysutils/xenkernel42/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.18 2015/10/29 21:59:16 bouyer Exp $ +# $NetBSD: Makefile,v 1.19 2015/12/05 21:26:00 adam Exp $ VERSION= 4.2.5 DISTNAME= xen-${VERSION} @@ -20,7 +20,7 @@ NO_CONFIGURE= yes USE_TOOLS+= gmake PYTHON_FOR_BUILD_ONLY= YES -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 4.2.3 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # not yet ported as of 4.2.3 MAKE_ENV+= OCAML_TOOLS=no diff --git a/sysutils/xenkernel45/Makefile b/sysutils/xenkernel45/Makefile index 0e84ebfe4ce..ca1e2ddd2bc 100644 --- a/sysutils/xenkernel45/Makefile +++ b/sysutils/xenkernel45/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2015/10/29 20:40:53 bouyer Exp $ +# $NetBSD: Makefile,v 1.11 2015/12/05 21:26:00 adam Exp $ VERSION= 4.5.1 DISTNAME= xen-${VERSION} @@ -20,7 +20,7 @@ NO_CONFIGURE= yes USE_TOOLS+= gmake PYTHON_FOR_BUILD_ONLY= YES -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 MAKE_ENV+= OCAML_TOOLS=no diff --git a/sysutils/xentools3-hvm/Makefile b/sysutils/xentools3-hvm/Makefile index d48fbcf371d..9e6c42fee36 100644 --- a/sysutils/xentools3-hvm/Makefile +++ b/sysutils/xentools3-hvm/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.27 2015/08/18 07:31:18 wiz Exp $ +# $NetBSD: Makefile,v 1.28 2015/12/05 21:26:00 adam Exp $ VERSION= 3.1.4 DISTNAME= xen-${VERSION} @@ -21,7 +21,7 @@ ONLY_FOR_PLATFORM+= NetBSD-*-i386 NetBSD-*-x86_64 CONFLICTS= xentools30-* xentools33-* CONFLICTS+= xenstoretools-* -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 3.1.4 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # not yet ported as of 3.1.4 WRKSRC= ${WRKDIR}/xen-${VERSION}/tools CHECK_PORTABILITY_SKIP+= examples/* xm-test/ramdisk/make-release.sh diff --git a/sysutils/xentools3/Makefile b/sysutils/xentools3/Makefile index 97375417a58..6125ef9c0ce 100644 --- a/sysutils/xentools3/Makefile +++ b/sysutils/xentools3/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.44 2015/08/18 07:31:18 wiz Exp $ +# $NetBSD: Makefile,v 1.45 2015/12/05 21:26:00 adam Exp $ VERSION= 3.1.4 DISTNAME= xen-${VERSION} @@ -15,7 +15,7 @@ COMMENT= Userland Tools for Xen DEPENDS+= ${PYPKGPREFIX}-readline-[0-9]*:../../devel/py-readline DEPENDS+= ${PYPKGPREFIX}-curses>=0nb4:../../devel/py-curses -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # py-xml +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # py-xml MAKE_JOBS_SAFE= no diff --git a/sysutils/xentools33/Makefile b/sysutils/xentools33/Makefile index 96cf1081fe2..d6806f16485 100644 --- a/sysutils/xentools33/Makefile +++ b/sysutils/xentools33/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.47 2015/08/18 07:31:18 wiz Exp $ +# $NetBSD: Makefile,v 1.48 2015/12/05 21:26:00 adam Exp $ VERSION= 3.3.2 DISTNAME= xen-${VERSION} @@ -20,7 +20,7 @@ DEPENDS+= ${PYPKGPREFIX}-curses>=0nb4:../../devel/py-curses BUILD_DEPENDS+= dev86-[0-9]*:../../devel/dev86 # needed to build firmware PKG_SYSCONFSUBDIR= xen -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # py-xml +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # py-xml ONLY_FOR_PLATFORM= Linux-2.6*-i386 Linux-2.6*-x86_64 ONLY_FOR_PLATFORM+= NetBSD-[5-9].*-x86_64 NetBSD-[5-9].*-i386 diff --git a/sysutils/xentools41/Makefile b/sysutils/xentools41/Makefile index df4d69bd77b..dc6674ceefd 100644 --- a/sysutils/xentools41/Makefile +++ b/sysutils/xentools41/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.57 2015/11/07 22:42:20 jnemeth Exp $ +# $NetBSD: Makefile,v 1.58 2015/12/05 21:26:00 adam Exp $ # # VERSION is set in version.mk as it is shared with other packages .include "version.mk" @@ -28,7 +28,7 @@ BUILD_DEPENDS+= dev86-[0-9]*:../../devel/dev86 # needed to build firmware BUILD_DEPENDS+= acpica-utils-[0-9]*:../../sysutils/acpica-utils .endif -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # py-xml +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # py-xml PKG_SYSCONFSUBDIR= xen diff --git a/sysutils/xentools42/Makefile b/sysutils/xentools42/Makefile index a2881a3662b..91b70244262 100644 --- a/sysutils/xentools42/Makefile +++ b/sysutils/xentools42/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.39 2015/10/22 05:05:22 jnemeth Exp $ +# $NetBSD: Makefile,v 1.40 2015/12/05 21:26:00 adam Exp $ VERSION= 4.2.5 VERSION_IPXE= 1.0.0 @@ -26,7 +26,7 @@ BUILD_DEPENDS+= acpica-utils-[0-9]*:../../sysutils/acpica-utils DEPENDS+= ${PYPKGPREFIX}-curses>=0nb4:../../devel/py-curses DEPENDS+= ${PYPKGPREFIX}-lxml-[0-9]*:../../textproc/py-lxml -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # py-xml +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # py-xml PKG_SYSCONFSUBDIR= xen diff --git a/sysutils/xentools45/Makefile b/sysutils/xentools45/Makefile index 9d2e28dd3c2..ecfd1ad8bb5 100644 --- a/sysutils/xentools45/Makefile +++ b/sysutils/xentools45/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.20 2015/11/10 05:18:14 jnemeth Exp $ +# $NetBSD: Makefile,v 1.21 2015/12/05 21:26:00 adam Exp $ VERSION= 4.5.1 VERSION_IPXE= 9a93db3f0947484e30e753bbd61a10b17336e20e @@ -61,7 +61,7 @@ MAKE_ENV+= NO_WERROR=1 #MAKE_ENV+= INSTALL_DATA=${BSD_INSTALL_DATA} #MAKE_ENV+= INSTALL_PROG=${BSD_INSTALL_PROGRAM} -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 PY_PATCHPLIST= yes REPLACE_PYTHON+= misc/sbdf2devicepath misc/xen-bugtool |