I am intending to update devel/ccache from 2.4 to 3.0.1 based on patches previously submitted with the following PR's:
http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/148228 http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/146527 A full list of new features and improvements is available: http://ccache.samba.org/releasenotes.html#_ccache_3_0_1 Since this port is used by a large audience, I'd like to ask for feedback prior to the update. Feedback from people using ccache integrated in tinderbox (ports-mgmt/tinderbox) is also gratefully appreciated. You can fetch the update from: http://people.freebsd.org/~ehaupt/patches/ccache.patch I've tested the update building various c/cpp heavy ports twice watching the current statistics summary closely: # while sleep 1; do clear; ccache -s; done I saw the cache hit count go up as expected. The produced binary after the second build was identical to the first one. Before you try the updated version, you should clear the ccache directory from the previous version: # ccache --clear This will also be stated in ports/UPDATING. Emanuel _______________________________________________ freebsd-ports@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"