svn commit: r420618 - head/net-mgmt/nagios-check_bacula

Mathieu Arnold mat at FreeBSD.org
Mon Aug 22 16:00:01 UTC 2016


Author: mat
Date: Mon Aug 22 16:00:00 2016
New Revision: 420618
URL: https://svnweb.freebsd.org/changeset/ports/420618

Log:
  Fails to build with CCACHE on 11:
  
  ccache: error: Failed to create directory /nonexistent/.ccache/tmp: Permission denied
  
  Sponsored by:	Absolight

Modified:
  head/net-mgmt/nagios-check_bacula/Makefile   (contents, props changed)

Modified: head/net-mgmt/nagios-check_bacula/Makefile
==============================================================================
--- head/net-mgmt/nagios-check_bacula/Makefile	Mon Aug 22 14:31:40 2016	(r420617)
+++ head/net-mgmt/nagios-check_bacula/Makefile	Mon Aug 22 16:00:00 2016	(r420618)
@@ -26,4 +26,6 @@ CONFIGURE_ARGS=	--enable-client-only	\
 OPTIONS_DEFINE=	#
 OPTIONS_DEFAULT=#
 
+NO_CCACHE=	yes
+
 .include "${MASTERDIR}/Makefile"


More information about the svn-ports-all mailing list