From owner-freebsd-stable@FreeBSD.ORG Thu Jan 4 21:39:44 2007 Return-Path: X-Original-To: freebsd-stable@freebsd.org Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id CE1C716A416 for ; Thu, 4 Jan 2007 21:39:44 +0000 (UTC) (envelope-from fcash@ocis.net) Received: from smtp.sd73.bc.ca (smtp.sd73.bc.ca [142.24.13.140]) by mx1.freebsd.org (Postfix) with ESMTP id B11A613C448 for ; Thu, 4 Jan 2007 21:39:44 +0000 (UTC) (envelope-from fcash@ocis.net) Received: from localhost (localhost [127.0.0.1]) by localhost.sd73.bc.ca (Postfix) with ESMTP id E91651A0007B8 for ; Thu, 4 Jan 2007 13:39:43 -0800 (PST) X-Virus-Scanned: Debian amavisd-new at smtp.sd73.bc.ca Received: from smtp.sd73.bc.ca ([127.0.0.1]) by localhost (smtp.sd73.bc.ca [127.0.0.1]) (amavisd-new, port 10024) with LMTP id ZIlMbPayEk36 for ; Thu, 4 Jan 2007 13:39:37 -0800 (PST) Received: from s10.sbo (s10.sbo [192.168.0.10]) by smtp.sd73.bc.ca (Postfix) with ESMTP id 17C531A0007AC for ; Thu, 4 Jan 2007 13:39:37 -0800 (PST) From: Freddie Cash To: freebsd-stable@freebsd.org Date: Thu, 4 Jan 2007 13:39:35 -0800 User-Agent: KMail/1.9.5 References: <438465.16988.qm@web32710.mail.mud.yahoo.com> <7c58fcfc0701040040w4c76096ej9edd28a7ef193681@mail.gmail.com> <200701041327.52134.dsyphers@u.washington.edu> In-Reply-To: <200701041327.52134.dsyphers@u.washington.edu> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200701041339.36221.fcash@ocis.net> Subject: Re: win32-codecs question ... X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Jan 2007 21:39:44 -0000 On Thursday 04 January 2007 01:27 pm, David Syphers wrote: > On Thursday 04 January 2007 00:40, Jose Alonso Cardenas Marquez wrote: > > why do you not use "make config" in multimedia/win32-codecs and you > > not select the QUICKTIME option? > Largely because I'd never heard of 'make config'. Thanks for > enlightening me. But... configurations like that are supposed to pop up > under a normal 'make', aren't they? If a port supports the OPTION framework, then the first time you run make it will pop up the blue screen where you select the options you want. These are saved in a text file called /var/db/ports//options. You can view saved options using "make showconfig". You can delete the saved options using "make rmconfig". And you can bring up the options screen at anytime using "make config". This is all nicely documented in the ports(7) man page. :) And there were a bunch of head's ups on the -ports mailing list back when this first hit the ports tree. I believe there's also a blurb about this in the handbook. And a mention of it in /usr/ports/UPDATING and/or /usr/ports/CHANGES. > And most ports work on a system > like 'make > WITHOUT_QUICKTIME=yes' or similar. Most ports use the OPTIONS framework, and more are being converted over to it all the time. Eventually, hopefully, all ports will use the OPTIONS framework, although there will always be a few items that can't be squeezed into OPTIONS that will require a -DWITH_BLAH or WITH_BLAH=whatever. -- Freddie Cash fcash@ocis.net