From owner-freebsd-ports@FreeBSD.ORG Thu Mar 11 17:00:23 2004 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B67B716A4CF for ; Thu, 11 Mar 2004 17:00:23 -0800 (PST) Received: from postman.arcor.de (postman2.arcor-online.net [151.189.0.152]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2627243D2D for ; Thu, 11 Mar 2004 17:00:23 -0800 (PST) (envelope-from eikemeier@fillmore-labs.com) Received: from fillmore.dyndns.org (port-212-202-51-138.reverse.qsc.de [212.202.51.138]) (authenticated bits=0)i2C109ko005914 (version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=NO); Fri, 12 Mar 2004 02:00:11 +0100 (MET) Received: from [172.16.0.2] (helo=fillmore-labs.com) by fillmore.dyndns.org with esmtp (Exim 4.30; FreeBSD) id 1B1b1y-000JVM-7w; Fri, 12 Mar 2004 02:00:06 +0100 Message-ID: <40510B95.9070702@fillmore-labs.com> Date: Fri, 12 Mar 2004 02:00:05 +0100 From: Oliver Eikemeier Organization: Fillmore Labs GmbH - http://www.fillmore-labs.com/ MIME-Version: 1.0 To: Arjan van Leeuwen References: <200403120157.01609.avleeuwen@piwebs.com> In-Reply-To: <200403120157.01609.avleeuwen@piwebs.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit User-Agent: KMail/1.5.9 cc: ports@freebsd.org Subject: Re: default OPTIONS aren't the default when BATCH is set X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 12 Mar 2004 01:00:23 -0000 Arjan van Leeuwen wrote: > If I define the BATCH environment variable, I'd expect ports to choose their > default values for the OPTIONS they might have. > > However, it seems like all options are simply set to 'off', thereby making > many of the ports that I upgraded lately unusable. > > For example, my own graphics/digikamplugins port builds nothing if all its > options are off. > > The multimedia/kdemultimedia3 package builds without the default mpeglib > package, which can give unexpected results when trying to run other KDE > programs that depend on this functionality. > > Apart from being a nuisance for me when updating, does this also mean that > packages built on by the FreeBSD package cluster are also built without there > default options? This will give very strange results when installing from > packages. OPTIONS is broken, see PR 63682: