From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Dec 19 15:50:03 2008 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C4C301065676 for ; Fri, 19 Dec 2008 15:50:03 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id A13E28FC25 for ; Fri, 19 Dec 2008 15:50:03 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id mBJFo3bQ010458 for ; Fri, 19 Dec 2008 15:50:03 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id mBJFo32N010456; Fri, 19 Dec 2008 15:50:03 GMT (envelope-from gnats) Resent-Date: Fri, 19 Dec 2008 15:50:03 GMT Resent-Message-Id: <200812191550.mBJFo32N010456@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, Eygene Ryabinkin Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 78C871065670 for ; Fri, 19 Dec 2008 15:40:51 +0000 (UTC) (envelope-from rea-fbsd@codelabs.ru) Received: from 0.mx.codelabs.ru (0.mx.codelabs.ru [144.206.177.45]) by mx1.freebsd.org (Postfix) with ESMTP id 2666A8FC22 for ; Fri, 19 Dec 2008 15:40:50 +0000 (UTC) (envelope-from rea-fbsd@codelabs.ru) Received: from shadow.codelabs.ru (shadow.codelabs.ru [144.206.177.8]) by 0.mx.codelabs.ru with esmtps (TLSv1:CAMELLIA256-SHA:256) id 1LDhT7-0008V8-Nf for FreeBSD-gnats-submit@freebsd.org; Fri, 19 Dec 2008 18:40:49 +0300 Received: by shadow.codelabs.ru (Postfix, from userid 1001) id 5463D17119; Fri, 19 Dec 2008 18:40:49 +0300 (MSK) Message-Id: <20081219154049.5463D17119@shadow.codelabs.ru> Date: Fri, 19 Dec 2008 18:40:49 +0300 (MSK) From: Eygene Ryabinkin To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/129763: [patch] add HTTP locations of OpenBSD mirrors X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Eygene Ryabinkin List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 19 Dec 2008 15:50:03 -0000 >Number: 129763 >Category: ports >Synopsis: [patch] add HTTP locations of OpenBSD mirrors >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Fri Dec 19 15:50:03 UTC 2008 >Closed-Date: >Last-Modified: >Originator: Eygene Ryabinkin >Release: FreeBSD 7.1-PRERELEASE amd64 >Organization: Code Labs >Environment: System: FreeBSD 7.1-PRERELEASE amd64 >Description: Nowadays HTTP seems to be a better choice for the download protocol -- firewalling is much easier. OpenBSD has a bunch of HTTP mirrors, but FreeBSD ports infrastructure currently knows only about FTP ones. >How-To-Repeat: Look at /usr/ports/Mk/bsd.sites.mk, variable MASTER_SITE_OPENBSD. Look at http://www.openbsd.org/ftp.html#http to get HTTP mirrors list. >Fix: The following patch adds HTTP mirrors to bsd.sites.mk: --- Add-a-bunch-of-OpenBSD-HTTP-mirrors.diff begins here --- >From ab644cc3b7a94de1118bacea8e505a43f6fcc3d6 Mon Sep 17 00:00:00 2001 From: Eygene Ryabinkin Date: Fri, 19 Dec 2008 18:31:16 +0300 Signed-off-by: Eygene Ryabinkin --- Mk/bsd.sites.mk | 56 +++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 files changed, 56 insertions(+), 0 deletions(-) diff --git a/Mk/bsd.sites.mk b/Mk/bsd.sites.mk index e1930bb..7253603 100644 --- a/Mk/bsd.sites.mk +++ b/Mk/bsd.sites.mk @@ -857,6 +857,62 @@ MASTER_SITE_NVIDIA+= \ .if !defined(IGNORE_MASTER_SITE_OPENBSD) MASTER_SITE_OPENBSD+= \ + http://ftp.heanet.ie/pub/OpenBSD/%SUBDIR%/ \ + http://ftp.belnet.be/packages/openbsd/%SUBDIR%/ \ + http://mirrors.nic.funet.fi/pub/OpenBSD/%SUBDIR%/ \ + http://mirror.public-internet.co.uk/ftp/OpenBSD/%SUBDIR%/ \ + http://anga.funkfeuer.at/ftp/pub/OpenBSD/%SUBDIR%/ \ + http://spargel.kd85.com/ftp/pub/OpenBSD/%SUBDIR%/ \ + http://ftp.eu.openbsd.org/pub/OpenBSD/%SUBDIR%/ \ + http://obsd.cec.mtu.edu/pub/OpenBSD/%SUBDIR%/ \ + http://openbsd.noc.jgm.gov.ar/pub/OpenBSD/%SUBDIR%/ \ + http://ftp.iinet.net.au/pub/OpenBSD/%SUBDIR%/ \ + http://mirror.pacific.net.au/OpenBSD/%SUBDIR%/ \ + http://mirror.internode.on.net/pub/OpenBSD/%SUBDIR%/ \ + http://mirror.aarnet.edu.au/pub/OpenBSD/%SUBDIR%/ \ + http://ftp.wu-wien.ac.at/pub/OpenBSD/%SUBDIR%/ \ + http://ftp.das.ufsc.br/pub/OpenBSD/%SUBDIR%/ \ + http://mirrors.uol.com.br/pub/OpenBSD/%SUBDIR%/ \ + http://ivete.fis.unb.br/mirror/OpenBSD/%SUBDIR%/ \ + http://gulus.usherbrooke.ca/pub/distro/OpenBSD/%SUBDIR%/ \ + http://ftp.openbsd.dk/pub/OpenBSD/%SUBDIR%/ \ + http://ftp.dkuug.dk/pub/OpenBSD/%SUBDIR%/ \ + http://ftp.aso.ee/pub/OpenBSD/%SUBDIR%/ \ + http://ftp.estpak.ee/pub/OpenBSD/%SUBDIR%/ \ + http://ftp.jyu.fi/ftp/pub/OpenBSD/%SUBDIR%/ \ + http://ftp.arcane-networks.fr/pub/OpenBSD/%SUBDIR%/ \ + http://ftp-stud.fht-esslingen.de/pub/OpenBSD/%SUBDIR%/ \ + http://mirror.roothell.org/pub/OpenBSD/%SUBDIR%/ \ + http://artfiles.org/openbsd/%SUBDIR%/ \ + http://ftp.duth.gr/pub/OpenBSD/%SUBDIR%/ \ + http://ftp.cc.uoc.gr/mirrors/OpenBSD/%SUBDIR%/ \ + http://ftp.esat.net/pub/OpenBSD/%SUBDIR%/ \ + http://ftp.jaist.ac.jp/pub/OpenBSD/%SUBDIR%/ \ + http://ftp.kaist.ac.kr/pub/OpenBSD/%SUBDIR%/ \ + http://mirrors.gamevil.com/pub/OpenBSD/%SUBDIR%/ \ + http://mirror.hostfuss.com/pub/OpenBSD/%SUBDIR%/ \ + http://jane.tihlde.org/pub/OpenBSD/%SUBDIR%/ \ + http://ftp.task.gda.pl/pub/OpenBSD/%SUBDIR%/ \ + http://piotrkosoft.net/pub/OpenBSD/%SUBDIR%/ \ + http://ftp.fmed.uc.pt/pub/OpenBSD/%SUBDIR%/ \ + http://ftp.chg.ru/pub/OpenBSD/%SUBDIR%/ \ + http://www.obsd.si/pub/OpenBSD/%SUBDIR%/ \ + http://sunsite.rediris.es/pub/OpenBSD/%SUBDIR%/ \ + http://ftp.udc.es/OpenBSD/%SUBDIR%/ \ + http://ftp.netbsd.se/OpenBSD/%SUBDIR%/ \ + http://mirror.switch.ch/ftp/pub/OpenBSD/%SUBDIR%/ \ + http://ftp.tcc.edu.tw/pub/OpenBSD/%SUBDIR%/ \ + http://openbsd.cs.pu.edu.tw/%SUBDIR%/ \ + http://www.mirrorservice.org/pub/OpenBSD/%SUBDIR%/ \ + http://ftp.plig.net/pub/OpenBSD/%SUBDIR%/ \ + http://openbsd.berkeley.edu/pub/OpenBSD/%SUBDIR%/ \ + http://mirror.planetunix.net/pub/OpenBSD/%SUBDIR%/ \ + http://mirrors.24-7-solutions.net/pub/OpenBSD/%SUBDIR%/ \ + http://carroll.cac.psu.edu/pub/OpenBSD/%SUBDIR%/ \ + http://openbsd.mirrors.hoobly.com/%SUBDIR%/ \ + http://filedump.se.rit.edu/pub/OpenBSD/%SUBDIR%/ \ + http://mirror.rit.edu/pub/OpenBSD/%SUBDIR%/ \ + http://openbsd.mirror.frontiernet.net/pub/OpenBSD/%SUBDIR%/ \ ftp://ftp.openbsd.org/pub/OpenBSD/%SUBDIR%/ \ ftp://anga.funkfeuer.at/pub/OpenBSD/%SUBDIR%/ \ ftp://spargel.kd85.com/pub/OpenBSD/%SUBDIR%/ \ -- 1.6.0.4 --- Add-a-bunch-of-OpenBSD-HTTP-mirrors.diff ends here --- I put some bigger mirrors at the top of the list, otherwise the list is not modified, comparing to the original one from OpenBSD list. >Release-Note: >Audit-Trail: >Unformatted: