From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Jul 18 19:20:02 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 3EA3E1065673 for ; Wed, 18 Jul 2012 19:20:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id EC5048FC17 for ; Wed, 18 Jul 2012 19:20:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q6IJK13b088465 for ; Wed, 18 Jul 2012 19:20:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q6IJK1BN088464; Wed, 18 Jul 2012 19:20:01 GMT (envelope-from gnats) Resent-Date: Wed, 18 Jul 2012 19:20:01 GMT Resent-Message-Id: <201207181920.q6IJK1BN088464@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Steve Wills Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 06388106566C for ; Wed, 18 Jul 2012 19:17:37 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22]) by mx1.freebsd.org (Postfix) with ESMTP id E4C418FC16 for ; Wed, 18 Jul 2012 19:17:36 +0000 (UTC) Received: from red.freebsd.org (localhost [127.0.0.1]) by red.freebsd.org (8.14.4/8.14.4) with ESMTP id q6IJHaBM047182 for ; Wed, 18 Jul 2012 19:17:36 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.4/8.14.4/Submit) id q6IJHacM047181; Wed, 18 Jul 2012 19:17:36 GMT (envelope-from nobody) Message-Id: <201207181917.q6IJHacM047181@red.freebsd.org> Date: Wed, 18 Jul 2012 19:17:36 GMT From: Steve Wills To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/169981: [PATCH] devel/ccache - add additional compiler links for tinderbox ccache tar X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Jul 2012 19:20:02 -0000 >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: