Quantcast

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

classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

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

swills

>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:
_______________________________________________
[hidden email] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports-bugs
To unsubscribe, send any mail to "[hidden email]"
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

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

Edwin Groothuis-2
Synopsis: [PATCH] devel/ccache - add additional compiler links for tinderbox ccache tar

Responsible-Changed-From-To: freebsd-ports-bugs->ehaupt
Responsible-Changed-By: edwin
Responsible-Changed-When: Wed Jul 18 19:20:14 UTC 2012
Responsible-Changed-Why:
Over to maintainer (via the GNATS Auto Assign Tool)

http://www.freebsd.org/cgi/query-pr.cgi?pr=169981
_______________________________________________
[hidden email] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports-bugs
To unsubscribe, send any mail to "[hidden email]"
Loading...