From owner-freebsd-ports@FreeBSD.ORG Thu Oct 31 15:55:00 2013 Return-Path: Delivered-To: ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 6F7E1437 for ; Thu, 31 Oct 2013 15:55:00 +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 2F9AE29B8 for ; Thu, 31 Oct 2013 15:55:00 +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 0E9327E1A7 for ; Thu, 31 Oct 2013 16:54:56 +0100 (CET) Received: by graf.pompo.net (Postfix, from userid 1001) id 2DFBE42D17E1; Thu, 31 Oct 2013 16:54:56 +0100 (CET) Date: Thu, 31 Oct 2013 16:54:56 +0100 From: Thierry Thomas To: ports@FreeBSD.org Subject: Re: Stage and /var ? Message-ID: <20131031155456.GA21449@graf.pompo.net> Mail-Followup-To: ports@FreeBSD.org References: <20131031142025.GA10968@graf.pompo.net> <527271D5.1000005@FreeBSD.org> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <527271D5.1000005@FreeBSD.org> 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 15:55:00 -0000 Le jeu 31 oct 13 à 16:05:57 +0100, Alex Dupre écrivait : > > 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. I was creating the directories in post-install. I'll check if everything is still OK without that. Thanks. -- Th. Thomas.