Date: Mon, 26 Jul 2010 18:42:18 +0200 From: Emanuel Haupt <ehaupt@FreeBSD.org> To: ports@FreeBSD.org Cc: Christer Edwards <christer.edwards@gmail.com>, Alex Dupre <ale@FreeBSD.org> Subject: [request for testers] update devel/ccache to 3.0.1 Message-ID: <20100726184218.69f67db8.ehaupt@FreeBSD.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20100726184218.69f67db8.ehaupt>