From owner-freebsd-ports@FreeBSD.ORG Sun Aug 5 11:15:24 2012 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id BF7B61065672 for ; Sun, 5 Aug 2012 11:15:24 +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 46D648FC12 for ; Sun, 5 Aug 2012 11:15:23 +0000 (UTC) Received: by wibhm11 with SMTP id hm11so652692wib.13 for ; Sun, 05 Aug 2012 04:15:22 -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=UfuRr9BzdsSDVfOQQQgNoxtZkpEl3sGCO2pHqwmFnmI=; b=BwdH3OM3MJFALDb4rIM16RcnwWVgdWXaofHahp3lAH2i6eYkhln172gvB0yS2miEnt D2NnEihuuYbezhkEsKBbGrdZ82sM7hkGgxFAY6g58RMheY5mmNLFN9JssJrmSlCP7rqI FBtvy6QWbfT8VHONXMgbHW5AweCRTN5n7gs0iWiqme8OoDQkH205qK5r6U7S6aGG/0Ul M4A5XtB/NqGNzjh+tbbxsYf5tcaAU+FZgu1tGZpwCBxcVjsxxLAOicpHTk88lYvIhwWl RjJLKTEGcz3QI3+G0oKbFXPfQ4ACmoNAVWVa/+gKlRwfOz7RJuubgBPvCakYx65IQEU4 Pnuw== Received: by 10.216.203.152 with SMTP id f24mr3717920weo.41.1344165322461; Sun, 05 Aug 2012 04:15:22 -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 o2sm13283092wiz.11.2012.08.05.04.15.20 (version=SSLv3 cipher=OTHER); Sun, 05 Aug 2012 04:15:21 -0700 (PDT) Date: Sun, 5 Aug 2012 12:15:19 +0100 From: RW To: ports@freebsd.org Message-ID: <20120805121519.1f69cebf@gumby.homeunix.com> In-Reply-To: References: <501C7572.3020707@FreeBSD.org> <20120804141607.55249f62@gumby.homeunix.com> <501D34DF.2070205@FreeBSD.org> <20120804232102.201cde8e@gumby.homeunix.com> 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: Sun, 05 Aug 2012 11:15:24 -0000 On Sat, 4 Aug 2012 17:38:44 -0700 Eitan Adler wrote: > On 4 August 2012 15:21, RW wrote: > > On Sat, 04 Aug 2012 09:42:39 -0500 > > Bryan Drewery wrote: > > >> > 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. > > +1 for /var/cache > > > And since large root file-systems seem to be increasingly > > popular, /root/.ccache may seem reasonable, and people may run > > cache -M on that. > > remember that its possible to build as a non-root user, but install as > root, or similar. Using $HOME for any aspect of the build isn't a > good idea. Why isn't it? In that scenario /var/cache wouldn't be writable.