When using tinderbox, having a statically built copy of ccache is ideal as the same shared libraries do not exist under FreeBSD 7, 8, 9 and 10. Most users of tinderbox build ccache under each jail, which is time consuming. This will allow one copy of ccache to be usable regardless of which jail is used. Fix: Patch attached with submission follows:
Responsible Changed From-To: freebsd-ports-bugs->ehaupt Over to maintainer (via the GNATS Auto Assign Tool)
ehaupt 2012-01-30 08:38:40 UTC FreeBSD ports repository Modified files: devel/ccache Makefile Log: Add an option to statically build ccache. PR: 164606 Submitted by: zi Revision Changes Path 1.68 +6 -1 ports/devel/ccache/Makefile _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed Great idea! Committed, thanks.