From owner-freebsd-stable@FreeBSD.ORG Tue Feb 26 12:49:49 2008 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B42D41065679; Tue, 26 Feb 2008 12:49:49 +0000 (UTC) (envelope-from petefrench@ticketswitch.com) Received: from angel.ticketswitch.com (angel.ticketswitch.com [IPv6:2002:57e0:1d4e::1]) by mx1.freebsd.org (Postfix) with ESMTP id 8B19A13C447; Tue, 26 Feb 2008 12:49:49 +0000 (UTC) (envelope-from petefrench@ticketswitch.com) Received: from [10.50.50.2] (helo=smaug.rattatosk) by angel.ticketswitch.com with esmtps (TLSv1:AES256-SHA:256) (Exim 4.68 (FreeBSD)) (envelope-from ) id 1JTzFk-000Nrf-Ah; Tue, 26 Feb 2008 12:49:48 +0000 Received: from dilbert.rattatosk ([10.50.50.6] helo=dilbert.ticketswitch.com) by smaug.rattatosk with esmtp (Exim 4.68 (FreeBSD)) (envelope-from ) id 1JTzFk-0002v9-8j; Tue, 26 Feb 2008 12:49:48 +0000 Received: from petefrench by dilbert.ticketswitch.com with local (Exim 4.69 (FreeBSD)) (envelope-from ) id 1JTzFk-00062o-7v; Tue, 26 Feb 2008 12:49:48 +0000 To: chris#@1command.com, koitsu@freebsd.org In-Reply-To: <20080226115904.GA29222@eos.sc1.parodius.com> Message-Id: From: Pete French Date: Tue, 26 Feb 2008 12:49:48 +0000 Cc: freebsd-stable@freebsd.org Subject: Re: make KNOBS 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: Tue, 26 Feb 2008 12:49:49 -0000 > Note that the phpmyadmin entry in our make.conf has no *functional* > purpose, because phpmyadmin uses the OPTIONS framework. It's used > solely as a "reminder" whenever I do "make rmconfig" and need to re-pick > what options to use. Is the idea to move all the ports over to the OPTIONS stuff ? That's going to be a real pain for those of us maintaining a lot of machines. I like to keep everything in make.conf too - I found that for Apache it is possible to do 'WITHOUT_APACHE_OPTIONS=yes' and then it uses the make.conf knbos crrectly - will other ports end up working like this as well ? cheers, -pete.