From owner-freebsd-questions@FreeBSD.ORG Mon Nov 9 21:14:14 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id CBC091065676 for ; Mon, 9 Nov 2009 21:14:14 +0000 (UTC) (envelope-from keramida@ceid.upatras.gr) Received: from poseidon.ceid.upatras.gr (poseidon.ceid.upatras.gr [150.140.141.169]) by mx1.freebsd.org (Postfix) with ESMTP id 7669F8FC15 for ; Mon, 9 Nov 2009 21:14:14 +0000 (UTC) Received: from mail.ceid.upatras.gr (unknown [10.1.0.143]) by poseidon.ceid.upatras.gr (Postfix) with ESMTP id A922BEB47AD; Mon, 9 Nov 2009 23:14:13 +0200 (EET) Received: from localhost (europa.ceid.upatras.gr [127.0.0.1]) by mail.ceid.upatras.gr (Postfix) with ESMTP id 8BE8B45327; Mon, 9 Nov 2009 23:14:13 +0200 (EET) X-Virus-Scanned: amavisd-new at ceid.upatras.gr Received: from mail.ceid.upatras.gr ([127.0.0.1]) by localhost (europa.ceid.upatras.gr [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 2q1M71gqu7H0; Mon, 9 Nov 2009 23:14:13 +0200 (EET) Received: from kobe.laptop (ppp-94-64-244-12.home.otenet.gr [94.64.244.12]) by mail.ceid.upatras.gr (Postfix) with ESMTP id 5343C45326; Mon, 9 Nov 2009 23:14:13 +0200 (EET) Received: from kobe.laptop (kobe.laptop [127.0.0.1]) by kobe.laptop (8.14.3/8.14.3) with ESMTP id nA9LECbf006639 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Mon, 9 Nov 2009 23:14:12 +0200 (EET) (envelope-from keramida@ceid.upatras.gr) Received: (from keramida@localhost) by kobe.laptop (8.14.3/8.14.3/Submit) id nA9LEC0S006635; Mon, 9 Nov 2009 23:14:12 +0200 (EET) (envelope-from keramida@ceid.upatras.gr) From: Giorgos Keramidas To: lconrad@Go2France.com References: <200911092158.AA2606170292@mail.Go2France.com> Date: Mon, 09 Nov 2009 23:14:12 +0200 In-Reply-To: <200911092158.AA2606170292@mail.Go2France.com> (Len Conrad's message of "Mon, 9 Nov 2009 21:58:16 +0100") Message-ID: <87ljif9za3.fsf@kobe.laptop> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1.50 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: freebsd-questions@freebsd.org Subject: Re: how to show "make configure" menu after initial make 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: Mon, 09 Nov 2009 21:14:14 -0000 On Mon, 9 Nov 2009 21:58:16 +0100, "Len Conrad" wrote: > subsequent "make configure" simply uses the original menu choices with > no re-display of the menu to change the options There is a subtle but important difference between 'make config' and 'make configure' for ports: * 'make configure' runs any autoconf scripts included in the port. * 'make config', on the other hand, launches the port menu. So you can re-configure a port by typing 'make config'. This will load any options from the /var/db/ports/PORTNAME/options file, launch the menu you are looking for, and save the new options when you are done.