From owner-svn-ports-head@freebsd.org Tue Oct 4 15:20:52 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 57015AF3D2F; Tue, 4 Oct 2016 15:20:52 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 2A0C39FD; Tue, 4 Oct 2016 15:20:52 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u94FKpEx019720; Tue, 4 Oct 2016 15:20:51 GMT (envelope-from feld@FreeBSD.org) Received: (from feld@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u94FKpFY019719; Tue, 4 Oct 2016 15:20:51 GMT (envelope-from feld@FreeBSD.org) Message-Id: <201610041520.u94FKpFY019719@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: feld set sender to feld@FreeBSD.org using -f From: Mark Felder Date: Tue, 4 Oct 2016 15:20:51 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r423267 - head/lang/phantomjs X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 Oct 2016 15:20:52 -0000 Author: feld Date: Tue Oct 4 15:20:51 2016 New Revision: 423267 URL: https://svnweb.freebsd.org/changeset/ports/423267 Log: lang/phantomjs: Do not enable X11 support by default MFH: 2016Q4 Modified: head/lang/phantomjs/Makefile Modified: head/lang/phantomjs/Makefile ============================================================================== --- head/lang/phantomjs/Makefile Tue Oct 4 15:19:39 2016 (r423266) +++ head/lang/phantomjs/Makefile Tue Oct 4 15:20:51 2016 (r423267) @@ -5,6 +5,7 @@ PORTVERSION= 2.0.0 PORTREVISION= 5 CATEGORIES= lang MASTER_SITES= https://bitbucket.org/ariya/phantomjs/downloads/ +PROJECTHOST= phantomjs DISTNAME= ${PORTNAME}-${PORTVERSION}-source MAINTAINER= feld@FreeBSD.org @@ -22,7 +23,6 @@ LIB_DEPENDS= libfreetype.so:print/freety BROKEN_sparc64= does not link on sparc64 BROKEN_FreeBSD_9_i386= does not build -PROJECTHOST= phantomjs USES= bison:build compiler:c++11-lang gmake gperf jpeg perl5 pkgconfig python:build zip USE_PERL5= build USE_RUBY= yes @@ -32,7 +32,10 @@ PLIST_FILES= bin/phantomjs #PATCH_DEBUG= yes NO_CCACHE= yes -USE_XORG= x11 +OPTIONS_DEFINE= X11 +X11_USE= XORG=x11 + +.include # NOTE: # build.sh --qtwebkit=system requires Qt 5.3.x. We cannot use it.