From owner-svn-ports-head@freebsd.org Mon Sep 11 08:22:29 2017 Return-Path: Delivered-To: svn-ports-head@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 9FF7EE22687; Mon, 11 Sep 2017 08:22:29 +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 6D5F87638F; Mon, 11 Sep 2017 08:22:29 +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 v8B8MSdX016769; Mon, 11 Sep 2017 08:22:28 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v8B8MS4O016768; Mon, 11 Sep 2017 08:22:28 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201709110822.v8B8MS4O016768@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 08:22:28 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r449608 - head/devel/icu-le-hb X-SVN-Group: ports-head X-SVN-Commit-Author: jbeich X-SVN-Commit-Paths: head/devel/icu-le-hb X-SVN-Commit-Revision: 449608 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 11 Sep 2017 08:22:29 -0000 Author: jbeich Date: Mon Sep 11 08:22:28 2017 New Revision: 449608 URL: https://svnweb.freebsd.org/changeset/ports/449608 Log: devel/icu-le-hb: switch to C++11, required by ICU >= 59 In file included from LayoutEngine.cpp:8: In file included from ./LETypes.h:14: In file included from /usr/local/include/unicode/utypes.h:38: /usr/local/include/unicode/umachine.h:347:13: error: unknown type name 'char16_t' typedef char16_t UChar; ^ PR: 218788 Modified: head/devel/icu-le-hb/Makefile (contents, props changed) Modified: head/devel/icu-le-hb/Makefile ============================================================================== --- head/devel/icu-le-hb/Makefile Mon Sep 11 07:18:02 2017 (r449607) +++ head/devel/icu-le-hb/Makefile Mon Sep 11 08:22:28 2017 (r449608) @@ -3,6 +3,7 @@ PORTNAME= icu-le-hb DISTVERSION= 1.0.3-3 DISTVERSIONSUFFIX= -gb8a3163 +PORTREVISION= 1 CATEGORIES= devel print MAINTAINER= office@FreeBSD.org @@ -19,7 +20,8 @@ LIB_DEPENDS= libicuuc.so:devel/icu \ USE_GITHUB= yes GH_ACCOUNT= behdad -USES= autoreconf gmake libtool pathfix pkgconfig +USES= autoreconf compiler:c++11-lib gmake libtool pathfix pkgconfig +USE_CXXSTD= gnu++11 USE_LDCONFIG= yes GNU_CONFIGURE= yes INSTALL_TARGET= install-strip