From owner-cvs-all Mon Jul 24 15:35:36 2000 Delivered-To: cvs-all@freebsd.org Received: from alcanet.com.au (mail.alcanet.com.au [203.62.196.10]) by hub.freebsd.org (Postfix) with ESMTP id 303A937BCC3; Mon, 24 Jul 2000 15:35:23 -0700 (PDT) (envelope-from jeremyp@gsmx07.alcatel.com.au) Received: by border.alcanet.com.au id <115240>; Tue, 25 Jul 2000 08:35:14 +1000 Content-return: prohibited Date: Tue, 25 Jul 2000 08:35:06 +1000 From: Peter Jeremy Subject: Re: cvs commit: ports/Mk bsd.port.mk In-reply-to: <200007191641.JAA57673@freefall.freebsd.org>; from asami@FreeBSD.ORG on Wed, Jul 19, 2000 at 09:41:23AM -0700 To: Satoshi Asami Cc: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Message-Id: <00Jul25.083514est.115240@border.alcanet.com.au> MIME-version: 1.0 X-Mailer: Mutt 1.0i Content-type: text/plain; charset=us-ascii References: <200007191641.JAA57673@freefall.freebsd.org> Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On 2000-Jul-19 09:41:23 -0700, Satoshi Asami wrote: >asami 2000/07/19 09:41:23 PDT > > Modified files: > Mk bsd.port.mk > Log: > (1) Add MASTER_SORT functionality. For instance, by setting > MASTER_SORT="foo.bar.co.jp bar.co.jp .jp" bsd.port.mk will try the > machine foo.bar.co.jp, then any machine in the domain bar.co.jp, > then any machine in the domain .jp. It might be useful for people > in an island (network-topologically speaking). > Submitted by: knu > Obtained from: NetBSD This breaks fetching from cdrom. Previously, if /cdrom/ports/distfile/ existed, it was the first thing searched for the distfile. After this change, external FTP sites are preferred to my local CD-ROM. This is undesirable. Peter To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message