diff options
author | Eric Anholt <anholt@FreeBSD.org> | 2002-09-21 19:20:55 +0000 |
---|---|---|
committer | Eric Anholt <anholt@FreeBSD.org> | 2002-09-21 19:20:55 +0000 |
commit | f0d7df79d70a5752da724a909baff2347b779962 (patch) | |
tree | ab8a7d531abb01c83a92db4d4df8b854eb3c14b4 /Mk/bsd.sites.mk | |
parent | Fix configure after recent GNOMENG conversion. (diff) |
Fix distfile survey issues with X ports, update bsd.sites.mk to include
more working X mirrors and remove a local distfiles site that hasn't been
updating.
Approved by: portmgr
Notes
Notes:
svn path=/head/; revision=67018
Diffstat (limited to 'Mk/bsd.sites.mk')
-rw-r--r-- | Mk/bsd.sites.mk | 19 |
1 files changed, 16 insertions, 3 deletions
diff --git a/Mk/bsd.sites.mk b/Mk/bsd.sites.mk index 566e44340f87..e505e1b91470 100644 --- a/Mk/bsd.sites.mk +++ b/Mk/bsd.sites.mk @@ -17,9 +17,9 @@ MASTER_SITE_LOCAL?= \ ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/%SUBDIR%/ \ ftp://ftp.se.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/%SUBDIR%/ \ - ftp://ftp.jp.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/%SUBDIR%/ \ ftp://ftp.uk.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/%SUBDIR%/ \ ftp://ftp.ru.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/%SUBDIR%/ +# ftp://ftp.jp.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/%SUBDIR%/ # ftp://ftp.nectec.or.th/pub/FreeBSD/ports/local-distfiles/%SUBDIR%/ MASTER_SITE_PORTS_JP+= \ @@ -403,9 +403,22 @@ MASTER_SITE_XEMACS+= \ MASTER_SITE_XFREE+= \ ftp://ftp.xfree86.org/pub/XFree86/%SUBDIR%/source/ \ + ftp://ftp.rge.com/pub/X/XFree86/%SUBDIR%/source/ \ + ftp://archive.progeny.com/XFree86/%SUBDIR%/source/ \ + ftp://ftp.mirrorcentral.com/pub/XFree86/%SUBDIR%/source/ \ + ${MASTER_SITE_RINGSERVER:S,%SUBDIR%,XFree86/&/source,} \ + ftp://gd.tuwien.Ac.at/hci/X11/XFree86/%SUBDIR%/source/ \ + ftp://ftp.fit.vutbr.cz/pub/XFree86/%SUBDIR%/source/ \ + ftp://ftp.free.fr/pub/XFree86/%SUBDIR%/source/ \ + ftp://mir1.ovh.net/ftp.xfree86.org/%SUBDIR%/source/ \ + ftp://ftp.lami.univ-evry.fr/XFree86/%SUBDIR%/source/ \ ftp://ftp.cs.tu-berlin.de/pub/X/XFree86/%SUBDIR%/source/ \ - ftp://sunsite.doc.ic.ac.uk/packages/XFree86/%SUBDIR%/source/ \ + ftp://ftp.gwdg.de/pub/xfree86/XFree86/%SUBDIR%/source/ \ http://ftp-stud.fht-esslingen.de/pub/Mirrors/ftp.xfree86.org/XFree86/%SUBDIR%/source/ \ - ${MASTER_SITE_RINGSERVER:S,%SUBDIR%,XFree86/&/source,} \ ftp://ftp.rediris.es/mirror/XFree86/%SUBDIR%/source/ \ + ftp://ftp.esat.net/pub/X11/XFree86/%SUBDIR%/source/ \ + ftp://ftp.nl.uu.net/pub/XFree86/%SUBDIR%/source/ \ + ftp://sunsite.uio.no/pub/XFree86/%SUBDIR%/source/ \ + ftp://ftp.task.gda.pl/pub/XFree86/%SUBDIR%/source/ \ + ftp://ftp.physics.uvt.ro/pub/XFree86/%SUBDIR%/source/ \ ftp://ftp.chg.ru/pub/XFree86/%SUBDIR%/source/ |