Date: Tue, 7 Aug 2012 08:56:58 +0000 (UTC) From: Emanuel Haupt <ehaupt@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r302232 - head/devel/ccache Message-ID: <201208070856.q778uwNN042231@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: ehaupt Date: Tue Aug 7 08:56:58 2012 New Revision: 302232 URL: http://svn.freebsd.org/changeset/ports/302232 Log: Add additional compiler links for tinderbox ccache tarball. PR: 169981 Submitted by: swills Modified: head/devel/ccache/Makefile Modified: head/devel/ccache/Makefile ============================================================================== --- head/devel/ccache/Makefile Tue Aug 7 08:54:21 2012 (r302231) +++ head/devel/ccache/Makefile Tue Aug 7 08:56:58 2012 (r302232) @@ -7,7 +7,7 @@ PORTNAME= ccache PORTVERSION= 3.1.7 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel MASTER_SITES= http://www.samba.org/ftp/ccache/ CRITICAL @@ -63,7 +63,7 @@ post-build: .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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201208070856.q778uwNN042231>