summaryrefslogtreecommitdiff
path: root/sysutils/xentools45
diff options
context:
space:
mode:
authorprlw1 <prlw1>2015-01-27 14:52:56 +0000
committerprlw1 <prlw1>2015-01-27 14:52:56 +0000
commitf4e179660ae53b7a9a72ce8e295bcb6dc16007cb (patch)
treeecdaba4164a1942c501748b7b185ae54915a7273 /sysutils/xentools45
parent8f5af61d93be70d06f19f91e7dbd3fedfb3dd40a (diff)
downloadpkgsrc-f4e179660ae53b7a9a72ce8e295bcb6dc16007cb.tar.gz
xen build with python 3.3 fails with:
xenkernel45: File "/tmp/pkgsrc/sysutils/xenkernel45/work.x86_64/xen-4.5.0/xen/tools/compat- build-source.py", line 30 print line.rstrip() ^ SyntaxError: invalid syntax xentools45: File "mkchecker.py", line 40, in <module> if compat_arches.has_key(a): AttributeError: 'dict' object has no attribute 'has_key' ... XXX Assume the same is true for python 3.4 and mark as not for 33 34
Diffstat (limited to 'sysutils/xentools45')
-rw-r--r--sysutils/xentools45/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/sysutils/xentools45/Makefile b/sysutils/xentools45/Makefile
index 2d55811f025..898594cc9c6 100644
--- a/sysutils/xentools45/Makefile
+++ b/sysutils/xentools45/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2015/01/21 08:53:21 bouyer Exp $
+# $NetBSD: Makefile,v 1.3 2015/01/27 14:52:56 prlw1 Exp $
VERSION= 4.5.0
VERSION_IPXE= 9a93db3f0947484e30e753bbd61a10b17336e20e
@@ -61,6 +61,8 @@ MAKE_ENV+= NO_WERROR=1
#MAKE_ENV+= INSTALL_DATA=${BSD_INSTALL_DATA}
#MAKE_ENV+= INSTALL_PROG=${BSD_INSTALL_PROGRAM}
+PYTHON_VERSIONS_INCOMPATIBLE= 33 34
+
PY_PATCHPLIST= yes
REPLACE_PYTHON+= misc/sbdf2devicepath misc/xen-bugtool
REPLACE_PYTHON+= misc/xen-ringwatch misc/xencons