svn commit: r338466 - head/Mk

John Marino marino at FreeBSD.org
Thu Jan 2 19:16:51 UTC 2014


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 <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.

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)


More information about the svn-ports-all mailing list