From owner-freebsd-questions@FreeBSD.ORG Thu Feb 24 05:50:01 2005 Return-Path: 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 9E55E16A4CF for ; Thu, 24 Feb 2005 05:50:01 +0000 (GMT) Received: from vms042pub.verizon.net (vms042pub.verizon.net [206.46.252.42]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6CBD943D1D for ; Thu, 24 Feb 2005 05:50:01 +0000 (GMT) (envelope-from ringworm01@gmail.com) Received: from ringworm.mechee.com ([4.26.84.7])0.04 <0ICE001HLIV78N10@vms042.mailsrvcs.net> for freebsd-questions@freebsd.org; Wed, 23 Feb 2005 23:50:00 -0600 (CST) Received: by ringworm.mechee.com (Postfix, from userid 1001) id AB4592CE741; Wed, 23 Feb 2005 21:45:21 -0800 (PST) Date: Wed, 23 Feb 2005 21:45:19 -0800 From: "Michael C. Shultz" In-reply-to: <7f54d7329db02fe9b73445d4e1281c71@lafn.org> To: freebsd-questions@freebsd.org Message-id: <200502232145.20516.ringworm01@gmail.com> MIME-version: 1.0 Content-type: text/plain; charset=iso-8859-1 Content-transfer-encoding: 7bit Content-disposition: inline References: <7f54d7329db02fe9b73445d4e1281c71@lafn.org> User-Agent: KMail/1.7.2 Subject: Re: Port Problem X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: ringworm01@gmail.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Feb 2005 05:50:01 -0000 On Wednesday 23 February 2005 09:35 pm, Doug Hardie wrote: > I seem to have done something to a port that is causing a problem. > The port is dspam and I first did a make on it. Up cam this nice > configuration option window (similar to sysinstall) where I select > what turns out to be incompatable options. However, that wasn't > obvious at the time. The patching and configuration completed > successfully. All the various required ports installed properly. > However, the make of dspam failed because of the incompatable > options. The error message made it all obvious. However, I can't > find a way to go back to that configuration option window to correct > the problem. > > Make just takes me back to the compile error. Removing the work > directory and the tar file results in a new download and then a > silent return to the same problem. Make clean does essentially the > same thing. The configuration options are being stored somewhere and > I suspect I need to delete them, but where? > run make rmconfig in the port's directory. -Mike