From owner-freebsd-ports@FreeBSD.ORG Fri May 30 05:53:14 2014 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mandree.no-ip.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id B3AE5FC7 for ; Fri, 30 May 2014 05:53:14 +0000 (UTC) Received: from [IPv6:::1] (localhost6.localdomain6 [IPv6:::1]) by apollo.emma.line.org (Postfix) with ESMTP id 0105A23CEA9 for ; Fri, 30 May 2014 07:53:12 +0200 (CEST) Message-ID: <53881CC8.2010809@FreeBSD.org> Date: Fri, 30 May 2014 07:53:12 +0200 From: Matthias Andree User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.5.0 MIME-Version: 1.0 To: freebsd-ports@freebsd.org Subject: Re: mail/mailman port installation failing References: <20140528063641.GF9361@rwpc15.gfn.riverwillow.net.au> <20140529041628.GE12961@rwpc15.gfn.riverwillow.net.au> <444n09f5zw.fsf@lowell-desk.lan> In-Reply-To: <444n09f5zw.fsf@lowell-desk.lan> X-Enigmail-Version: 1.5.2 Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 30 May 2014 05:53:15 -0000 Am 29.05.2014 08:34, schrieb Lowell Gilbert: > John Marshall writes: > >> After helpful off-list mail from mandree@ which pointed at this being a >> local problem, I eventually found the following line in >> /usr/local/etc/ports.conf. >> >> mail/mailman: CONFIGURE_ARGS=--with-var-prefix=/data/mailman >> >> One of those tweaks one implements to accommodate a local customization, >> and doesn't even remember it's there 6 or 7 years later. >> >> It would appear that this kind of thing doesn't play nicely with the new >> staging environment. After removing that line from ports.conf and >> rebuilding the port, it installed happily. Obviously I then had to >> reshuffle my data directories manually. > > Doesn't that mean that the plist was always wrong on that machine > anyway? That could leave stale files around... > On that machine, yes. On the other hand, I doubt it's reasonably possible to cater for arbitrarily injected special configurations with the PLIST - in such situations, the port itself would have to support separate /var prefixes or data directories so it sets the option and adjusts the plist accordingly.