From owner-freebsd-ports@FreeBSD.ORG Sat Aug 4 22:21:07 2012 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 12809106566B for ; Sat, 4 Aug 2012 22:21:07 +0000 (UTC) (envelope-from rwmaillists@googlemail.com) Received: from mail-wi0-f172.google.com (mail-wi0-f172.google.com [209.85.212.172]) by mx1.freebsd.org (Postfix) with ESMTP id 957198FC15 for ; Sat, 4 Aug 2012 22:21:06 +0000 (UTC) Received: by wibhm11 with SMTP id hm11so451946wib.13 for ; Sat, 04 Aug 2012 15:21:05 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=20120113; h=date:from:to:subject:message-id:in-reply-to:references:x-mailer :mime-version:content-type:content-transfer-encoding; bh=O3iDXcYtCAUeS9771j/poxkinufESONM3n5dGzZ6mUM=; b=IzfPvakU1EhwbX3Oxkx46qDupZyT8CbvxlG8PHYtclJESGidIFIgaDjFmfuoMHlcxp 57/PMvtXBmNCFazbZ1oHjcheEyj0ahVePX7SlXDtIlhrS+61E1TEgWW7RFuEp4rw5OIm FHtEtHgz6Ia7G0AvKps1eeTzcus3ZKyOoEgMdoCp5r1/JUHrAlxM15kBZTaiDbVhQ/i4 0Xnb8jOkvDqKwmAJWIcAbLFJlRj+F3V+49YAafxPB3+p3MfRyVu49Md9AtFZbCm1Mita d6ycw2ea4WkO9/eqlB/AZ4MTopgxaxNi1QpdCe5NocYBg7SCQtUzmVx66bLRFN/PTiD+ ZLxQ== Received: by 10.216.136.203 with SMTP id w53mr3428545wei.63.1344118865208; Sat, 04 Aug 2012 15:21:05 -0700 (PDT) Received: from gumby.homeunix.com (87-194-105-247.bethere.co.uk. [87.194.105.247]) by mx.google.com with ESMTPS id ep14sm7762505wid.0.2012.08.04.15.21.03 (version=SSLv3 cipher=OTHER); Sat, 04 Aug 2012 15:21:04 -0700 (PDT) Date: Sat, 4 Aug 2012 23:21:02 +0100 From: RW To: ports@freebsd.org Message-ID: <20120804232102.201cde8e@gumby.homeunix.com> In-Reply-To: <501D34DF.2070205@FreeBSD.org> References: <501C7572.3020707@FreeBSD.org> <20120804141607.55249f62@gumby.homeunix.com> <501D34DF.2070205@FreeBSD.org> X-Mailer: Claws Mail 3.8.1 (GTK+ 2.24.6; amd64-portbld-freebsd8.3) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: Subject: Re: [CFT] [bsd.port.mk] ports ccache build support 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: Sat, 04 Aug 2012 22:21:07 -0000 On Sat, 04 Aug 2012 09:42:39 -0500 Bryan Drewery wrote: > > But if you've read the ccache documentation you probably already > > have that directory in PATH anyway. Does this patch provide a > > significant advantage? > > That requires needless customization. The purpose here is easy, safe > and native support. > > The included ccache-howto-freebsd.txt with devel/ccache is quite long > for something that is straight forward. I think that's an exaggeration. I'd say it's quite short and most of it is easily skipped over. > > Having a default ccache directory in the makefile that's different > > from the default documented in the ccache man page seems needlessly > > confusing to me. > > The default being $HOME/.ccache makes even less sense for port > building. No, but it has the merit of being documented as being the default in the first place one is likely to look. And since large root file-systems seem to be increasingly popular, /root/.ccache may seem reasonable, and people may run cache -M on that.