From owner-freebsd-ports Fri Sep 8 23:20:44 2000 Delivered-To: freebsd-ports@freebsd.org Received: from mail.hiwaay.net (fly.HiWAAY.net [208.147.154.56]) by hub.freebsd.org (Postfix) with ESMTP id 3B82C37B53A; Fri, 8 Sep 2000 23:20:41 -0700 (PDT) Received: from bonsai.hiwaay.net (tnt6-216-180-4-137.dialup.HiWAAY.net [216.180.4.137]) by mail.hiwaay.net (8.11.0/8.11.0) with ESMTP id e896Jg712770; Sat, 9 Sep 2000 01:19:42 -0500 (CDT) Received: (from steve@localhost) by bonsai.hiwaay.net (8.11.0/8.9.3) id e896JeB94323; Sat, 9 Sep 2000 01:19:40 -0500 (CDT) (envelope-from steve) Date: Sat, 9 Sep 2000 01:19:40 -0500 From: Steve Price To: Kris Kennaway Cc: Will Andrews , ports@FreeBSD.org Subject: Re: Ports Options Paper Message-ID: <20000909011940.F92984@bonsai.hiwaay.net> References: <20000909010404.D92984@bonsai.hiwaay.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2i In-Reply-To: ; from kris@FreeBSD.org on Fri, Sep 08, 2000 at 11:10:30PM -0700 X-Operating-System: FreeBSD 5.0-CURRENT i386 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Fri, Sep 08, 2000 at 11:10:30PM -0700, Kris Kennaway wrote: # # Could there be added an extra field to the INDEX which contains a list of # options the package should be built with, like # # |...other index stuff...|WITH_FOO,WITH_BAR,WITH_FOO+BAR # # the port makefile would then take care of giving the package a different # name for each of the 3 cases, a la Will or whatever. Possibly, but with only a package name like libick and WITH_FOO how does bsd.*.mk know what the name of the package is that has WITH_FOO? Among others it could be called libick-foo, libick_foo, libick+foo, ... Sure we could implement a set of guidelines that specified how the package names should work, but we all know how well that works. On the other hand if we could get the describe target to generate more than one entry, then we'd have a solution that wouldn't require changing the package building scripts and countless other scripts/programs that are currently laying about. -steve To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message