svn commit: r449662 - head/lang/phantomjs

Jan Beich jbeich at FreeBSD.org
Mon Sep 11 18:06:05 UTC 2017


Author: jbeich
Date: Mon Sep 11 18:06:03 2017
New Revision: 449662
URL: https://svnweb.freebsd.org/changeset/ports/449662

Log:
  lang/phantomjs: unbreak with ICU >= 59
  
  Running configuration tests...
  The ICU library support cannot be enabled.
  
  PR:		222222

Modified:
  head/lang/phantomjs/Makefile   (contents, props changed)

Modified: head/lang/phantomjs/Makefile
==============================================================================
--- head/lang/phantomjs/Makefile	Mon Sep 11 17:17:19 2017	(r449661)
+++ head/lang/phantomjs/Makefile	Mon Sep 11 18:06:03 2017	(r449662)
@@ -2,7 +2,7 @@
 
 PORTNAME=	phantomjs
 PORTVERSION=	2.1.1
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	lang
 
 MAINTAINER=	feld at FreeBSD.org
@@ -22,7 +22,9 @@ BROKEN_sparc64=		does not link on sparc64
 NOT_FOR_ARCHS=		armv6
 NOT_FOR_ARCHS_REASON=	Platform.h: Not supported ARM architecture
 
-USES=		bison:build compiler:c++11-lang gmake gperf jpeg perl5 pkgconfig python:build ssl sqlite
+USES=		bison:build compiler:c++11-lib gmake gperf jpeg perl5 \
+		pkgconfig python:build ssl sqlite
+USE_CXXSTD=	gnu++11
 USE_GNOME+=	libxml2
 USE_PERL5=	build
 USE_RUBY=	yes


More information about the svn-ports-all mailing list