Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 18 Jul 2012 19:17:36 GMT
From:      Steve Wills <swills@FreeBSD.org>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/169981: [PATCH] devel/ccache - add additional compiler links for tinderbox ccache tar
Message-ID:  <201207181917.q6IJHacM047181@red.freebsd.org>
Resent-Message-ID: <201207181920.q6IJK1BN088464@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>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:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201207181917.q6IJHacM047181>