Date: Sat, 6 Jun 2015 04:30:54 +0000 (UTC) From: Bryan Drewery <bdrewery@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r388654 - in head/devel/ccache: . files Message-ID: <201506060430.t564UsAZ075896@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201506060430.t564UsAZ075896>