From owner-freebsd-questions@FreeBSD.ORG Sun Sep 17 21:32:49 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org 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 9EFF816A415 for ; Sun, 17 Sep 2006 21:32:49 +0000 (UTC) (envelope-from albi@scii.nl) Received: from post-23.mail.nl.demon.net (post-23.mail.nl.demon.net [194.159.73.193]) by mx1.FreeBSD.org (Postfix) with ESMTP id B9AF043DDB for ; Sun, 17 Sep 2006 21:32:21 +0000 (GMT) (envelope-from albi@scii.nl) Received: from aseed.demon.nl ([83.160.138.119]:22562 helo=http.aseed.net) by post-23.mail.nl.demon.net with esmtp (Exim 4.51) id 1GP4FQ-0004X6-0J; Sun, 17 Sep 2006 21:32:20 +0000 Received: from amandla (217-19-30-147.dsl.cambrium.nl [217.19.30.147]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by http.aseed.net (Postfix) with ESMTP id 5023558274; Sun, 17 Sep 2006 23:32:34 +0200 (CEST) Date: Sun, 17 Sep 2006 23:32:18 +0200 From: albi To: Chris Maness Message-Id: <20060917233218.0be2280a.albi@scii.nl> In-Reply-To: <450DBC3C.8070701@chrismaness.com> References: <450DBC3C.8070701@chrismaness.com> X-Mailer: Sylpheed version 2.2.4 (GTK+ 2.8.20; i486-pc-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: Port Configuration X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 17 Sep 2006 21:32:49 -0000 On Sun, 17 Sep 2006 14:21:00 -0700 Chris Maness wrote: > The first time one builds a port (i.e. php5), a selection of > different modules or optional compatibility is shown to the user > (i.e. apache module). At this point one would make the appropriate > selections and continue with this build. However, I have noticed, if > a mistake is made, and you decide to deinstall and reinstall the > application, there is no such dialog screen again. You are stuck > with your old choices. I have dried to delete the whole port and > reinstall it. However, it still does not give you the dialog box > that allowed you to make the initial selection. How do I fix this? in the port-dir, do : make rmconfig (you can also look in /var/db/ports/) -- grtjs, albi