From owner-svn-ports-all@freebsd.org Thu Oct 5 14:44:27 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 48968E3A668; Thu, 5 Oct 2017 14:44:27 +0000 (UTC) (envelope-from jpaetzel@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 154CE743DC; Thu, 5 Oct 2017 14:44:27 +0000 (UTC) (envelope-from jpaetzel@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v95EiQvo001073; Thu, 5 Oct 2017 14:44:26 GMT (envelope-from jpaetzel@FreeBSD.org) Received: (from jpaetzel@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v95EiQXJ001072; Thu, 5 Oct 2017 14:44:26 GMT (envelope-from jpaetzel@FreeBSD.org) Message-Id: <201710051444.v95EiQXJ001072@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jpaetzel set sender to jpaetzel@FreeBSD.org using -f From: Josh Paetzel Date: Thu, 5 Oct 2017 14:44:26 +0000 (UTC) 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 X-SVN-Group: ports-branches X-SVN-Commit-Author: jpaetzel X-SVN-Commit-Paths: branches/2017Q4/emulators/open-vm-tools X-SVN-Commit-Revision: 451314 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 05 Oct 2017 14:44:27 -0000 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