git: 53c01d65985f - main - sysutils/xen-tools: fix build with go installed

Roger Pau Monné royger at FreeBSD.org
Wed Jul 7 07:22:47 UTC 2021


The branch main has been updated by royger (src committer):

URL: https://cgit.FreeBSD.org/ports/commit/?id=53c01d65985faea7bd864702cefb2f9e6ef4d3a8

commit 53c01d65985faea7bd864702cefb2f9e6ef4d3a8
Author:     Roger Pau Monné <royger at FreeBSD.org>
AuthorDate: 2021-07-06 14:05:55 +0000
Commit:     Roger Pau Monné <royger at FreeBSD.org>
CommitDate: 2021-07-07 07:22:29 +0000

    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 at gmail.com>
    Approved by:    bapt (implicit)
---
 sysutils/xen-tools/Makefile | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/sysutils/xen-tools/Makefile b/sysutils/xen-tools/Makefile
index 92263d86ee17..17a94b7c0a3c 100644
--- a/sysutils/xen-tools/Makefile
+++ b/sysutils/xen-tools/Makefile
@@ -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 \


More information about the dev-commits-ports-main mailing list