Date: Mon, 11 Sep 2017 08:22:28 +0000 (UTC) From: Jan Beich <jbeich@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r449608 - head/devel/icu-le-hb Message-ID: <201709110822.v8B8MS4O016768@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201709110822.v8B8MS4O016768>