sysutils/xen-tools: fix build with go installed

Unconditionally disable building the Go bindings. Such bindings
should be packaged in a separate port.

PR:		256978
Reported by:	Ting-Wei Lan <lantw44@gmail.com>
Approved by:	bapt (implicit)
This commit is contained in:
Roger Pau Monné 2021-07-06 16:05:55 +02:00
parent db16834ca2
commit 53c01d6598

View file

@ -1,7 +1,7 @@
PORTNAME= xen
PKGNAMESUFFIX= -tools
PORTVERSION= 4.15.0
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= sysutils emulators
MASTER_SITES= http://downloads.xenproject.org/release/xen/${PORTVERSION}/
@ -46,7 +46,8 @@ BINARY_ALIAS= python3=${PYTHON_CMD}
CONFIGURE_ARGS+= --with-system-seabios=${LOCALBASE}/share/seabios/bios.bin \
--with-system-ovmf=${LOCALBASE}/share/edk2-xen/XEN_X64_EFI.fd \
--mandir=${MANPREFIX}/man
--mandir=${MANPREFIX}/man \
--disable-golang
SHEBANG_FILES= tools/misc/xencov_split \
tools/python/scripts/convert-legacy-stream \