Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 4 Feb 2016 18:49:40 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r408075 - head/lang/phantomjs
Message-ID:  <201602041849.u14Ineq7080893@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Thu Feb  4 18:49:39 2016
New Revision: 408075
URL: https://svnweb.freebsd.org/changeset/ports/408075

Log:
  - Disable ccache for this port: it fails to build by not respecting the environment:
  
  ccache: error: Failed to create directory /nonexistent/.ccache/tmp: Permission denied
  
  Approved by:	portmgr blanket

Modified:
  head/lang/phantomjs/Makefile

Modified: head/lang/phantomjs/Makefile
==============================================================================
--- head/lang/phantomjs/Makefile	Thu Feb  4 18:47:15 2016	(r408074)
+++ head/lang/phantomjs/Makefile	Thu Feb  4 18:49:39 2016	(r408075)
@@ -26,6 +26,7 @@ RUBY_NO_RUN_DEPENDS=	yes
 WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVERSION}
 PLIST_FILES=	bin/phantomjs
 #PATCH_DEBUG=	yes
+NO_CCACHE=	yes
 
 # 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?201602041849.u14Ineq7080893>