diff options
author | trevor <trevor@FreeBSD.org> | 2003-10-21 15:53:54 +0800 |
---|---|---|
committer | trevor <trevor@FreeBSD.org> | 2003-10-21 15:53:54 +0800 |
commit | 4d28b430bebaaec7f3100126a9d95ea6a2595f11 (patch) | |
tree | 85241421578d0c5cb2773f44c618aa71c160486e /Mk/bsd.sites.mk | |
parent | 4dde89d653056c643fba6d881ef9c915bbfc1dae (diff) | |
download | freebsd-ports-gnome-4d28b430bebaaec7f3100126a9d95ea6a2595f11.tar.gz freebsd-ports-gnome-4d28b430bebaaec7f3100126a9d95ea6a2595f11.tar.zst freebsd-ports-gnome-4d28b430bebaaec7f3100126a9d95ea6a2595f11.zip |
Add more GCC sites.
Obtained from: <URL:http://gcc.gnu.org/mirrors.html>
Diffstat (limited to 'Mk/bsd.sites.mk')
-rw-r--r-- | Mk/bsd.sites.mk | 33 |
1 files changed, 32 insertions, 1 deletions
diff --git a/Mk/bsd.sites.mk b/Mk/bsd.sites.mk index 7415bf5aeb0e..e71f3036245b 100644 --- a/Mk/bsd.sites.mk +++ b/Mk/bsd.sites.mk @@ -231,9 +231,40 @@ MASTER_SITE_GCC+= \ ${MASTER_SITE_SOURCEWARE:S,%SUBDIR%,gcc/&,} \ http://gcc.software-archive.net/%SUBDIR%/ \ http://gcc.get-software.com/%SUBDIR%/ \ + http://mirrors.rcn.net/pub/sourceware/gcc/%SUBDIR%/ \ + http://www.binarycode.org/gcc/%SUBDIR%/ \ ftp://gcc.gnu.org/pub/gcc/%SUBDIR%/ \ + ftp://mirrors.rcn.net/pub/sourceware/gcc/%SUBDIR%/ \ + ftp://mirrors.laffeycomputer.com/pub/gcc.gnu.org/pub/gcc/%SUBDIR%/ \ + ftp://gd.tuwien.ac.at/gnu/gcc/%SUBDIR%/ \ + ftp://ftp.funet.fi/pub/mirrors/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.club-internet.fr/pub/gcc/%SUBDIR%/ \ + ftp://ftp.fu-berlin.de/unix/gnu/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.eos.hokudai.ac.jp/pub/gcc/%SUBDIR%/ \ ftp://ftp.iij.ad.jp/pub/gcc/%SUBDIR%/ \ - ftp://ftp.dti.ad.jp/pub/lang/gcc/%SUBDIR%/ + ftp://ftp.dti.ad.jp/pub/lang/gcc/%SUBDIR%/ \ + ftp://ring.aist.go.jp/pub/GNU/gcc/%SUBDIR%/ \ + ftp://ring.etl.go.jp/pub/lang/egcs/%SUBDIR%/ \ + ftp://ring.crl.go.jp/pub/GNU/gcc/%SUBDIR%/ \ + ftp://core.ring.gr.jp/pub/GNU/gcc/%SUBDIR%/ \ + ftp://ftp.ring.gr.jp/pub/GNU/gcc/%SUBDIR%/ \ + ftp://ftp.nluug.nl/mirror/languages/gcc%SUBDIR%/ \ + ftp://ftp.task.gda.pl/pub/gnu/gcc/%SUBDIR%/ \ + ftp://sunsite.icm.edu.pl/pub/gnu/gcc/%SUBDIR%/ \ + ftp://ftp1.sinica.edu.tw/pub3/GNU/CYGNUS/gcc/%SUBDIR%/ \ + ftp://ftp.nctu.edu.tw/computer-languages/C/gcc/%SUBDIR%/ \ + ftp://ftp.mirror.ac.uk/sites/sources.redhat.com/pub/gcc/%SUBDIR%/ \ + ftp://ftp.softaplic.com.br/pub/sourceware/gcc/%SUBDIR%/ \ + ftp://linux.ihep.su/pub/cygnus/egcs/%SUBDIR%/ \ + ftp://ftp.ntua.gr/pub/gnu/gcc/%SUBDIR%/ \ + ftp://mirror.aarnet.edu.au/pub/gcc/%SUBDIR%/ \ + ftp://linux.sarang.net/pub/mirror/gnu/gnu/gcc/%SUBDIR%/ \ + ftp://ftp.sun.ac.za/mirrorsites/sourceware.cygnus.com/pub/gcc/%SUBDIR%/ MASTER_SITE_GENTOO+= \ http://www.ibiblio.org/pub/Linux/distributions/gentoo/%SUBDIR%/ \ |