diff options
author | FUJISHIMA Satsuki <sf@FreeBSD.org> | 2001-01-18 18:27:51 +0000 |
---|---|---|
committer | FUJISHIMA Satsuki <sf@FreeBSD.org> | 2001-01-18 18:27:51 +0000 |
commit | 4e93ddd34f465a0f4e2868c52921665abdca76fa (patch) | |
tree | 5867a9ac326a7a3dc52ab282a11e00d5f3fc8b01 /Mk | |
parent | Update to 2.4.0 (diff) |
introduce MASTER_SITE_SOURCEWARE -- Cygnus sourceware.
These sites have splitted-by-feature gcc, gdb and other tools.
Note they are all bzip2'd.
If you found bzip2'd version of your distfile here,
please consider to migrate from ${MASTER_STIE_GNU}. Thanks!
Submitted by: Espen Skoglund <esk@ira.uka.de>
Notes
Notes:
svn path=/head/; revision=37301
Diffstat (limited to 'Mk')
-rw-r--r-- | Mk/bsd.sites.mk | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/Mk/bsd.sites.mk b/Mk/bsd.sites.mk index 5a6a4586d768..e2eb48150dce 100644 --- a/Mk/bsd.sites.mk +++ b/Mk/bsd.sites.mk @@ -272,6 +272,19 @@ MASTER_SITE_THEMES+= \ ftp://ftp.tuwien.ac.at/opsys/linux/themes.org/%SUBDIR%/ \ ftp://ftp.chg.ru/pub/X11/themes/%SUBDIR%/ +MASTER_SITE_SOURCEWARE+= \ + ftp://ftp.freesoftware.com/pub/sourceware/%SUBDIR%/ \ + ftp://ftp.funet.fi/pub/mirrors/sourceware.cygnus.com/pub/%SUBDIR%/ \ + ftp://ftp-stud.fht-esslingen.de/pub/Mirrors/sources.redhat.com/%SUBDIR%/ \ + ftp://ftp.pvv.ntnu.no/pub/cygnus/sourceware.cygnus.com/%SUBDIR%/ \ + ftp://ftp.chg.ru/pub/sourceware/%SUBDIR%/ \ + ftp://gd.tuwien.ac.at/gnu/sourceware/%SUBDIR%/ \ + ftp://ftp.unina.it/pub/Unix/cygnus/%SUBDIR%/ \ + ftp://ftp1.sinica.edu.tw/pub3/CYGNUS/%SUBDIR%/ \ + ftp://ftp.sdn.co.za/mirrors/sourceware.cygnus.com/pub/%SUBDIR%/ \ + ftp://sunsite.org.uk/Mirrors/sourceware.cygnus.com/pub/%SUBDIR%/ \ + ftp://unix.hensa.ac.uk/mirrors/sourceware.cygnus.com/pub/%SUBDIR%/ + # Where to put distfiles that don't have any other master site MASTER_SITE_LOCAL?= \ ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/%SUBDIR%/ \ |