From owner-freebsd-ports@FreeBSD.ORG Mon Aug 6 02:49:36 2012 Return-Path: Delivered-To: freebsd-ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id E1EFC106564A; Mon, 6 Aug 2012 02:49:36 +0000 (UTC) (envelope-from jbeich@tormail.org) Received: from server4.allsitecontrol.com (server4.allsitecontrol.com [198.136.50.18]) by mx1.freebsd.org (Postfix) with ESMTP id A1AFE8FC08; Mon, 6 Aug 2012 02:49:36 +0000 (UTC) Received: from assk.torservers.net ([78.108.63.46]:27724 helo=internal.tormail.org) by server4.allsitecontrol.com with esmtpsa (TLSv1:RC4-SHA:128) (Exim 4.77) (envelope-from ) id 1SyDNq-000o9h-Mv; Sun, 05 Aug 2012 22:49:33 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=tormail.org; s=tm; h=Message-Id:X-TorMail-User:Content-Type:MIME-Version:References:Date:In-Reply-To:Subject:Cc:To:From; bh=5RMavbTFNryuvzp/oYlZj7cB2Dx9pYlR78ldIz8GZFc=; b=HOCzCmulcr8g0klgBYfQPRaZyanq9afYeozswFMMUnEbzRnX0F93bmSw/x0JBP9DIneBLEwxBi+4Bq1ZanRo+/Rv8k/tOQi5AmR1XtALwkb1eIXUgiIFxVMnQVuhR0Np+iShYBi6e6Z7gNyQRnJxP2V/faK8/y8sBVmwEBmKeY0=; Received: from jbeich by internal.tormail.org with local (Exim 4.63) (envelope-from ) id 1SyDM4-000Cp7-Ra; Mon, 06 Aug 2012 02:47:42 +0000 From: Jan Beich To: Bryan Drewery In-Reply-To: <501C7572.3020707@FreeBSD.org> (Bryan Drewery's message of "Fri, 03 Aug 2012 20:05:54 -0500") Date: Mon, 06 Aug 2012 08:47:53 +0600 References: <501C7572.3020707@FreeBSD.org> MIME-Version: 1.0 Content-Type: text/plain X-TorMail-User: jbeich Message-Id: <1SyDM4-000Cp7-Ra@internal.tormail.org> X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - server4.allsitecontrol.com X-AntiAbuse: Original Domain - freebsd.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - tormail.org Cc: freebsd-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: Mon, 06 Aug 2012 02:49:37 -0000 Bryan Drewery writes: > The cache directory CCACHE_DIR defaults to /usr/obj/ccache Why not ${.OBJDIR}/ccache? This avoids one big port taking away all allocated space for itself unless --max-size is raised. Also, I have /usr/obj -> /nonexistent symlink. Anything that doesn't respect MAKEOBJDIRPREFIX is bogus.