git: 9c700b63d18c - main - emulators/open-vm-tools: Remove --enable-deploypkg
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 21 Jul 2023 00:48:54 UTC
The branch main has been updated by garga: URL: https://cgit.FreeBSD.org/ports/commit/?id=9c700b63d18c67ed6a72fa8a8d781649f1b0aac7 commit 9c700b63d18c67ed6a72fa8a8d781649f1b0aac7 Author: Renato Botelho <garga@FreeBSD.org> AuthorDate: 2023-07-21 00:47:10 +0000 Commit: Renato Botelho <garga@FreeBSD.org> CommitDate: 2023-07-21 00:48:43 +0000 emulators/open-vm-tools: Remove --enable-deploypkg DeployPkg is conditional to an OPTION added recently. I forgot this parameter on CONFIGURE_ARGS from the time I was testing it. Reported by: vangyzen Sponsored by: Rubicon Communications, LLC ("Netgate") --- emulators/open-vm-tools/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/emulators/open-vm-tools/Makefile b/emulators/open-vm-tools/Makefile index 436a464e4965..b78bfdf5ce15 100644 --- a/emulators/open-vm-tools/Makefile +++ b/emulators/open-vm-tools/Makefile @@ -1,7 +1,7 @@ PORTNAME= open-vm-tools PORTVERSION= 12.2.5 DISTVERSIONPREFIX= stable- -PORTREVISION= 1 +PORTREVISION= 2 PORTEPOCH= 2 CATEGORIES= emulators @@ -34,7 +34,6 @@ USE_RC_SUBR= vmware-guestd vmware-kmod GNU_CONFIGURE= yes CONFIGURE_ARGS+=--disable-vgauth \ --enable-containerinfo=no \ - --enable-deploypkg \ --sysconfdir=${PREFIX}/etc \ --without-icu CONFIGURE_ENV+= SYSDIR=${SRC_BASE}/sys