From owner-freebsd-ports@FreeBSD.ORG Mon Jul 26 16:42:28 2010 Return-Path: Delivered-To: ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id CA3DC1065677; Mon, 26 Jul 2010 16:42:28 +0000 (UTC) (envelope-from ehaupt@FreeBSD.org) Received: from mx.critical.ch (cl-8.zrh-02.ch.sixxs.net [IPv6:2001:1620:f00:7::2]) by mx1.freebsd.org (Postfix) with ESMTP id 623FF8FC12; Mon, 26 Jul 2010 16:42:28 +0000 (UTC) Received: from beaver.home.critical.ch (80-218-148-45.dclient.hispeed.ch [80.218.148.45]) (authenticated bits=0) by mx.critical.ch (8.14.3/8.14.3/critical-1.0) with ESMTP id o6QGgQLi094484; Mon, 26 Jul 2010 18:42:27 +0200 (CEST) (envelope-from ehaupt@FreeBSD.org) Date: Mon, 26 Jul 2010 18:42:18 +0200 From: Emanuel Haupt To: ports@FreeBSD.org Message-Id: <20100726184218.69f67db8.ehaupt@FreeBSD.org> X-Mailer: Sylpheed 3.0.3 (GTK+ 2.20.1; amd64-portbld-freebsd8.1) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: Christer Edwards , Alex Dupre Subject: [request for testers] update devel/ccache to 3.0.1 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 Jul 2010 16:42:28 -0000 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