From owner-freebsd-ports@FreeBSD.ORG Thu Oct 31 15:06:01 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 C2EACA12 for ; Thu, 31 Oct 2013 15:06:01 +0000 (UTC) (envelope-from ale@FreeBSD.org) Received: from relay.andxor.it (relay.andxor.it [195.223.2.3]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 3B0E92570 for ; Thu, 31 Oct 2013 15:06:00 +0000 (UTC) Received: (qmail 88465 invoked from network); 31 Oct 2013 15:05:58 -0000 Received: from alex.andxor.it (a.premoli@andxor.it@192.168.2.30) by relay.andxor.it with ESMTPSA; 31 Oct 2013 15:05:58 -0000 Message-ID: <527271D5.1000005@FreeBSD.org> Date: Thu, 31 Oct 2013 16:05:57 +0100 From: Alex Dupre User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:24.0) Gecko/20100101 Firefox/24.0 SeaMonkey/2.21 MIME-Version: 1.0 To: ports@FreeBSD.org Subject: Re: Stage and /var ? References: <20131031142025.GA10968@graf.pompo.net> In-Reply-To: <20131031142025.GA10968@graf.pompo.net> X-Enigmail-Version: 1.5.2 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit 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 15:06:01 -0000 Thierry Thomas ha scritto: > How should we stagify ports writing out of their $PREFIX for > good reasons, e.g. a statedir like /var/foo/$PORTNAME. Usually such directories are created at runtime (perhaps by the startup rc script) and not during package installation. -- Alex Dupre