svn commit: r422452 - branches/2016Q3/lang/phantomjs

Mark Felder feld at FreeBSD.org
Mon Sep 19 17:24:01 UTC 2016


Author: feld
Date: Mon Sep 19 17:23:59 2016
New Revision: 422452
URL: https://svnweb.freebsd.org/changeset/ports/422452

Log:
  MFH: r422451
  
  lang/phantomjs: Remove hack for FreeBSD 9 and use compiler:c++11-lang
  
  Approved by:	ports-secteam (with hat)

Modified:
  branches/2016Q3/lang/phantomjs/Makefile
Directory Properties:
  branches/2016Q3/   (props changed)

Modified: branches/2016Q3/lang/phantomjs/Makefile
==============================================================================
--- branches/2016Q3/lang/phantomjs/Makefile	Mon Sep 19 17:22:44 2016	(r422451)
+++ branches/2016Q3/lang/phantomjs/Makefile	Mon Sep 19 17:23:59 2016	(r422452)
@@ -20,7 +20,7 @@ LIB_DEPENDS=	libfreetype.so:print/freety
 		libpng.so:graphics/png
 
 PROJECTHOST=	phantomjs
-USES=		bison:build compiler gmake gperf jpeg perl5 pkgconfig python:build zip
+USES=		bison:build compiler:c++11-lang gmake gperf jpeg perl5 pkgconfig python:build zip
 USE_PERL5=	build
 USE_RUBY=	yes
 RUBY_NO_RUN_DEPENDS=	yes
@@ -31,11 +31,6 @@ NO_CCACHE=	yes
 
 USE_XORG=	x11
 
-# Hack for FreeBSD 9. Without it mysteriously switches from 
-# clang++ to c++ which ends in build failure.
-CC=clang
-CXX=clang++
-
 # NOTE:
 #   build.sh --qtwebkit=system requires Qt 5.3.x.  We cannot use it.
 


More information about the svn-ports-branches mailing list