diff options
author | pgollucci <pgollucci@FreeBSD.org> | 2010-01-07 12:49:40 +0800 |
---|---|---|
committer | pgollucci <pgollucci@FreeBSD.org> | 2010-01-07 12:49:40 +0800 |
commit | ed1f86b1af1de00b53c31ead7f309513ef2bbc9f (patch) | |
tree | 3ef0d79b2d98f5f4dff8900afc60fadb73ef462c /Mk | |
parent | abb0f2c54347748b55d82a04d0a55161c33765b0 (diff) | |
download | freebsd-ports-gnome-ed1f86b1af1de00b53c31ead7f309513ef2bbc9f.tar.gz freebsd-ports-gnome-ed1f86b1af1de00b53c31ead7f309513ef2bbc9f.tar.zst freebsd-ports-gnome-ed1f86b1af1de00b53c31ead7f309513ef2bbc9f.zip |
The Java front-end for lang/gcc42 downloads a DISTFILE from MASTER_SITE_SOURCEWARE.
There are only 2 sites defined as sourceware.org mirrors, and some
PR: ports/142393
Submitted by: glarkin
Tested by: several p6 tb runs
Diffstat (limited to 'Mk')
-rw-r--r-- | Mk/bsd.sites.mk | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/Mk/bsd.sites.mk b/Mk/bsd.sites.mk index 35c12c2da6d0..c42c48b5b329 100644 --- a/Mk/bsd.sites.mk +++ b/Mk/bsd.sites.mk @@ -1184,7 +1184,11 @@ MASTER_SITE_SOURCEFORGE_JP+= \ .if !defined(IGNORE_MASTER_SITE_SOURCEWARE) MASTER_SITE_SOURCEWARE+= \ ftp://ftp.funet.fi/pub/mirrors/sources.redhat.com/pub/%SUBDIR%/ \ - ftp://ftp-stud.fht-esslingen.de/pub/Mirrors/sources.redhat.com/%SUBDIR%/ + ftp://ftp-stud.fht-esslingen.de/pub/Mirrors/sources.redhat.com/%SUBDIR%/ \ + http://mirrors.kernel.org/sources.redhat.com/%SUBDIR%/ \ + http://gd.tuwien.ac.at/gnu/sourceware/%SUBDIR%/ \ + http://sources-redhat.mirrors.airband.net/%SUBDIR%/ \ + http://ftp.cs.pu.edu.tw/Linux/sourceware/%SUBDIR%/ .endif .if !defined(IGNORE_MASTER_SITE_SUNSITE) |