diff options
author | marino <marino@FreeBSD.org> | 2014-01-03 03:16:50 +0800 |
---|---|---|
committer | marino <marino@FreeBSD.org> | 2014-01-03 03:16:50 +0800 |
commit | 5f48f5a8617d465a46a5b841e059285c0b865c1f (patch) | |
tree | 0f579a0f41050ce45c12d1ebe9b8a48584a2d4f9 /Mk | |
parent | 91fe61ad0a478f12f5c3706a3a9b7d63e82b4865 (diff) | |
download | freebsd-ports-gnome-5f48f5a8617d465a46a5b841e059285c0b865c1f.tar.gz freebsd-ports-gnome-5f48f5a8617d465a46a5b841e059285c0b865c1f.tar.zst freebsd-ports-gnome-5f48f5a8617d465a46a5b841e059285c0b865c1f.zip |
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 <http://gcc.gnu.org/mirrors.html>
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.
Diffstat (limited to 'Mk')
-rw-r--r-- | Mk/bsd.sites.mk | 19 |
1 files changed, 13 insertions, 6 deletions
diff --git a/Mk/bsd.sites.mk b/Mk/bsd.sites.mk index e7c15876ba69..1bf415302ad9 100644 --- a/Mk/bsd.sites.mk +++ b/Mk/bsd.sites.mk @@ -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) |