From owner-freebsd-questions@FreeBSD.ORG Fri Dec 23 14:50:25 2005 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 F27AE16A41F for ; Fri, 23 Dec 2005 14:50:24 +0000 (GMT) (envelope-from ringworm01@gmail.com) Received: from zproxy.gmail.com (zproxy.gmail.com [64.233.162.206]) by mx1.FreeBSD.org (Postfix) with ESMTP id E0A7A43D70 for ; Fri, 23 Dec 2005 14:50:20 +0000 (GMT) (envelope-from ringworm01@gmail.com) Received: by zproxy.gmail.com with SMTP id 9so663931nzo for ; Fri, 23 Dec 2005 06:50:20 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:from:to:subject:date:user-agent:cc:references:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:message-id; b=EhDzc2/akQLUMGQsjby2Gr1qdhgsq5D5L2LLeKxCUz162r+A9RmkM5GCT/Ji4rkotUgwdClm2A1K4ExKc655WDUpjBAD99wmI7ZCDXFLtoL51tnQodJOS7tjN98Sj4i7hSHdEr09s4z7W3C3s6sUkSmHNldHmqIcAotiF+aW73w= Received: by 10.36.33.4 with SMTP id g4mr47921nzg; Fri, 23 Dec 2005 06:50:19 -0800 (PST) Received: from ringworm.mechee.com ( [71.102.14.129]) by mx.gmail.com with ESMTP id r1sm1782279nzd.2005.12.23.06.50.17; Fri, 23 Dec 2005 06:50:17 -0800 (PST) From: "Michael C. Shultz" To: freebsd-questions@freebsd.org Date: Fri, 23 Dec 2005 06:50:15 -0800 User-Agent: KMail/1.8.3 References: <20051223110015.97795.qmail@web54406.mail.yahoo.com> <20051223064508.A44D.GERARD@seibercom.net> In-Reply-To: <20051223064508.A44D.GERARD@seibercom.net> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200512230650.15479.ringworm01@gmail.com> Cc: Subject: Re: re-installing applications using ports 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: Fri, 23 Dec 2005 14:50:25 -0000 On Friday 23 December 2005 03:48, Gerard Seibert wrote: > On Friday, December 23, 2005 6:00:15 AM > Robert Stevenson > Subject: re-installing applications using ports > > Wrote these words of wisdom: > > I have begun an installation using the ports > > collection but later I decided to cancel it so I could > > change some install options. When I start installation > > again I get the message " Found saved configuration > > for ..... " then immediately begins compiling. I could > > no longer see the installation menu where I could set > > the options. > > > > The questions is, how do I re-initialize the > > installation process so I could go to the installation > > menu once more and set the options? > > ***** REPLY SEPARATOR ***** > On 10/11/2005 5:29:42 PM, Gerard Replied: > > I would use: 'make distclean' to clean out everything that you started > doing. > > Then I believe you can use this: > > make config > > or > > make config-recursive > > to reconfigure the port. The latter might be the better way for you. When I want to reconfigure everything I just rm -r /var/db/ports first :) -Mike