svn commit: r305135 - head/ports-mgmt/pkg

Baptiste Daroussin bapt at FreeBSD.org
Mon Oct 1 16:33:20 UTC 2012


Author: bapt
Date: Mon Oct  1 16:33:19 2012
New Revision: 305135
URL: http://svn.freebsd.org/changeset/ports/305135

Log:
  Mark as not ccache safe
  
  Reported by:	Piotr Kubaj <pkubaj at gmail.com>

Modified:
  head/ports-mgmt/pkg/Makefile

Modified: head/ports-mgmt/pkg/Makefile
==============================================================================
--- head/ports-mgmt/pkg/Makefile	Mon Oct  1 15:33:08 2012	(r305134)
+++ head/ports-mgmt/pkg/Makefile	Mon Oct  1 16:33:19 2012	(r305135)
@@ -14,6 +14,7 @@ LICENSE=	BSD
 USE_XZ=		yes
 
 MAKE_JOBS_SAFE=	yes
+NO_CCACHE=	yes
 USE_LDCONFIG=	yes
 MANCOMPRESSED=	yes
 



More information about the svn-ports-all mailing list