From owner-freebsd-ports@FreeBSD.ORG Thu Aug 16 20:05:52 2007 Return-Path: Delivered-To: ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id F416A16A41B for ; Thu, 16 Aug 2007 20:05:51 +0000 (UTC) (envelope-from jdc@parodius.com) Received: from mx01.sc1.parodius.com (mx01.sc1.parodius.com [72.20.106.3]) by mx1.freebsd.org (Postfix) with ESMTP id E24AE13C458 for ; Thu, 16 Aug 2007 20:05:51 +0000 (UTC) (envelope-from jdc@parodius.com) Received: by mx01.sc1.parodius.com (Postfix, from userid 1000) id B24CC1CC02B; Thu, 16 Aug 2007 13:05:51 -0700 (PDT) Date: Thu, 16 Aug 2007 13:05:51 -0700 From: Jeremy Chadwick To: Pablo Murillo Message-ID: <20070816200551.GA25826@eos.sc1.parodius.com> Mail-Followup-To: Pablo Murillo , ports@FreeBSD.org References: <011101c7e03b$8976b920$a601a8c0@killermovil> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <011101c7e03b$8976b920$a601a8c0@killermovil> User-Agent: Mutt/1.5.16 (2007-06-09) Cc: ports@FreeBSD.org Subject: Re: Stupid question X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Aug 2007 20:05:52 -0000 On Thu, Aug 16, 2007 at 04:26:48PM -0300, Pablo Murillo wrote: > My name is Pablo, I'm from Argentina, I'm new on FreeBSD, and I have a very > stupid question about ports > How can I "re-make" a port and change the options selected the first time I > make the port ? > For example, I make the port for assp (/usr/ports/mail/assp) and I don't > have MySQL installed, and I hit Enter to quickly (sorry), and now, I can't > get the "options" screen again. You can use "make config" to select options at any time. If you need to revert to the original defaults, you can do: # rm -fr /var/db/ports/assp/* # cd /usr/ports/mail/assp # make config -- | Jeremy Chadwick jdc at parodius.com | | Parodius Networking http://www.parodius.com/ | | UNIX Systems Administrator Mountain View, CA, USA | | Making life hard for others since 1977. PGP: 4BD6C0CB |