Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 22 Aug 2016 16:00:00 +0000 (UTC)
From:      Mathieu Arnold <mat@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r420618 - head/net-mgmt/nagios-check_bacula
Message-ID:  <201608221600.u7MG00ks098788@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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"



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201608221600.u7MG00ks098788>