pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/sysutils/open-vm-tools



Module Name:    pkgsrc
Committed By:   snj
Date:           Wed Apr 26 21:52:52 UTC 2023

Modified Files:
        pkgsrc/sysutils/open-vm-tools: Makefile

Log Message:
open-vm-tools: prune configure args "disabling" nonexistent features


To generate a diff of this commit:
cvs rdiff -u -r1.116 -r1.117 pkgsrc/sysutils/open-vm-tools/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/sysutils/open-vm-tools/Makefile
diff -u pkgsrc/sysutils/open-vm-tools/Makefile:1.116 pkgsrc/sysutils/open-vm-tools/Makefile:1.117
--- pkgsrc/sysutils/open-vm-tools/Makefile:1.116        Wed Apr 19 08:11:32 2023
+++ pkgsrc/sysutils/open-vm-tools/Makefile      Wed Apr 26 21:52:52 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.116 2023/04/19 08:11:32 adam Exp $
+# $NetBSD: Makefile,v 1.117 2023/04/26 21:52:52 snj Exp $
 
 OVTVER=                12.1.5
 DISTNAME=      open-vm-tools-${OVTVER}-20735119
@@ -27,8 +27,6 @@ USE_LIBTOOL=          yes
 USE_TOOLS+=            autoconf automake pkg-config
 GNU_CONFIGURE=         yes
 CONFIGURE_ARGS+=       --disable-docs # Requires doxygen
-CONFIGURE_ARGS+=       --disable-grabbitmqproxy
-CONFIGURE_ARGS+=       --disable-unity
 CONFIGURE_ARGS+=       --disable-vgauth
 CONFIGURE_ARGS+=       --sysconfdir=${PKG_SYSCONFDIR}
 



Home | Main Index | Thread Index | Old Index