aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Engberg <diizzy@FreeBSD.org>2022-09-15 17:02:09 +0000
committerDaniel Engberg <diizzy@FreeBSD.org>2022-09-15 17:10:10 +0000
commitfda30768eddd87d0b432b2efa0915af7b19d4583 (patch)
tree44194509764711ca47ea2f306f485024ac8e2647
parent9566618d938f673af3edde707e7df44a8a3af204 (diff)
downloadports-fda30768eddd87d0b432b2efa0915af7b19d4583.tar.gz
ports-fda30768eddd87d0b432b2efa0915af7b19d4583.zip
Mk/bsd.sites.mk: Update MASTER_SITE_GCC entries
- Refresh mirror list with working mirrors and not stale mirrors - Drop ftp mirrors - Use main site as fallback Reviewed by: salvadore Differential Revision: https://reviews.freebsd.org/D36372
-rw-r--r--Mk/bsd.sites.mk22
1 files changed, 6 insertions, 16 deletions
diff --git a/Mk/bsd.sites.mk b/Mk/bsd.sites.mk
index f5029b7fcace..f4f92978b2c4 100644
--- a/Mk/bsd.sites.mk
+++ b/Mk/bsd.sites.mk
@@ -248,23 +248,13 @@ MASTER_SITE_FRUGALWARE+= \
.if !defined(IGNORE_MASTER_SITE_GCC)
MASTER_SITE_GCC+= \
https://mirrors.kernel.org/sourceware/gcc/%SUBDIR%/ \
- http://gcc.parentingamerica.com/%SUBDIR%/ \
- http://gcc.cybermirror.org/%SUBDIR%/ \
- http://gcc-uk.internet.bs/%SUBDIR%/ \
- http://www.netgull.com/gcc/%SUBDIR%/ \
- http://robotlab.itk.ppke.hu/gcc/%SUBDIR%/ \
- http://gcc.fyxm.net/%SUBDIR%/ \
https://ftp-stud.hs-esslingen.de/pub/Mirrors/sourceware.org/gcc/%SUBDIR%/ \
- ftp://ftp.funet.fi/pub/mirrors/sourceware.org/pub/gcc/%SUBDIR%/ \
- ftp://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.nluug.nl/mirror/languages/gcc/%SUBDIR%/ \
- ftp://ftp.mirrorservice.org/sites/sourceware.org/pub/gcc/%SUBDIR%/ \
- ftp://ftp.ntua.gr/pub/gnu/gcc/%SUBDIR%/
+ https://ftp.funet.fi/pub/mirrors/sourceware.org/pub/gcc/%SUBDIR%/ \
+ https://ftp.mpi-inf.mpg.de/pub/gnu/mirror/gcc.gnu.org/pub/gcc/%SUBDIR%/ \
+ https://mirrorservice.org/sites/sourceware.org/pub/gcc/%SUBDIR%/ \
+ http://mirror.koddos.net/gcc/%SUBDIR%/ \
+ http://ftp.ntua.gr/pub/gnu/gcc/%SUBDIR%/ \
+ http://gcc.gnu.org/pub/gcc/%SUBDIR%/
.endif
.if !defined(IGNORE_MASTER_SITE_GENTOO)