From owner-freebsd-questions@FreeBSD.ORG Wed Apr 18 18:19:42 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 EC34B16A401 for ; Wed, 18 Apr 2007 18:19:42 +0000 (UTC) (envelope-from mksmith@adhost.com) Received: from mail-in01.adhost.com (mail-in01.adhost.com [216.211.128.146]) by mx1.freebsd.org (Postfix) with ESMTP id D3B9E13C483 for ; Wed, 18 Apr 2007 18:19:42 +0000 (UTC) (envelope-from mksmith@adhost.com) Received: from ad-exh01.adhost.lan (unknown [216.211.143.69]) by mail-in01.adhost.com (Postfix) with ESMTP id A4EF261C6F; Wed, 18 Apr 2007 11:19:42 -0700 (PDT) (envelope-from mksmith@adhost.com) X-MimeOLE: Produced By Microsoft Exchange V6.5 Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Date: Wed, 18 Apr 2007 11:19:43 -0700 Message-ID: <17838240D9A5544AAA5FF95F8D520316020181D0@ad-exh01.adhost.lan> In-Reply-To: <200704181216.28418.ray@stilltech.net> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: completly remove (or modify) a port Thread-Index: AceB5ebvgeuNkCecSOWWkChs/B2ccwAADGrQ References: <200704181216.28418.ray@stilltech.net> From: "Michael K. Smith - Adhost" To: , Cc: 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:19:43 -0000 Hello: > -----Original Message----- > From: owner-freebsd-questions@freebsd.org [mailto:owner-freebsd- > questions@freebsd.org] On Behalf Of Ray > Sent: Wednesday, April 18, 2007 11:16 AM > To: freebsd-questions@freebsd.org > Subject: completly remove (or modify) a port >=20 > 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. > Thanks, > Ray >=20 'make config' should do the trick. Regards, Mike