From owner-freebsd-ports@FreeBSD.ORG Tue Jun 5 11:25:24 2012 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 5960D106566B; Tue, 5 Jun 2012 11:25:24 +0000 (UTC) (envelope-from 000.fbsd@quip.cz) Received: from elsa.codelab.cz (elsa.codelab.cz [94.124.105.4]) by mx1.freebsd.org (Postfix) with ESMTP id 6C1258FC1A; Tue, 5 Jun 2012 11:25:23 +0000 (UTC) Received: from elsa.codelab.cz (localhost [127.0.0.1]) by elsa.codelab.cz (Postfix) with ESMTP id 6696B28426; Tue, 5 Jun 2012 13:25:22 +0200 (CEST) Received: from [192.168.1.2] (static-84-242-120-26.net.upcbroadband.cz [84.242.120.26]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by elsa.codelab.cz (Postfix) with ESMTPSA id 3920528423; Tue, 5 Jun 2012 13:25:19 +0200 (CEST) Message-ID: <4FCDEC9E.3040804@quip.cz> Date: Tue, 05 Jun 2012 13:25:18 +0200 From: Miroslav Lachman <000.fbsd@quip.cz> User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.9.1.19) Gecko/20110420 Lightning/1.0b1 SeaMonkey/2.0.14 MIME-Version: 1.0 To: Doug Barton References: <4FCBF310.3090607@FreeBSD.org> <4FCC862F.9080203@quip.cz> <4FCC9C24.5070001@quip.cz> <4FCD3800.4040305@FreeBSD.org> In-Reply-To: <4FCD3800.4040305@FreeBSD.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: Baptiste Daroussin , Bernhard Froehlich , FreeBSD ports list Subject: Re: New OPTIONS and make.conf knobs X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 05 Jun 2012 11:25:24 -0000 Doug Barton wrote: > On 06/04/2012 04:29, Miroslav Lachman wrote: >> Yes, that's right. But I am confused why portmaster does not show the >> options dialog to let user uncheck QT4? > > There is code to do this if you use the --force-config option. I haven't > made that the default yet because it's a fairly complex part of the > code, and I'm not sure that making it the default won't do more harm > than good. > > Please try it and let me know how it goes for you. It works with some minor problem... ---------------------------------------------------- # portmaster --force-config emulators/virtualbox-ose ===>>> Currently installed version: virtualbox-ose-4.1.16 ===>>> Port directory: /usr/ports/emulators/virtualbox-ose ===>>> This port is marked BROKEN ===>>> QT4 frontend requires X11 support. Run 'make config' again! ---------------------------------------------------- Then it waits for a second or two and then displays the dialog. I unchecked the QT4, confirmed with OK button and then options dialog re-appeared again with my previously confirmed options. So I confirmed the dialog again and then installation continues in normal way. Am I right, that --force-config will show options dialog even in cases where I already have stored options for given port? Miroslav Lachman