svn commit: r455751 - head/emulators/open-vm-tools

Josh Paetzel jpaetzel at FreeBSD.org
Thu Dec 7 19:52:19 UTC 2017


Author: jpaetzel
Date: Thu Dec  7 19:52:17 2017
New Revision: 455751
URL: https://svnweb.freebsd.org/changeset/ports/455751

Log:
  Remove unused dependancies.

Modified:
  head/emulators/open-vm-tools/Makefile

Modified: head/emulators/open-vm-tools/Makefile
==============================================================================
--- head/emulators/open-vm-tools/Makefile	Thu Dec  7 19:42:28 2017	(r455750)
+++ head/emulators/open-vm-tools/Makefile	Thu Dec  7 19:52:17 2017	(r455751)
@@ -4,7 +4,7 @@
 PORTNAME=		open-vm-tools
 PORTVERSION=		${RELEASE_VER}
 DISTVERSIONPREFIX=	stable-
-PORTREVISION=		4
+PORTREVISION=		5
 PORTEPOCH=		2
 CATEGORIES=		emulators
 
@@ -16,9 +16,7 @@ LICENSE_FILE=		${WRKSRC}/COPYING
 
 ONLY_FOR_ARCHS=		amd64 i386
 
-LIB_DEPENDS=		libmspack.so:archivers/libmspack \
-			libxerces-c.so:textproc/xerces-c3 \
-			libxml-security-c.so:security/apache-xml-security-c
+LIB_DEPENDS=		libmspack.so:archivers/libmspack
 
 RELEASE_VER=		10.1.10
 BUILD_VER=		6082533
@@ -55,8 +53,8 @@ CPPFLAGS+=		-Wno-deprecated-declarations
 
 SSP_UNSAFE=		kernel module does not support ssp
 
-CONFIGURE_ARGS+=	--disable-grabbitmqproxy --without-icu \
-			--disable-vgauth --without-procps \
+CONFIGURE_ARGS+=	--without-icu \
+			--disable-vgauth \
 			--sysconfdir=${PREFIX}/etc
 
 CONFLICTS+=		vmware-guestd[0-9]* vmware-tools[0-9]*


More information about the svn-ports-all mailing list