svn commit: r408079 - head/java/sigar

Dmitry Marakasov amdmi3 at FreeBSD.org
Thu Feb 4 18:56:29 UTC 2016


Author: amdmi3
Date: Thu Feb  4 18:56:27 2016
New Revision: 408079
URL: https://svnweb.freebsd.org/changeset/ports/408079

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

Modified:
  head/java/sigar/Makefile

Modified: head/java/sigar/Makefile
==============================================================================
--- head/java/sigar/Makefile	Thu Feb  4 18:51:41 2016	(r408078)
+++ head/java/sigar/Makefile	Thu Feb  4 18:56:27 2016	(r408079)
@@ -25,6 +25,7 @@ USES_PERL5=	build
 USE_JAVA=	yes
 JAVA_RUN=	yes
 USE_GCC=	any
+NO_CCACHE=	yes
 
 ANT_CMD?=	${LOCALBASE}/bin/ant
 ANT=		${SETENV} JAVA_HOME=${JAVA_HOME} ${ANT_CMD}
@@ -62,4 +63,5 @@ do-install:
 		${STAGEDIR}${JAVAJARDIR}/${PORTNAME}.jar
 	${INSTALL_LIB} ${WRKSRC}/bindings/java/sigar-bin/lib/libsigar-${ARCH:S,i386,x86,}-freebsd-${PLATFORM_VER}.so \
 		${STAGEDIR}${JAVAJARDIR}/${LIBNAME}
+
 .include <bsd.port.post.mk>


More information about the svn-ports-all mailing list