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 /sysutils | |
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 'sysutils')
33 files changed, 66 insertions, 66 deletions
diff --git a/sysutils/ansible/Makefile b/sysutils/ansible/Makefile index 65d458449a4..8c7d7765c3f 100644 --- a/sysutils/ansible/Makefile +++ b/sysutils/ansible/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2014/01/25 10:30:20 wiz Exp $ +# $NetBSD: Makefile,v 1.10 2014/05/09 07:37:18 wiz Exp $ DISTNAME= ansible-1.4.1 CATEGORIES= sysutils @@ -34,7 +34,7 @@ SUBST_STAGE.pythonbin= pre-configure SUBST_FILES.pythonbin= Makefile SUBST_FILES.pythonbin= -e "s,@PYTHONBIN@,${PYTHONBIN}," -PYTHON_VERSIONS_INCOMPATIBLE= 33 # py-paramiko +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # py-paramiko MANPAGES= ansible-doc.1 ansible-pull.1 ansible-playbook.1 ansible.1 diff --git a/sysutils/bup/Makefile b/sysutils/bup/Makefile index fe079a13b2e..49db21bb255 100644 --- a/sysutils/bup/Makefile +++ b/sysutils/bup/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 2014/03/19 17:50:00 gdt Exp $ +# $NetBSD: Makefile,v 1.17 2014/05/09 07:37:18 wiz Exp $ DISTNAME= bup-0.25 PKGREVISION= 3 @@ -18,7 +18,7 @@ DEPENDS+= par2-[0-9]*:../../archivers/par2 DEPENDS+= ${PYPKGPREFIX}-readline-[0-9]*:../../devel/py-readline DEPENDS+= git-base-[0-9]*:../../devel/git-base -PYTHON_VERSIONS_INCOMPATIBLE= 33 # py-fuse-bindings +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # py-fuse-bindings DOCDIR= ${WRKDIR}/bup-man diff --git a/sysutils/cuisine/Makefile b/sysutils/cuisine/Makefile index 0123d7d4606..64222f2aed4 100644 --- a/sysutils/cuisine/Makefile +++ b/sysutils/cuisine/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2014/01/25 10:30:21 wiz Exp $ +# $NetBSD: Makefile,v 1.4 2014/05/09 07:37:19 wiz Exp $ VERSION= b79718f8f69d17a075b7a626e32c1ed1200445f8 DISTNAME= ${VERSION} @@ -13,7 +13,7 @@ LICENSE= modified-bsd DEPENDS+= fabric>=1.6.0:../../sysutils/fabric -PYTHON_VERSIONS_INCOMPATIBLE= 33 # not yet ported as of 0.6.4 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # 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 00cc848bd6d..963fe5d2c06 100644 --- a/sysutils/dbus-python-common/Makefile +++ b/sysutils/dbus-python-common/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2014/01/25 10:30:21 wiz Exp $ +# $NetBSD: Makefile,v 1.7 2014/05/09 07:37:19 wiz 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 # py-pyrex +#PYTHON_VERSIONS_INCOMPATIBLE=33 34 # 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 3e09ebcc3d3..f5288088a12 100644 --- a/sysutils/duplicity/Makefile +++ b/sysutils/duplicity/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.26 2014/01/25 10:30:21 wiz Exp $ +# $NetBSD: Makefile,v 1.27 2014/05/09 07:37:19 wiz Exp $ DISTNAME= duplicity-0.6.22 CATEGORIES= sysutils net @@ -23,7 +23,7 @@ GPGPATH= ${LOCALBASE}/bin/gpg .endif REPLACE_PYTHON+= bin/* -PYTHON_VERSIONS_INCOMPATIBLE= 33 # not yet ported as of 0.6.22 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # 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 58b7e785b3d..3aaeea236eb 100644 --- a/sysutils/euca2ools/Makefile +++ b/sysutils/euca2ools/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2014/01/25 10:30:21 wiz Exp $ +# $NetBSD: Makefile,v 1.4 2014/05/09 07:37:19 wiz 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 # py-xml, py-m2crypto +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # py-xml, py-m2crypto #USE_LANGUAGES= # none diff --git a/sysutils/fabric/Makefile b/sysutils/fabric/Makefile index 4afdb8af0f5..5132cb8171b 100644 --- a/sysutils/fabric/Makefile +++ b/sysutils/fabric/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.35 2014/02/15 07:27:34 gls Exp $ +# $NetBSD: Makefile,v 1.36 2014/05/09 07:37:19 wiz Exp $ VERSION= 1.8.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 # py-paramiko +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # py-paramiko USE_TOOLS+= pax diff --git a/sysutils/gnome-commander/Makefile b/sysutils/gnome-commander/Makefile index 82fcfded01d..1afcb892a53 100644 --- a/sysutils/gnome-commander/Makefile +++ b/sysutils/gnome-commander/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.59 2014/05/05 00:48:20 ryoon Exp $ +# $NetBSD: Makefile,v 1.60 2014/05/09 07:37:19 wiz Exp $ DISTNAME= gnome-commander-1.2.8.15 PKGREVISION= 30 @@ -16,7 +16,7 @@ USE_LIBTOOL= yes GNU_CONFIGURE= yes USE_TOOLS+= gmake intltool msgfmt pkg-config perl -PYTHON_VERSIONS_INCOMPATIBLE= 33 # not yet ported as of 1.2.8.15 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # 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 fe6264bcd83..de5d5a07ea3 100644 --- a/sysutils/libvirt/Makefile +++ b/sysutils/libvirt/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.21 2014/03/07 00:30:11 agc Exp $ +# $NetBSD: Makefile,v 1.22 2014/05/09 07:37:19 wiz Exp $ DISTNAME= libvirt-1.2.2 CATEGORIES= sysutils @@ -17,7 +17,7 @@ USE_LIBTOOL= yes BUILD_DEFS+= VARBASE -PYTHON_VERSIONS_INCOMPATIBLE= 33 # py-xml +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # py-xml PY_PATCHPLIST= yes REPLACE_PYTHON+= docs/apibuild.py diff --git a/sysutils/manifold/Makefile b/sysutils/manifold/Makefile index b8355f9cb32..1393260e7a0 100644 --- a/sysutils/manifold/Makefile +++ b/sysutils/manifold/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2014/01/23 17:39:32 wiz Exp $ +# $NetBSD: Makefile,v 1.3 2014/05/09 07:37:19 wiz 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 # not yet ported as of 0.2.0 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # 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 a441fef387d..e9c80fb6696 100644 --- a/sysutils/monitoring/Makefile +++ b/sysutils/monitoring/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2014/01/25 10:30:21 wiz Exp $ +# $NetBSD: Makefile,v 1.3 2014/05/09 07:37:19 wiz 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 # not yet ported as of 0.9.5 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # 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 c43607d72e5..d6bf09d037c 100644 --- a/sysutils/openxenmanager/Makefile +++ b/sysutils/openxenmanager/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2014/05/05 00:48:21 ryoon Exp $ +# $NetBSD: Makefile,v 1.12 2014/05/09 07:37:19 wiz 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 # py-gtk2 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # py-gtk2 OXMDIR= ${PREFIX} diff --git a/sysutils/polysh/Makefile b/sysutils/polysh/Makefile index 92efe5f7d8d..98034977983 100644 --- a/sysutils/polysh/Makefile +++ b/sysutils/polysh/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2014/01/23 18:30:20 wiz Exp $ +# $NetBSD: Makefile,v 1.4 2014/05/09 07:37:19 wiz Exp $ DISTNAME= polysh-0.4 PKGREVISION= 1 @@ -13,7 +13,7 @@ LICENSE= gnu-gpl-v2 USE_LANGUAGES= # none -PYTHON_VERSIONS_INCOMPATIBLE= 33 # not yet ported as of 0.4 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # 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 de6829f08fa..9d134859919 100644 --- a/sysutils/py-gnome-menus/Makefile +++ b/sysutils/py-gnome-menus/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.26 2014/01/25 10:30:21 wiz Exp $ +# $NetBSD: Makefile,v 1.27 2014/05/09 07:37:19 wiz 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 # not yet ported as of 2.30.5 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # 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 f7a65f2db60..0cfbdcdba57 100644 --- a/sysutils/py-notify-python/Makefile +++ b/sysutils/py-notify-python/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2014/05/05 00:48:22 ryoon Exp $ +# $NetBSD: Makefile,v 1.11 2014/05/09 07:37:19 wiz 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 # py-gtk2 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # 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 e98178ba908..604db4cf8a3 100644 --- a/sysutils/py-notify/Makefile +++ b/sysutils/py-notify/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.35 2014/01/25 10:30:21 wiz Exp $ +# $NetBSD: Makefile,v 1.36 2014/05/09 07:37:19 wiz Exp $ DISTNAME= py-notify-0.2.1 PKGNAME= ${DISTNAME:S/py/${PYPKGPREFIX}/1} @@ -13,7 +13,7 @@ LICENSE= gnu-lgpl-v2.1 EGG_NAME= ${DISTNAME:S/-/_/} -PYTHON_VERSIONS_INCOMPATIBLE= 33 # not yet ported as of 0.2.1 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 0.2.1 .include "../../lang/python/distutils.mk" .include "../../mk/bsd.pkg.mk" diff --git a/sysutils/py-psutil/Makefile b/sysutils/py-psutil/Makefile index 28ba00c07aa..fb3706e4e1f 100644 --- a/sysutils/py-psutil/Makefile +++ b/sysutils/py-psutil/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2014/05/04 17:15:39 wiz Exp $ +# $NetBSD: Makefile,v 1.7 2014/05/09 07:37:19 wiz Exp $ DISTNAME= psutil-2.1.1 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -11,7 +11,7 @@ COMMENT= Cross-platform process and system utilities module for Python LICENSE= modified-bsd REPLACE_PYTHON= psutil/*py -PYTHON_VERSIONS_INCOMPATIBLE= 33 # not yet ported as of 2.1.0 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 2.1.0 .include "../../mk/bsd.prefs.mk" diff --git a/sysutils/py-xattr/Makefile b/sysutils/py-xattr/Makefile index 22e9905b5f9..991eb203e83 100644 --- a/sysutils/py-xattr/Makefile +++ b/sysutils/py-xattr/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2014/03/21 14:06:01 wiz Exp $ +# $NetBSD: Makefile,v 1.7 2014/05/09 07:37:19 wiz Exp $ DISTNAME= v0.7.2 PROPERNAME= ${DISTNAME:S/v/xattr-/} @@ -22,7 +22,7 @@ EGG_NAME= ${PROPERNAME} USE_LANGUAGES= c REPLACE_PYTHON= xattr/tool.py -PYTHON_VERSIONS_INCOMPATIBLE= 33 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 .include "../../lang/python/application.mk" .include "../../lang/python/egg.mk" diff --git a/sysutils/rdiff-backup/Makefile b/sysutils/rdiff-backup/Makefile index 37a2e3acea7..4cda711a6be 100644 --- a/sysutils/rdiff-backup/Makefile +++ b/sysutils/rdiff-backup/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.45 2014/01/23 18:56:44 wiz Exp $ +# $NetBSD: Makefile,v 1.46 2014/05/09 07:37:20 wiz Exp $ DISTNAME= rdiff-backup-1.2.8 PKGREVISION= 6 @@ -9,7 +9,7 @@ MAINTAINER= snj@NetBSD.org HOMEPAGE= http://www.nongnu.org/rdiff-backup/ COMMENT= Remote incremental backup utility -PYTHON_VERSIONS_INCOMPATIBLE= 33 # not yet ported as of 1.2.8 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 1.2.8 EGG_NAME= ${DISTNAME:S/-/_/} SUBST_CLASSES+= path diff --git a/sysutils/salt-docs/Makefile b/sysutils/salt-docs/Makefile index 52542b8b440..39b9a37ec6a 100644 --- a/sysutils/salt-docs/Makefile +++ b/sysutils/salt-docs/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2014/01/25 10:30:22 wiz Exp $ +# $NetBSD: Makefile,v 1.4 2014/05/09 07:37:20 wiz Exp $ DISTNAME= salt-0.10.5 PKGNAME= ${DISTNAME:S/-/-docs-/} @@ -26,7 +26,7 @@ do-install: && ${FIND} ${HTMLDIR} -type f -print ) >>${PLIST_SRC} # problem in sphinx config file? -PYTHON_VERSIONS_INCOMPATIBLE= 33 # not yet ported as of 0.10.5 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # 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 d354d596955..3b51179b251 100644 --- a/sysutils/salt/Makefile +++ b/sysutils/salt/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.22 2014/05/06 10:57:48 imil Exp $ +# $NetBSD: Makefile,v 1.23 2014/05/09 07:37:20 wiz Exp $ DISTNAME= salt-2014.1.3 PKGREVISION= 1 @@ -21,7 +21,7 @@ DEPENDS+= ${PYPKGPREFIX}-apache-libcloud>=0.14.1:../../net/py-apache-libcloud BUILD_DEFS+= VARBASE -PYTHON_VERSIONS_INCOMPATIBLE= 33 # py-m2crypto +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # 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 374fdfbaa2d..e67dbbe1864 100644 --- a/sysutils/virt-manager/Makefile +++ b/sysutils/virt-manager/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.18 2014/05/05 00:48:22 ryoon Exp $ +# $NetBSD: Makefile,v 1.19 2014/05/09 07:37:20 wiz Exp $ DISTNAME= virt-manager-0.9.4 PKGREVISION= 14 @@ -26,7 +26,7 @@ USE_PKGLOCALEDIR= yes GCONF_SCHEMAS+= virt-manager.schemas -PYTHON_VERSIONS_INCOMPATIBLE= 33 # py-ORBit via py-gnome2, py-gtk2 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # 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 743a4d51cf4..a3ea8830ecf 100644 --- a/sysutils/virtinst/Makefile +++ b/sysutils/virtinst/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2014/01/23 19:18:07 wiz Exp $ +# $NetBSD: Makefile,v 1.7 2014/05/09 07:37:20 wiz 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 # not yet ported as of 0.600.3 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # 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 64006109b31..5932ea36bbe 100644 --- a/sysutils/xenkernel3/Makefile +++ b/sysutils/xenkernel3/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.28 2014/01/25 10:30:22 wiz Exp $ +# $NetBSD: Makefile,v 1.29 2014/05/09 07:37:20 wiz 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 # not yet ported as of 3.1.4 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # 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 c259eff6f83..824593b2253 100644 --- a/sysutils/xenkernel33/Makefile +++ b/sysutils/xenkernel33/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.26 2014/01/25 10:30:22 wiz Exp $ +# $NetBSD: Makefile,v 1.27 2014/05/09 07:37:20 wiz 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 # not yet ported as of 3.3.2 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # 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 5f8fa4de72b..b34c844b5b0 100644 --- a/sysutils/xenkernel41/Makefile +++ b/sysutils/xenkernel41/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.36 2014/05/05 13:39:10 drochner Exp $ +# $NetBSD: Makefile,v 1.37 2014/05/09 07:37:20 wiz 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 # not yet ported as of 4.1.6.1 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # 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 8f98e3e12cd..214614f3f55 100644 --- a/sysutils/xenkernel42/Makefile +++ b/sysutils/xenkernel42/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2014/02/22 01:22:49 prlw1 Exp $ +# $NetBSD: Makefile,v 1.7 2014/05/09 07:37:20 wiz Exp $ VERSION= 4.2.4 DISTNAME= xen-${VERSION} @@ -19,7 +19,7 @@ NO_CONFIGURE= yes USE_TOOLS+= gmake PYTHON_FOR_BUILD_ONLY= YES -PYTHON_VERSIONS_INCOMPATIBLE= 33 # not yet ported as of 4.2.3 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 4.2.3 MAKE_ENV+= OCAML_TOOLS=no diff --git a/sysutils/xentools20/Makefile b/sysutils/xentools20/Makefile index 0922c4159f1..afe631372cb 100644 --- a/sysutils/xentools20/Makefile +++ b/sysutils/xentools20/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.45 2014/02/12 23:18:41 tron Exp $ +# $NetBSD: Makefile,v 1.46 2014/05/09 07:37:20 wiz Exp $ DISTNAME= xen-2.0.7-src PKGNAME= xentools20-2.0.7 @@ -15,7 +15,7 @@ LICENSE= gnu-gpl-v2 DEPENDS+= ${PYPKGPREFIX}-twisted-[0-9]*:../../net/py-twisted -PYTHON_VERSIONS_INCOMPATIBLE= 33 # py-twisted +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # py-twisted PKG_SYSCONFSUBDIR= xen diff --git a/sysutils/xentools3-hvm/Makefile b/sysutils/xentools3-hvm/Makefile index fb1e58b5f69..9859df78503 100644 --- a/sysutils/xentools3-hvm/Makefile +++ b/sysutils/xentools3-hvm/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.21 2014/01/25 10:30:22 wiz Exp $ +# $NetBSD: Makefile,v 1.22 2014/05/09 07:37:20 wiz 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 # not yet ported as of 3.1.4 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # 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 b604b948cb8..176aaa9f1a6 100644 --- a/sysutils/xentools3/Makefile +++ b/sysutils/xentools3/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.39 2014/02/12 23:18:41 tron Exp $ +# $NetBSD: Makefile,v 1.40 2014/05/09 07:37:20 wiz 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 # py-xml +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # py-xml MAKE_JOBS_SAFE= no diff --git a/sysutils/xentools33/Makefile b/sysutils/xentools33/Makefile index f204670eb9b..6ef8337bc03 100644 --- a/sysutils/xentools33/Makefile +++ b/sysutils/xentools33/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.42 2014/01/25 10:45:21 wiz Exp $ +# $NetBSD: Makefile,v 1.43 2014/05/09 07:37:20 wiz 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 # py-xml +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # 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 3b02fe607be..3bc9f0113dd 100644 --- a/sysutils/xentools41/Makefile +++ b/sysutils/xentools41/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.44 2014/02/13 11:12:58 drochner Exp $ +# $NetBSD: Makefile,v 1.45 2014/05/09 07:37:20 wiz 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 # py-xml +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # py-xml PKG_SYSCONFSUBDIR= xen diff --git a/sysutils/xentools42/Makefile b/sysutils/xentools42/Makefile index 4b79a512f6e..de0fd5e7801 100644 --- a/sysutils/xentools42/Makefile +++ b/sysutils/xentools42/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.19 2014/03/29 09:05:51 prlw1 Exp $ +# $NetBSD: Makefile,v 1.20 2014/05/09 07:37:20 wiz Exp $ VERSION= 4.2.4 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 # py-xml +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # py-xml PKG_SYSCONFSUBDIR= xen |