From owner-freebsd-questions@FreeBSD.ORG Thu Apr 12 15:11:18 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 D619C16A402 for ; Thu, 12 Apr 2007 15:11:18 +0000 (UTC) (envelope-from tom@tomjudge.com) Received: from s200aog11.obsmtp.com (s200aog11.obsmtp.com [207.126.144.125]) by mx1.freebsd.org (Postfix) with SMTP id 25F6B13C448 for ; Thu, 12 Apr 2007 15:11:17 +0000 (UTC) (envelope-from tom@tomjudge.com) Received: from source ([217.206.187.80]) by eu1sys200aob011.postini.com ([207.126.147.11]) with SMTP; Thu, 12 Apr 2007 15:11:16 UTC Received: from [10.0.0.89] (bill.mintel.co.uk [10.0.0.89]) by rodney.mintel.co.uk (Postfix) with ESMTP id 342B6181426; Thu, 12 Apr 2007 15:42:47 +0100 (BST) Message-ID: <461E4590.5060405@tomjudge.com> Date: Thu, 12 Apr 2007 15:43:28 +0100 From: Tom Judge User-Agent: Thunderbird 1.5.0.10 (X11/20070306) MIME-Version: 1.0 To: usleepless@gmail.com References: <461E43EA.7080009@ibctech.ca> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: Steve Bertrand , freebsd-questions@freebsd.org Subject: Re: Port removal 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: Thu, 12 Apr 2007 15:11:18 -0000 usleepless@gmail.com wrote: > Steve, > > On 4/12/07, Steve Bertrand wrote: >> Hi all, >> >> 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)? > > #cd /var/db/ports > #ls > #rm -rf chilliwhatever > > or edit "options" with an editor. > Did you try "make config"? Tom