From owner-freebsd-ports@FreeBSD.ORG Wed Jun 13 14:26:44 2007 Return-Path: X-Original-To: ports@freebsd.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 1040416A400 for ; Wed, 13 Jun 2007 14:26:44 +0000 (UTC) (envelope-from vivek@khera.org) Received: from yertle.kcilink.com (thingy.kcilink.com [74.92.149.59]) by mx1.freebsd.org (Postfix) with ESMTP id D9D0E13C457 for ; Wed, 13 Jun 2007 14:26:43 +0000 (UTC) (envelope-from vivek@khera.org) Received: from [192.168.7.103] (host-103.int.kcilink.com [192.168.7.103]) by yertle.kcilink.com (Postfix) with ESMTP id 1E43FB80A for ; Wed, 13 Jun 2007 10:26:43 -0400 (EDT) In-Reply-To: <20070613093658.dk1r5iud8gssss0o@webmail.leidinger.net> References: <200706090936.51775.david@vizion2000.net> <20070609203316.GC71246@voodoo.bawue.com> <20070611151636.GA16517@lor.one-eyed-alien.net> <822946050706120826r75835defj2dbf76fc2ecfccb6@mail.gmail.com> <20070613093658.dk1r5iud8gssss0o@webmail.leidinger.net> Mime-Version: 1.0 (Apple Message framework v752.2) X-Priority: 3 (Normal) Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-Id: Content-Transfer-Encoding: 7bit From: Vivek Khera Date: Wed, 13 Jun 2007 10:26:42 -0400 To: ports@freebsd.org X-Mailer: Apple Mail (2.752.2) Cc: Subject: Re: ./options-descr file suggestion for ports 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: Wed, 13 Jun 2007 14:26:44 -0000 On Jun 13, 2007, at 3:36 AM, Alexander Leidinger wrote: > First there where no OPTIONS, then OPTIONS was introduced. If you > feel annoyed by those ports which are not converted yet to OPTIONS > (because nobody felt annoyed enough to convert them), feel free to > submit patches for them. personally, I'm annoyed by ports that use OPTIONS because I cannot then set them globally in my make.conf file (which is copied around to all my servers). I have to ensure that the proper OPTIONS are set on every machine on which I may build a port. Is it possible (and/or is anyone working on) a way to make the options setting non-interactive and pull the settings from a config file instead?