From owner-freebsd-questions@FreeBSD.ORG Wed Apr 18 18:20:29 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 2E49616A412 for ; Wed, 18 Apr 2007 18:20:29 +0000 (UTC) (envelope-from dan@dan.emsphone.com) Received: from dan.emsphone.com (dan.emsphone.com [199.67.51.101]) by mx1.freebsd.org (Postfix) with ESMTP id AEAEA13C4BE for ; Wed, 18 Apr 2007 18:20:28 +0000 (UTC) (envelope-from dan@dan.emsphone.com) Received: from dan.emsphone.com (dan@localhost [127.0.0.1]) by dan.emsphone.com (8.14.0/8.13.8) with ESMTP id l3IIKRYL099939 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Wed, 18 Apr 2007 13:20:27 -0500 (CDT) (envelope-from dan@dan.emsphone.com) Received: (from dan@localhost) by dan.emsphone.com (8.14.1/8.14.0/Submit) id l3IIKRVE099938; Wed, 18 Apr 2007 13:20:27 -0500 (CDT) (envelope-from dan) Date: Wed, 18 Apr 2007 13:20:27 -0500 From: Dan Nelson To: Ray Message-ID: <20070418182027.GH70813@dan.emsphone.com> References: <200704181216.28418.ray@stilltech.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200704181216.28418.ray@stilltech.net> X-OS: FreeBSD 6.2-STABLE User-Agent: Mutt/1.5.15 (2007-04-06) Cc: freebsd-questions@freebsd.org Subject: Re: completly remove (or modify) a port 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: Wed, 18 Apr 2007 18:20:29 -0000 In the last episode (Apr 18), Ray said: > Hello all, > I have been trying to work with postfix from the ports collection. > I need to rebuild it to include mysql support. I tried > #make deinstall > but a subsequent > #make install > doesn't give me the options screen. > what is the way to either remove the stored configuration file, or to manually > pass the parameters to make. A look at the Makefile and the other files > in /usr/ports/mail/postfix didn't turn up any hints. If you run "make config", it'll bring up the options page again. You could also delete the cahed options file at /var/db/ports/postfix/options and run "make". -- Dan Nelson dnelson@allantgroup.com