svn commit: r449608 - head/devel/icu-le-hb

Jan Beich jbeich at FreeBSD.org
Mon Sep 11 08:22:29 UTC 2017


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 at 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


More information about the svn-ports-all mailing list