From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Mar 18 08:19:09 2004 Return-Path: Delivered-To: freebsd-ports-bugs@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 130D816A4CE for ; Thu, 18 Mar 2004 08:19:09 -0800 (PST) Received: from postman.arcor.de (postman4.arcor-online.net [151.189.0.154]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7CCE543D2F for ; Thu, 18 Mar 2004 08:19:08 -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)i2IGJ6D2019237 (version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=NO); Thu, 18 Mar 2004 17:19:06 +0100 (MET) Received: from [172.16.0.2] (helo=fillmore-labs.com) by fillmore.dyndns.org with esmtp (Exim 4.30; FreeBSD) id 1B40EO-0004Rp-9K; Thu, 18 Mar 2004 17:18:52 +0100 Message-ID: <4059CBEC.7040405@fillmore-labs.com> Date: Thu, 18 Mar 2004 17:18:52 +0100 From: Oliver Eikemeier Organization: Fillmore Labs GmbH - http://www.fillmore-labs.com/ MIME-Version: 1.0 To: vman@tmok.com References: <4059B9E9.80802@fillmore-labs.com> <20040318150738.GA87118@k2.homeunix.net> <4059BD4E.7040803@fillmore-labs.com> <20040318152648.GA91776@k2.homeunix.net> <4059C4E1.5050009@fillmore-labs.com> <20040318160038.GA674@k2.homeunix.net> In-Reply-To: <20040318160038.GA674@k2.homeunix.net> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit User-Agent: KMail/1.5.9 cc: freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/64415: make in ports stopped by ASCII GUI X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 Mar 2004 16:19:09 -0000 Vlad Manilici wrote: > Hi Oliver, > >> "PR 64233 will use default options when build with BATCH=yes." >>Does this solve your problem? > >>There is interest. PR 63682 does use default options (always) when >>PACKAGE_BUILDING is set. PR 64233 uses saved options, but defaults >>to the default configuration without popping up a preferences dialog >>when BATCH is set. > > Sorry, it seems either of us does not get the point. I would like to > have the ports build without GUI options selection *by default*. That > means, when setting *nothing*, as the average user does. I got the point. In fact, son-of-PR 64233 has a variable (DISABLE_CONFIG, I'm not exactly sure), which you can set in /etc/make.conf when you want default options by default. > Definitely, you have shown me a valid way invalidate option selection. Ehm, sorry? > Now, of course I do not know if there is interest in the above default > behaviour. Try it. Post a patch. > Did I make myself clear sofar? Sofar, sogood. I guess it would be much clearer if we had a prototype patch to see clearly what you have in mind. Be aware though, that OPTIONS handling is not as easy as it seems. -Oliver