Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 19 Sep 2016 17:23:59 +0000 (UTC)
From:      Mark Felder <feld@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org
Subject:   svn commit: r422452 - branches/2016Q3/lang/phantomjs
Message-ID:  <201609191723.u8JHNxAT063723@repo.freebsd.org>

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



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