From owner-freebsd-questions@FreeBSD.ORG Thu Apr 12 14:41:43 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 5936E16A405 for ; Thu, 12 Apr 2007 14:41:43 +0000 (UTC) (envelope-from xfb52@dial.pipex.com) Received: from smtp-out3.blueyonder.co.uk (smtp-out3.blueyonder.co.uk [195.188.213.6]) by mx1.freebsd.org (Postfix) with ESMTP id 1D24613C457 for ; Thu, 12 Apr 2007 14:41:43 +0000 (UTC) (envelope-from xfb52@dial.pipex.com) Received: from [172.23.170.144] (helo=anti-virus03-07) by smtp-out3.blueyonder.co.uk with smtp (Exim 4.52) id 1Hc0UX-0001G7-M2; Thu, 12 Apr 2007 15:41:41 +0100 Received: from [62.31.10.181] (helo=[192.168.0.2]) by asmtp-out3.blueyonder.co.uk with esmtp (Exim 4.52) id 1Hc0UT-0007sq-Sa; Thu, 12 Apr 2007 15:41:37 +0100 Message-ID: <461E451B.5000707@dial.pipex.com> Date: Thu, 12 Apr 2007 15:41:31 +0100 From: Alex Zbyslaw User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-GB; rv:1.7.13) Gecko/20061205 X-Accept-Language: en MIME-Version: 1.0 To: Steve Bertrand References: <461E43EA.7080009@ibctech.ca> In-Reply-To: <461E43EA.7080009@ibctech.ca> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: 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 14:41:43 -0000 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. > > "make config" (re)does the config "make rmconfig" removes a config so that running "make" will ask you the questions again. All information courtesy of "man ports". --Alex