aboutsummaryrefslogtreecommitdiff
path: root/sysutils/xen-tools
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2018-02-06 15:18:38 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2018-02-06 15:18:38 +0000
commit796f3e68319ecf44a18bf6c2d0bad4bf93e3db53 (patch)
treecbec1ca5a7309cf772e72a4a900961ffcb41e870 /sysutils/xen-tools
parente798b0e1b90937b814ae64b6a9bc02d3dc5e4a95 (diff)
downloadports-796f3e68319ecf44a18bf6c2d0bad4bf93e3db53.tar.gz
ports-796f3e68319ecf44a18bf6c2d0bad4bf93e3db53.zip
Notes
Diffstat (limited to 'sysutils/xen-tools')
-rw-r--r--sysutils/xen-tools/Makefile10
1 files changed, 7 insertions, 3 deletions
diff --git a/sysutils/xen-tools/Makefile b/sysutils/xen-tools/Makefile
index 4b394dd62062..d83b8612fdc1 100644
--- a/sysutils/xen-tools/Makefile
+++ b/sysutils/xen-tools/Makefile
@@ -3,7 +3,7 @@
PORTNAME= xen
PKGNAMESUFFIX= -tools
PORTVERSION= 4.7.2
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= sysutils emulators
MASTER_SITES= http://downloads.xenproject.org/release/xen/${PORTVERSION}/
@@ -57,8 +57,12 @@ CONFIGURE_ARGS+= --with-extra-qemuu-configure-args="${QEMU_ARGS}" \
# Disable bash and xgettext tests, they are not needed on FreeBSD.
CONFIGURE_ENV+= ac_cv_path_BASH=${TRUE}
-SHEBANG_FILES= tools/misc/xencov_split \
- tools/misc/xen-ringwatch
+SHEBANG_FILES= tools/misc/xen-ringwatch \
+ tools/misc/xencov_split \
+ tools/python/scripts/convert-legacy-stream \
+ tools/python/scripts/verify-stream-v2 \
+ tools/xenmon/xenmon.py
+
ALL_TARGET= tools docs
INSTALL_TARGET= install-tools install-docs