svn commit: r388654 - in head/devel/ccache: . files

Bryan Drewery bdrewery at FreeBSD.org
Sat Jun 6 04:30:55 UTC 2015


Author: bdrewery
Date: Sat Jun  6 04:30:54 2015
New Revision: 388654
URL: https://svnweb.freebsd.org/changeset/ports/388654

Log:
  Enable CLANG/LLVM links by default.
  
  The clang issues have proven to be fixed now with both
  upstream fixes and local fixes.

Deleted:
  head/devel/ccache/files/pkg-message-clang
Modified:
  head/devel/ccache/Makefile

Modified: head/devel/ccache/Makefile
==============================================================================
--- head/devel/ccache/Makefile	Sat Jun  6 04:27:14 2015	(r388653)
+++ head/devel/ccache/Makefile	Sat Jun  6 04:30:54 2015	(r388654)
@@ -3,7 +3,7 @@
 
 PORTNAME=	ccache
 PORTVERSION=	3.2.2
-PORTREVISION=	0
+PORTREVISION=	1
 CATEGORIES=	devel
 MASTER_SITES=	http://www.samba.org/ftp/ccache/ \
 		LOCAL/bdrewery
@@ -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
+OPTIONS_DEFAULT=CLANGLINK LLVMLINK
 
 CLANGLINK_DESC=	Create clang compiler links if clang is installed
 LLVMLINK_DESC=	Create llvm compiler links if llvm is installed
@@ -93,9 +94,4 @@ do-install:
 	${INSTALL_DATA} ${WRKDIR}/${HOWTO} ${STAGEDIR}${DOCSDIR}
 .endif
 
-post-install:
-.if ${PORT_OPTIONS:MCLANGLINK}
-	@${CAT} ${FILESDIR}/pkg-message-clang >> ${PKGMESSAGE}
-.endif
-
 .include <bsd.port.post.mk>


More information about the svn-ports-all mailing list