From owner-freebsd-ports@FreeBSD.ORG Mon Feb 7 22:11:15 2005 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 F029F16A4CE for ; Mon, 7 Feb 2005 22:11:15 +0000 (GMT) Received: from voodoo.oberon.net (voodoo.oberon.net [212.118.165.100]) by mx1.FreeBSD.org (Postfix) with ESMTP id AD75043D1D for ; Mon, 7 Feb 2005 22:11:15 +0000 (GMT) (envelope-from krion@voodoo.oberon.net) Received: from krion by voodoo.oberon.net with local (Exim 4.44 (FreeBSD)) id 1CyH6A-0003HS-Rn; Mon, 07 Feb 2005 23:11:14 +0100 Date: Mon, 7 Feb 2005 23:11:14 +0100 From: Kirill Ponomarew To: Adam Weinberger Message-ID: <20050207221114.GC7850@voodoo.oberon.net> References: <4207E715.7060001@magnesium.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4207E715.7060001@magnesium.net> X-NCC-Regid: de.oberon X-NIC-HDL: KP869-RIPE cc: ports@FreeBSD.org Subject: Re: Proposal: overridable bsd.sites.mk 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: Mon, 07 Feb 2005 22:11:16 -0000 On Mon, Feb 07, 2005 at 05:09:25PM -0500, Adam Weinberger wrote: > (this is a repost of a message that I inadvertantly sent to > ports-committers@. thanks to edwin for pointing that out to me.) > > What do you guys think of changing the +='s in bsd.sites.mk to ?='s? The > deal is this: say I have a specific AfterStep dist site that I want to > use, and I don't want the default listed sites to be attempted at all. > > As it stands now, there are two current solutions that I see: > * edit bsd.sites.mk after every cvsup > * put like 100 entries for that site in MASTER_SITE_AFTERSTEP > in /etc/make.conf and turn on RANDOMIZE_MASTER_SITES > > I propose a third solution: > Change the bsd.sites.mk to MASTER_SITE_AFTERSTEP?=, and then I can > define MASTER_SITE_AFTERSTEP to be whatever I want it to be. > > What do you think about this? Is there another solution that I'm > missing? Would this cause more problems than it would fix? MASTER_SITE_OVERRIDE would help in this case, but it's of course a global solution. -Kirill