ports/169981: [PATCH] devel/ccache - add additional compiler links for tinderbox ccache tar

Steve Wills swills at FreeBSD.org
Wed Jul 18 19:20:02 UTC 2012


>Number:         169981
>Category:       ports
>Synopsis:       [PATCH] devel/ccache - add additional compiler links for tinderbox ccache tar
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Wed Jul 18 19:20:01 UTC 2012
>Closed-Date:
>Last-Modified:
>Originator:     Steve Wills
>Release:        
>Organization:
>Environment:
>Description:
The ccache.tar created with the devel/ccache port only creates links for base gcc. Attached patch makes it create additional links for other compilers.
>How-To-Repeat:

>Fix:
Index: Makefile
===================================================================
--- Makefile    (revision 300902)
+++ Makefile    (working copy)
@@ -63,7 +63,7 @@
 .if !defined(TINDERBOX)
        @${MKDIR} ${WRKDIR}/tb/opt
        @${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${WRKDIR}/tb/opt
-.for l in gcc cc g++ c++
+.for l in ${CCACHE_COMPILERS}
        @${LN} -sf ${PORTNAME} ${WRKDIR}/tb/opt/${l}
 .endfor
        @${TAR} -C ${WRKDIR}/tb -cpf ${WRKSRC}/${PORTNAME}.tar opt


>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list