Index: head/devel/ccache/Makefile =================================================================== --- head/devel/ccache/Makefile (revision 288064) +++ head/devel/ccache/Makefile (revision 288065) @@ -1,90 +1,90 @@ # New ports collection makefile for: ccache # Date created: 31/03/2002 # Whom: Dominic Marks # # $FreeBSD$ # PORTNAME= ccache PORTVERSION= 3.1.6 CATEGORIES= devel MASTER_SITES= http://samba.org/ftp/ccache/ CRITICAL MAINTAINER= ehaupt@FreeBSD.org COMMENT= A tool to minimize the compile time of C/C++ programs LICENSE= GPLv3 GNU_CONFIGURE= yes HOWTO= ccache-howto-freebsd.txt CCLINKDIR= libexec/ccache SUB_FILES= ${HOWTO} world-ccache pkg-message ccache-update-links.sh MAN1= ccache.1 PORTDOCS= ccache-howto-freebsd.txt MANUAL.html OPTIONS= CLANGLINK "Create clang compiler links if clang is installed" off \ LLVMLINK "Create llvm compiler links if llvm is installed" off .include PLIST_SUB+= CCLINKDIR="${CCLINKDIR}" .if ${ARCH}=="i386" CCACHE_COMPILERS+= icc icpc .endif GNU_COMPILERS+= 34 42 43 44 45 46 CCACHE_COMPILERS+= cc c++ gcc g++ ${GNU_COMPILERS:S|^|gcc|} ${GNU_COMPILERS:S|^|g++|} .if defined(WITH_CLANGLINK) CCACHE_COMPILERS+= clang clang++ .endif .if defined(WITH_LLVMLINK) CCACHE_COMPILERS+= llvm-gcc llvm-c++ llvm-g++ .endif CCACHE_COMPILERS+= ${EXTRA_COMPILERS} SUB_LIST+= CCACHE_COMPILERS="${CCACHE_COMPILERS}" \ CCLINKDIR="${CCLINKDIR}" \ ICCPREFIX="${LOCALBASE}/intel_cc_80/bin" \ HOWTO="${HOWTO}" post-build: .if !defined(TINDERBOX) @${MKDIR} ${WRKDIR}/tb/opt @${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${WRKDIR}/tb/opt .for l in gcc cc g++ c++ @${LN} -sf ${PORTNAME} ${WRKDIR}/tb/opt/${l} .endfor @${TAR} -C ${WRKDIR}/tb -cpf ${WRKSRC}/${PORTNAME}.tar opt .endif do-install: ${INSTALL_PROGRAM} ${WRKSRC}/ccache ${PREFIX}/bin ${INSTALL_MAN} ${WRKSRC}/${MAN1} ${PREFIX}/man/man1 @${MKDIR} ${PREFIX}/${CCLINKDIR}/world ${INSTALL_SCRIPT} ${WRKDIR}/world-ccache \ ${PREFIX}/${CCLINKDIR}/world/ccache ${INSTALL_SCRIPT} ${WRKDIR}/ccache-update-links.sh \ ${PREFIX}/bin/ccache-update-links ${MKDIR} ${DATADIR} ${INSTALL_DATA} ${WRKSRC}/${PORTNAME}.tar ${DATADIR} .if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/MANUAL.html ${DOCSDIR} ${INSTALL_DATA} ${WRKDIR}/${HOWTO} ${DOCSDIR} .endif post-install: - @${ECHO_CMD} "Create compiler links..." + @${ECHO_CMD} "Creating compiler links..." @${PREFIX}/bin/ccache-update-links -v @${CAT} ${PKGMESSAGE} .if defined(WITH_CLANGLINK) @${CAT} ${FILESDIR}/pkg-message-clang .endif .include Property changes on: head/devel/ccache/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.65 \ No newline at end of property +1.66 \ No newline at end of property Index: head/devel/ccache/files/pkg-message-clang =================================================================== --- head/devel/ccache/files/pkg-message-clang (revision 288064) +++ head/devel/ccache/files/pkg-message-clang (revision 288065) @@ -1,7 +1,7 @@ -You've chosen to create symlinks to clang compiler binaries if they exist. -While it's known to be save to build world with clang/ccache, is not fully +You've chosen to create symlinks to the clang compiler binaries if they exist. +While it's known to be safe to build world with clang/ccache, is not fully supported yet. You have been warned. See: https://bugzilla.samba.org/show_bug.cgi?id=8460 Property changes on: head/devel/ccache/files/pkg-message-clang ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.1 \ No newline at end of property +1.2 \ No newline at end of property Index: head/devel/ccache/pkg-plist =================================================================== --- head/devel/ccache/pkg-plist (revision 288064) +++ head/devel/ccache/pkg-plist (revision 288065) @@ -1,10 +1,10 @@ bin/ccache bin/ccache-update-links %%DATADIR%%/ccache.tar %%CCLINKDIR%%/world/ccache @dirrm %%DATADIR%% @exec echo "Create compiler links..." @exec %D/bin/ccache-update-links -v @unexec find %D/%%CCLINKDIR%% -type l -exec rm -f {} \; -@unexec rmdir %D/%%CCLINKDIR%%/world -@unexec rmdir %D/%%CCLINKDIR%% +@dirrmtry %%CCLINKDIR%%/world +@dirrmtry %%CCLINKDIR%% Property changes on: head/devel/ccache/pkg-plist ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.4 \ No newline at end of property +1.5 \ No newline at end of property