From owner-svn-ports-all@FreeBSD.ORG Thu Jan 2 19:16:51 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 662A8343; Thu, 2 Jan 2014 19:16:51 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 37BE1185E; Thu, 2 Jan 2014 19:16:51 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id s02JGpb3042320; Thu, 2 Jan 2014 19:16:51 GMT (envelope-from marino@svn.freebsd.org) Received: (from marino@localhost) by svn.freebsd.org (8.14.7/8.14.7/Submit) id s02JGpw8042319; Thu, 2 Jan 2014 19:16:51 GMT (envelope-from marino@svn.freebsd.org) Message-Id: <201401021916.s02JGpw8042319@svn.freebsd.org> From: John Marino Date: Thu, 2 Jan 2014 19:16:51 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r338466 - head/Mk X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Jan 2014 19:16:51 -0000 Author: marino Date: Thu Jan 2 19:16:50 2014 New Revision: 338466 URL: http://svnweb.freebsd.org/changeset/ports/338466 Log: Mk/bsd.sites.mk: Update GCC mirrors The GCC mirror site list had gotten stale. A few sites have been down for months. A few more sites may have rearranged their directory tree because the distfiles are no longer under "releases" folder (that folder had been removed and it's part of the MASTER_SITE_SUBDIR so the fetch fails even though the distfile is actually on the server). The broken mirrors were removed. The file was checked for new mirrors, all of which are http://-based. These were put above ftp://-based mirrors in priority. Moreover, the MASTER_SITE_SOURCEWARE variable was manually expanded excluding the notoriously slow Austrian mirror (gd.tuwien.ac.at) and distributing the remaining three sites leaving the first at the top of the list as it always has been. Modified: head/Mk/bsd.sites.mk Modified: head/Mk/bsd.sites.mk ============================================================================== --- head/Mk/bsd.sites.mk Thu Jan 2 18:30:14 2014 (r338465) +++ head/Mk/bsd.sites.mk Thu Jan 2 19:16:50 2014 (r338466) @@ -443,20 +443,27 @@ MASTER_SITE_FRUGALWARE+= \ .if !defined(IGNORE_MASTER_SITE_GCC) MASTER_SITE_GCC+= \ - ${MASTER_SITE_SOURCEWARE:S,%SUBDIR%,gcc/&,} \ + http://mirrors.kernel.org/sources.redhat.com/gcc/%SUBDIR%/ \ + http://gcc.parentingamerica.com/%SUBDIR%/ \ + http://gcc.skazkaforyou.com/%SUBDIR%/ \ + http://gcc.cybermirror.org/%SUBDIR%/ \ + http://gcc-uk.internet.bs/%SUBDIR%/ \ + http://www.netgull.com/gcc/%SUBDIR%/ \ + http://mirrors.webhostinggeeks.com/gcc/%SUBDIR%/ \ + http://robotlab.itk.ppke.hu/gcc/%SUBDIR%/ \ + http://gcc.fyxm.net/%SUBDIR%/ \ + http://gcc.igor.onlinedirect.bg/%SUBDIR%/ \ + http://ftp.cs.pu.edu.tw/Linux/sourceware/gcc/%SUBDIR%/ \ + ftp://ftp.funet.fi/pub/mirrors/sources.redhat.com/pub/gcc/%SUBDIR%/ \ ftp://gcc.gnu.org/pub/gcc/%SUBDIR%/ \ - ftp://mirrors.laffeycomputer.com/pub/gcc.gnu.org/pub/gcc/%SUBDIR%/ \ ftp://ftp.lip6.fr/pub/gcc/%SUBDIR%/ \ ftp://ftp.irisa.fr/pub/mirrors/gcc.gnu.org/gcc/%SUBDIR%/ \ ftp://ftp.uvsq.fr/pub/gcc/%SUBDIR%/ \ ftp://ftp.gwdg.de/pub/misc/gcc/%SUBDIR%/ \ ftp://ftp.mpi-sb.mpg.de/pub/gnu/mirror/gcc.gnu.org/pub/gcc/%SUBDIR%/ \ - ftp://ftp.iij.ad.jp/pub/gnu/gnu/gcc/%SUBDIR%/ \ - ftp://ftp.dti.ad.jp/pub/lang/gcc/%SUBDIR%/ \ ftp://ftp.nluug.nl/mirror/languages/gcc/%SUBDIR%/ \ ftp://ftp.mirrorservice.org/sites/sourceware.org/pub/gcc/%SUBDIR%/ \ - ftp://ftp.ntua.gr/pub/gnu/gcc/%SUBDIR%/ \ - ftp://mirror.aarnet.edu.au/pub/gnu/gcc/%SUBDIR%/ + ftp://ftp.ntua.gr/pub/gnu/gcc/%SUBDIR%/ .endif .if !defined(IGNORE_MASTER_SITE_GENTOO)