From owner-freebsd-stable@FreeBSD.ORG Thu Jan 4 22:06:18 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 A57E416A415 for ; Thu, 4 Jan 2007 22:06:18 +0000 (UTC) (envelope-from swhetzel@gmail.com) Received: from nz-out-0506.google.com (nz-out-0506.google.com [64.233.162.237]) by mx1.freebsd.org (Postfix) with ESMTP id 6B6BE13C467 for ; Thu, 4 Jan 2007 22:06:18 +0000 (UTC) (envelope-from swhetzel@gmail.com) Received: by nz-out-0506.google.com with SMTP id i11so3051044nzh for ; Thu, 04 Jan 2007 14:06:17 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=dIJtxuDDq9+ekFIEJ+IimJEfA3Vl/vHLb9GbEYCwBKa55ztlIxFp2cbqhVRjZlodrs1hpRKJh6Q+D6tNQiisB4wfgam0MvRxYzcbTNZHrh3Gu8kzP4x+avslHVIm6tGlyOPQuZ4irC16aaCwaGMfqigQu4Md/GMqMtsD2y4QuQQ= Received: by 10.65.154.10 with SMTP id g10mr14848257qbo.1167948377822; Thu, 04 Jan 2007 14:06:17 -0800 (PST) Received: by 10.65.61.1 with HTTP; Thu, 4 Jan 2007 14:06:17 -0800 (PST) Message-ID: <790a9fff0701041406x7d038294xe2e140f2182b02a8@mail.gmail.com> Date: Thu, 4 Jan 2007 16:06:17 -0600 From: "Scot Hetzel" To: "David Syphers" In-Reply-To: <200701041327.52134.dsyphers@u.washington.edu> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <438465.16988.qm@web32710.mail.mud.yahoo.com> <200701032338.44752.dsyphers@u.washington.edu> <7c58fcfc0701040040w4c76096ej9edd28a7ef193681@mail.gmail.com> <200701041327.52134.dsyphers@u.washington.edu> Cc: freebsd-stable@freebsd.org 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 22:06:18 -0000 On 1/4/07, 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? And most ports work on a system like 'make > WITHOUT_QUICKTIME=yes' or similar. > The options menu only appears the first time you build the port. Then the next time you build the port, if the /var/db/ports//options file exists, it won't show the options menu again. The only way to override these options is to use 'make config' or 'make rmconfig'. 'make rmconfig' removes the options file, so the next time you build the port, the options menus will appear. To see the current settings: make showconfig Ports that use the options menu don't allow you to use 'make WITHOUT_QUICKTIME=yes' or entries in /etc/make.conf to override the options. Scot -- DISCLAIMER: No electrons were mamed while sending this message. Only slightly bruised.