From owner-freebsd-questions@FreeBSD.ORG Wed May 11 10:57:14 2005 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4C73E16A4CE for ; Wed, 11 May 2005 10:57:14 +0000 (GMT) Received: from engraver.valleygate.net (12-215-216-27.client.mchsi.com [12.215.216.27]) by mx1.FreeBSD.org (Postfix) with ESMTP id A9C2B43D64 for ; Wed, 11 May 2005 10:57:13 +0000 (GMT) (envelope-from wizlayer@gmail.com) Received: from wizard.valleygate.net (wizard.valleygate.net [10.51.10.3]) j4BAvBGT010361 for ; Wed, 11 May 2005 06:57:12 -0400 (EDT) (envelope-from wizlayer@gmail.com) From: wizlayer To: freebsd-questions@freebsd.org Date: Wed, 11 May 2005 06:57:09 -0400 User-Agent: KMail/1.8 References: <20050511105604.6fdf5cac.crstn_fuchs@yahoo.de> In-Reply-To: <20050511105604.6fdf5cac.crstn_fuchs@yahoo.de> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200505110657.10532.wizlayer@gmail.com> Subject: Re: disappeared options dialog when installing ports X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: wizlayer@gmail.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 11 May 2005 10:57:14 -0000 On Wednesday 11 May 2005 04:56 am, Carsten Fuchs wrote: > Hi, > I have a (simple) question about installing from the ports > coll. The 1st time I issued `make install`in > /usr/ports/www/firefox it showed a configuration menu where I > could select things like xfs. I disabled this xfs option. Now > if I want to install Firefox again it won't show me this > configuration dialog anymore. I tried `make deinstall` and > `make reinstall`- that wouldn't help. I even tried to delete > the firefox ports directory and did a cvsup - but that dialog > didn't show up. > How can I set these installation options once I already > installed a port. Where are these options saved on the > harddrive? Will I have to run the configure script by hand? > > I am quite new to FreeBSD, so if there's plenty of instructions > concerning my little problem, just give me a direction to > search. > > Thanks in advance! > Carsten. > Here's a tip (and I don't have any knowledge of it being documented in manuals, though I'm certain it's an oversight of my own)... Have a look at /var/db/ports This is where your make configurations are stored so it won't ask you everytime you go to upgrade (really nice to run your updates and leave the office for the night without too many hangups). So... you'll need to remove the /var/db/ports/firefox/options file in order to see the options menu on your next make. HTH, WizLayer