Bug 169981 - [PATCH] devel/ccache - add additional compiler links for tinderbox ccache tar
Summary: [PATCH] devel/ccache - add additional compiler links for tinderbox ccache tar
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Emanuel Haupt
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-07-18 20:20 UTC by Steve Wills
Modified: 2012-08-07 10:00 UTC (History)
0 users

See Also:


Attachments
file.diff (479 bytes, patch)
2012-07-18 20:20 UTC, Steve Wills
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Steve Wills freebsd_committer freebsd_triage 2012-07-18 20:20:01 UTC
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.
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2012-07-18 20:20:14 UTC
Responsible Changed
From-To: freebsd-ports-bugs->ehaupt

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 Emanuel Haupt freebsd_committer freebsd_triage 2012-08-07 09:57:07 UTC
State Changed
From-To: open->closed

Committed, thanks!
Comment 3 dfilter service freebsd_committer freebsd_triage 2012-08-07 09:57:12 UTC
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
_______________________________________________
svn-ports-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"