From owner-freebsd-ports@FreeBSD.ORG Wed Sep 10 16:46:41 2003 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7D7B616A4BF for ; Wed, 10 Sep 2003 16:46:41 -0700 (PDT) Received: from mag.barnet.com.au (mag.barnet.com.au [218.185.88.3]) by mx1.FreeBSD.org (Postfix) with ESMTP id B524043FE3 for ; Wed, 10 Sep 2003 16:46:39 -0700 (PDT) (envelope-from edwin@mavetju.org) Received: from extmail.barnet.com.au (tim.direct.int.barnet.com.au [10.10.10.2]) by mag.barnet.com.au (Postfix) with ESMTP id 7189749BB; Thu, 11 Sep 2003 09:46:36 +1000 (EST) X-Viruscan-Id: <3F5FB7DC00000DE60122AB80@VIRUSCAN-127.0.0.1> Received: from k7.mavetju (tim.barnet.com.au [218.185.88.1]) by extmail.barnet.com.au (Postfix) with ESMTP id 4FD201E18; Thu, 11 Sep 2003 09:46:35 +1000 (EST) Received: by k7.mavetju (Postfix, from userid 1001) id 4CDAE6A7101; Thu, 11 Sep 2003 09:46:34 +1000 (EST) Date: Thu, 11 Sep 2003 09:46:34 +1000 From: Edwin Groothuis To: Oliver Eikemeier Message-ID: <20030910234634.GE830@k7.mavetju> References: <3F5FB5AC.5080403@fillmore-labs.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <3F5FB5AC.5080403@fillmore-labs.com> User-Agent: Mutt/1.4.1i cc: ports@FreeBSD.org Subject: Re: REMINDER: Ports freeze starts tomorrow! X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 10 Sep 2003 23:46:41 -0000 On Thu, Sep 11, 2003 at 01:37:16AM +0200, Oliver Eikemeier wrote: > Is there anything about bsd.components.mk on the net or is it just the > latest-and-greatest-super-secret-FreeBSD-enhancement-project? It would reduce the overhead of USE_GMAKE= yes USE_GNUCONFIGURE= yes USE_REINPLACE= yes USE_BZIP2= yes USE_THISANDTHAT= yes into USE_COMPONENTS= gmake gnu-configure reinplace bzip2 thisandthat If you later on obsolete USE_BZIP2 (for whatever reason), all you have to do is add a check for 'bzip2' in the components handling and you know immediatly when somebody is using that obsolete option. At least that's what I understoof from it :-) Edwin -- Edwin Groothuis | Personal website: http://www.mavetju.org edwin@mavetju.org | Weblog: http://www.mavetju.org/weblog/weblog.php