Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 2 Oct 2017 20:04:41 +0000 (UTC)
From:      Josh Paetzel <jpaetzel@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r451100 - head/emulators/open-vm-tools
Message-ID:  <201710022004.v92K4fbx017837@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jpaetzel
Date: Mon Oct  2 20:04:41 2017
New Revision: 451100
URL: https://svnweb.freebsd.org/changeset/ports/451100

Log:
  Remove external ICU dependancy
  
  MFH:	2017Q4

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

Modified: head/emulators/open-vm-tools/Makefile
==============================================================================
--- head/emulators/open-vm-tools/Makefile	Mon Oct  2 20:03:34 2017	(r451099)
+++ head/emulators/open-vm-tools/Makefile	Mon Oct  2 20:04:41 2017	(r451100)
@@ -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?201710022004.v92K4fbx017837>