svn commit: r354371 - head/devel/ccache

Bryan Drewery bdrewery at FreeBSD.org
Sat May 17 20:46:34 UTC 2014


Author: bdrewery
Date: Sat May 17 20:46:34 2014
New Revision: 354371
URL: http://svnweb.freebsd.org/changeset/ports/354371
QAT: https://qat.redports.org/buildarchive/r354371/

Log:
  Enable colors by default

Modified:
  head/devel/ccache/Makefile

Modified: head/devel/ccache/Makefile
==============================================================================
--- head/devel/ccache/Makefile	Sat May 17 20:45:05 2014	(r354370)
+++ head/devel/ccache/Makefile	Sat May 17 20:46:34 2014	(r354371)
@@ -3,7 +3,7 @@
 
 PORTNAME=	ccache
 PORTVERSION=	3.1.9
-PORTREVISION=	7
+PORTREVISION=	8
 CATEGORIES=	devel
 MASTER_SITES=	http://www.samba.org/ftp/ccache/ \
 		CRITICAL
@@ -22,6 +22,7 @@ SUB_FILES=	${HOWTO} world-ccache pkg-mes
 PORTDOCS=	ccache-howto-freebsd.txt MANUAL.html
 
 OPTIONS_DEFINE=	CLANGLINK LLVMLINK STATIC DOCS TINDERBOX COLORS
+OPTIONS_DEFAULT=COLORS
 
 COLORS_DESC=	Support compiler colors
 CLANGLINK_DESC=	Create clang compiler links if clang is installed


More information about the svn-ports-all mailing list