From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Mar 18 22:30:26 2006 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2BEC516A401 for ; Sat, 18 Mar 2006 22:30:26 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id A887543D5E for ; Sat, 18 Mar 2006 22:30:17 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k2IMUHHd020515 for ; Sat, 18 Mar 2006 22:30:17 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k2IMUH4F020514; Sat, 18 Mar 2006 22:30:17 GMT (envelope-from gnats) Resent-Date: Sat, 18 Mar 2006 22:30:17 GMT Resent-Message-Id: <200603182230.k2IMUH4F020514@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Edwin Groothuis Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1A25F16A423 for ; Sat, 18 Mar 2006 22:26:15 +0000 (UTC) (envelope-from edwin@mavetju.org) Received: from mail2out.barnet.com.au (mail2out.barnet.com.au [202.83.176.14]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8C9B643D48 for ; Sat, 18 Mar 2006 22:26:13 +0000 (GMT) (envelope-from edwin@mavetju.org) Received: by mail2out.barnet.com.au (Postfix, from userid 27) id 2B3B87073D7; Sun, 19 Mar 2006 09:26:12 +1100 (EST) Received: from mail2-auth.barnet.com.au (mail2.barnet.com.au [202.83.176.13]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "*.barnet.com.au", Issuer "BarNet Root Certificate Authority" (verified OK)) by mail2.barnet.com.au (Postfix) with ESMTP id 921BF7073D1 for ; Sun, 19 Mar 2006 09:26:11 +1100 (EST) Received: from k7.mavetju (edwin-3.int.barnet.com.au [10.10.12.2]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mail2-auth.barnet.com.au (Postfix) with ESMTP id 009667073BA for ; Sun, 19 Mar 2006 09:26:10 +1100 (EST) Received: by k7.mavetju (Postfix, from userid 1001) id 0E4AB26D; Sun, 19 Mar 2006 09:26:10 +1100 (EST) Message-Id: <20060318222610.0E4AB26D@k7.mavetju> Date: Sun, 19 Mar 2006 09:26:10 +1100 (EST) From: Edwin Groothuis To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/94661: [patch] bsd.sites.mk - be able to define favourite sourceforge download site X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Edwin Groothuis List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 18 Mar 2006 22:30:26 -0000 >Number: 94661 >Category: ports >Synopsis: [patch] bsd.sites.mk - be able to define favourite sourceforge download site >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sat Mar 18 22:30:16 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Edwin Groothuis >Release: FreeBSD 6.0-RELEASE i386 >Organization: - >Environment: System: FreeBSD k7.mavetju 6.0-RELEASE FreeBSD 6.0-RELEASE #0: Thu Nov 3 09:36:13 UTC 2005 root@x64.samsco.home:/usr/obj/usr/src/sys/GENERIC i386 >Description: This is an reactment: -------------------------- 8< ---------------- I'm sooooooooooooo tired of the sooooooooooo slow downloadspeed from the heanet sourceforge site, I would like to use the waaaaaaaaaay fast and local xxx site first. Why can't I just add MASTER_SITE_SOURCEFORGE_PREFERED=xxx to /etc/make.conf and be over with it? -------------------------- 8< ---------------- I know about IGNORE_MASTER_SITE_SOURCEFORGE, but I don't want to keep track of new sites which have been added. All I want to do to specify to try my local one first. >How-To-Repeat: >Fix: Index: bsd.sites.mk =================================================================== RCS file: /home/pcvs/ports/Mk/bsd.sites.mk,v retrieving revision 1.354 diff -u -r1.354 bsd.sites.mk --- bsd.sites.mk 22 Feb 2006 10:56:53 -0000 1.354 +++ bsd.sites.mk 18 Mar 2006 22:21:46 -0000 @@ -947,7 +947,7 @@ .endif .if !defined(IGNORE_MASTER_SITE_SOURCEFORGE) -.for mirror in heanet nchc optusnet kent ufpr surfnet jaist umn osdn +.for mirror in ${MASTER_SITE_SOURCEFORGE_PREFERED} heanet nchc optusnet kent ufpr surfnet jaist umn osdn MASTER_SITE_SOURCEFORGE+= \ http://${mirror}.dl.sourceforge.net/sourceforge/%SUBDIR%/ .endfor >Release-Note: >Audit-Trail: >Unformatted: