svn commit: r408075 - head/lang/phantomjs

Dmitry Marakasov amdmi3 at FreeBSD.org
Thu Feb 4 18:49:41 UTC 2016


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.


More information about the svn-ports-all mailing list