From owner-freebsd-questions@FreeBSD.ORG Thu Apr 12 14:49:59 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 49E4E16A468 for ; Thu, 12 Apr 2007 14:49:59 +0000 (UTC) (envelope-from gerard@seibercom.net) Received: from wx-out-0506.google.com (wx-out-0506.google.com [66.249.82.228]) by mx1.freebsd.org (Postfix) with ESMTP id A8C5D13C4D3 for ; Thu, 12 Apr 2007 14:49:58 +0000 (UTC) (envelope-from gerard@seibercom.net) Received: by wx-out-0506.google.com with SMTP id s18so527072wxc for ; Thu, 12 Apr 2007 07:49:55 -0700 (PDT) Received: by 10.70.75.14 with SMTP id x14mr3476981wxa.1176389395855; Thu, 12 Apr 2007 07:49:55 -0700 (PDT) Received: from ?192.168.0.4? ( [67.189.184.224]) by mx.google.com with ESMTP id h10sm1073433wxd.2007.04.12.07.49.54; Thu, 12 Apr 2007 07:49:55 -0700 (PDT) Date: Thu, 12 Apr 2007 10:50:52 -0400 To: User Questions Organization: Seibercom.net In-Reply-To: <461E43EA.7080009@ibctech.ca> References: <461E43EA.7080009@ibctech.ca> X-Face: "\j?x](l|]4p?-1Bf@!wN<&p=$.}^k-HgL}cJKbQZ3r#Ar]\%U(#6}'?<3s7%(%(gxJxxcR nSNPNr*/^~StawWU9KDJ-CT0k$f#@t2^K&BS_f|?ZV/.7Q Message-Id: <20070412104847.B6DE.GERARD-SEIBERT@seibercom.net> MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 8bit X-Mailer: Becky! ver. 2.31 [en] From: Gerard Subject: Re: Port removal X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: User Questions List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 Apr 2007 14:49:59 -0000 On Thursday April 12, 2007 at 10:36:26 (AM) Steve Bertrand wrote: > > On RELENG_6_2, I'm going to be installing chillisoft from ports. > > However, when I first ran 'make', there was an initial configuration > window came up before compile. I selected the wrong options (I realized > this after the make was complete). I did not do a 'make install'. > > I tried to 'make clean', distclean then I removed the entire port from > the ports system and re 'supped it and still, when I run make again, the > configuration dialog does not appear. > > Am I missing something that I need to remove to put the port back to the > way it was before (so the config dialog will re-appear)? You should be able to run: make config from the port to reconfigure it. Perhaps running: make rmconfig first might work better. Be sure to do a 'make clean' before trying to build the port again. -- Gerard