Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 11 Sep 2017 18:06:03 +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: r449662 - head/lang/phantomjs
Message-ID:  <201709111806.v8BI63gl058997@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201709111806.v8BI63gl058997>