Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 21 Jul 2023 00:48:54 GMT
From:      Renato Botelho <garga@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 9c700b63d18c - main - emulators/open-vm-tools: Remove --enable-deploypkg
Message-ID:  <202307210048.36L0ms0G032609@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202307210048.36L0ms0G032609>