From owner-svn-ports-all@freebsd.org Mon Sep 11 17:17:21 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 1B252E1794C; Mon, 11 Sep 2017 17:17:21 +0000 (UTC) (envelope-from jbeich@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 DDFA9697FF; Mon, 11 Sep 2017 17:17:20 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v8BHHKRw038562; Mon, 11 Sep 2017 17:17:20 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v8BHHKwb038561; Mon, 11 Sep 2017 17:17:20 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201709111717.v8BHHKwb038561@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Mon, 11 Sep 2017 17:17:20 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r449661 - head/emulators/open-vm-tools X-SVN-Group: ports-head X-SVN-Commit-Author: jbeich X-SVN-Commit-Paths: head/emulators/open-vm-tools X-SVN-Commit-Revision: 449661 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: Mon, 11 Sep 2017 17:17:21 -0000 Author: jbeich Date: Mon Sep 11 17:17:19 2017 New Revision: 449661 URL: https://svnweb.freebsd.org/changeset/ports/449661 Log: emulators/open-vm-tools: unbreak with ICU >= 59 stringxx/string.cc:927:23: error: use of undeclared identifier 'Unicode_ToTitle' return CopyAndFree(Unicode_ToTitle(c_str(), locale), free); ^ PR: 222225 Modified: head/emulators/open-vm-tools/Makefile (contents, props changed) Modified: head/emulators/open-vm-tools/Makefile ============================================================================== --- head/emulators/open-vm-tools/Makefile Mon Sep 11 15:58:31 2017 (r449660) +++ head/emulators/open-vm-tools/Makefile Mon Sep 11 17:17:19 2017 (r449661) @@ -4,6 +4,7 @@ PORTNAME= open-vm-tools PORTVERSION= ${RELEASE_VER} DISTVERSIONPREFIX= stable- +PORTREVISION= 1 PORTEPOCH= 2 CATEGORIES= emulators @@ -45,7 +46,9 @@ OPENSSL_CONFIGURE_WITH= ssl WRKSRC_SUBDIR= open-vm-tools GNU_CONFIGURE= yes -USES= autoreconf:-iv fuse gettext-runtime kmod libtool localbase pathfix pkgconfig +USES= autoreconf:-iv compiler:c++11-lib fuse gettext-runtime \ + kmod libtool localbase pathfix pkgconfig +USE_CXXSTD= gnu++11 USE_GNOME= glib20 USE_GITHUB= yes