From owner-freebsd-ports@FreeBSD.ORG Thu Oct 31 14:20:32 2013 Return-Path: Delivered-To: ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 4A0CFFAC for ; Thu, 31 Oct 2013 14:20:32 +0000 (UTC) (envelope-from thierry@pompo.net) Received: from mx1b.lautre.net (etna.lautre.net [80.67.160.72]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 0CBAB21CA for ; Thu, 31 Oct 2013 14:20:31 +0000 (UTC) Received: from graf.pompo.net (graf.pompo.net [78.225.128.39]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) (Authenticated sender: thierry@pompo.net) by mx1b.lautre.net (Postfix) with ESMTPSA id 68FF27E1B1 for ; Thu, 31 Oct 2013 15:20:27 +0100 (CET) Received: by graf.pompo.net (Postfix, from userid 1001) id E946342D195C; Thu, 31 Oct 2013 15:20:25 +0100 (CET) Date: Thu, 31 Oct 2013 15:20:25 +0100 From: Thierry Thomas To: ports@FreeBSD.org Subject: Stage and /var ? Message-ID: <20131031142025.GA10968@graf.pompo.net> Mail-Followup-To: ports@FreeBSD.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline X-Operating-System: FreeBSD 9.2-BETA2 i386 Organization: Kabbale Eros X-Face: (hRbQnK~Pt7$ct`!fupO(`y_WL4^-Iwn4@ly-.,[4xC4xc; y=\ipKMNm<1J>lv@PP~7Z<.t KjAnXLs: X-PGP: 0xF1C516B3C8359753 User-Agent: Mutt/1.5.21 (2010-09-15) X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 31 Oct 2013 14:20:32 -0000 Hello, How should we stagify ports writing out of their $PREFIX for good reasons, e.g. a statedir like /var/foo/$PORTNAME. I don't like the idea of $PREFIX/var, and prefer the real /var. Thanks for your suggestions. -- Th. Thomas.