Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 5 Oct 2017 14:44:26 +0000 (UTC)
From:      Josh Paetzel <jpaetzel@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org
Subject:   svn commit: r451314 - branches/2017Q4/emulators/open-vm-tools
Message-ID:  <201710051444.v95EiQXJ001072@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jpaetzel
Date: Thu Oct  5 14:44:26 2017
New Revision: 451314
URL: https://svnweb.freebsd.org/changeset/ports/451314

Log:
  MFH: r451100
  
  Remove external ICU dependancy
  
  Approved by:	portmgr (zi)

Modified:
  branches/2017Q4/emulators/open-vm-tools/Makefile
Directory Properties:
  branches/2017Q4/   (props changed)

Modified: branches/2017Q4/emulators/open-vm-tools/Makefile
==============================================================================
--- branches/2017Q4/emulators/open-vm-tools/Makefile	Thu Oct  5 14:02:48 2017	(r451313)
+++ branches/2017Q4/emulators/open-vm-tools/Makefile	Thu Oct  5 14:44:26 2017	(r451314)
@@ -4,7 +4,7 @@
 PORTNAME=		open-vm-tools
 PORTVERSION=		${RELEASE_VER}
 DISTVERSIONPREFIX=	stable-
-PORTREVISION=		3
+PORTREVISION=		4
 PORTEPOCH=		2
 CATEGORIES=		emulators
 
@@ -23,8 +23,8 @@ LIB_DEPENDS=		libmspack.so:archivers/libmspack \
 RELEASE_VER=		10.1.10
 BUILD_VER=		6082533
 
-OPTIONS_DEFINE=		DNET ICU LIBNOTIFY OPENSSL X11
-OPTIONS_DEFAULT=	DNET ICU LIBNOTIFY OPENSSL X11
+OPTIONS_DEFINE=		DNET LIBNOTIFY OPENSSL X11
+OPTIONS_DEFAULT=	DNET LIBNOTIFY OPENSSL X11
 
 OPTIONS_SUB=
 
@@ -39,8 +39,6 @@ X11_LIB_DEPENDS=	libfontconfig.so:x11-fonts/fontconfig
 LIBNOTIFY_LIB_DEPENDS=	libnotify.so:devel/libnotify
 DNET_CONFIGURE_WITH=	dnet
 DNET_LIB_DEPENDS=	libdnet.so:net/libdnet
-ICU_CONFIGURE_WITH=	icu
-ICU_LIB_DEPENDS=	libicuuc.so:devel/icu
 OPENSSL_CONFIGURE_WITH=	ssl
 
 WRKSRC_SUBDIR=		open-vm-tools
@@ -57,7 +55,7 @@ CPPFLAGS+=		-Wno-deprecated-declarations
 
 SSP_UNSAFE=		kernel module does not support ssp
 
-CONFIGURE_ARGS+=	--disable-grabbitmqproxy \
+CONFIGURE_ARGS+=	--disable-grabbitmqproxy --without-icu \
 			--disable-vgauth --without-procps \
 			--sysconfdir=${PREFIX}/etc
 



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