From owner-freebsd-ports@FreeBSD.ORG Sun Aug 5 00:39:15 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 AD1E8106564A for ; Sun, 5 Aug 2012 00:39:15 +0000 (UTC) (envelope-from lists@eitanadler.com) Received: from mail-pb0-f54.google.com (mail-pb0-f54.google.com [209.85.160.54]) by mx1.freebsd.org (Postfix) with ESMTP id 77F198FC08 for ; Sun, 5 Aug 2012 00:39:15 +0000 (UTC) Received: by pbbro2 with SMTP id ro2so3694536pbb.13 for ; Sat, 04 Aug 2012 17:39:15 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=eitanadler.com; s=0xdeadbeef; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type; bh=1oEjRC+bUFtoLESTVEqCoKlhV3Pq6uxZkMQ5ztXZFnU=; b=drN2/8W7m6VAAIC3p7d4j9V4NRN4CFFNEKHcdUl1TtMch+hjYbdMRxJ26aYUsXvjNa IWJxFtWaiAIbZCCfBIhtZ11cO1BJaIRAg4C9kgDyqM0AddlK4J8usB6fxZHdb7p+lnzL zTjPjOxDaTZZ5kLJIR2XJv66ZmLZWYPgiI2hw= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type:x-gm-message-state; bh=1oEjRC+bUFtoLESTVEqCoKlhV3Pq6uxZkMQ5ztXZFnU=; b=LP3INNVB3tpWw1YsZxmVA/KzlBc5nlxvRC33GoeJMdpnXPQtU4JBm8RPtdLHRTlQzz f0eEOZrAT2bbnF6mqybfMK6hwsvtNClR59eSSRR2nWeof/RBMWckhS/mA6J0P+HRin+Q 2sjTkd+zKsOL9zP4s2xqMC/nAHXCqHbjmm1BxU4i0fs2VLU9gpKobtFPlnThyeH31JpX yX2bzOcCRueiKGHO+o3hGF/DynQIizw6xllhfWgkAjGNZ4/s64EbQPxbfcFWDkWWQBEs BrIo1ufzHmluxxyRc/Udf+x1TciFPvQ4pSLDJxU5k4yVbXPi5iInuv9sIr0/NQ+6V+sf e3sw== Received: by 10.68.219.135 with SMTP id po7mr8168964pbc.149.1344127154926; Sat, 04 Aug 2012 17:39:14 -0700 (PDT) MIME-Version: 1.0 Received: by 10.66.67.52 with HTTP; Sat, 4 Aug 2012 17:38:44 -0700 (PDT) In-Reply-To: <20120804232102.201cde8e@gumby.homeunix.com> References: <501C7572.3020707@FreeBSD.org> <20120804141607.55249f62@gumby.homeunix.com> <501D34DF.2070205@FreeBSD.org> <20120804232102.201cde8e@gumby.homeunix.com> From: Eitan Adler Date: Sat, 4 Aug 2012 17:38:44 -0700 Message-ID: To: RW Content-Type: text/plain; charset=UTF-8 X-Gm-Message-State: ALoCoQkg23xR5nKxkVfgtbYIWHQKLRXvftJGbhBMeM1z5NILqbfM4PTSJwrJO+FJOUQxZs49J6nG Cc: ports@freebsd.org 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 00:39:15 -0000 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. -- Eitan Adler