summaryrefslogtreecommitdiffstats
path: root/etc/defaults
diff options
context:
space:
mode:
authorknu <knu@FreeBSD.org>2000-10-22 12:09:16 +0000
committerknu <knu@FreeBSD.org>2000-10-22 12:09:16 +0000
commit6f5b6c7d58da3ecb3d3a85f3ee5c58e656ccd6fd (patch)
tree292141674694ee5aeea78bfcf8859a613eb5505a /etc/defaults
parentd1e9930273e420d75874e143a8d8dda370574638 (diff)
downloadFreeBSD-src-6f5b6c7d58da3ecb3d3a85f3ee5c58e656ccd6fd.zip
FreeBSD-src-6f5b6c7d58da3ecb3d3a85f3ee5c58e656ccd6fd.tar.gz
It is bsd.sites.mk one should look for a full list of default sites,
not bsd.port.mk anymore. Add MASTER_SITE_XFREE, MASTER_SITE_RINGSERVER, MASTER_SITE_TCLTK and MASTER_SITE_RUBY. Document and add MASTER_SORT_REGEX.
Diffstat (limited to 'etc/defaults')
-rw-r--r--etc/defaults/make.conf14
1 files changed, 13 insertions, 1 deletions
diff --git a/etc/defaults/make.conf b/etc/defaults/make.conf
index 4b872c9..7403bcd 100644
--- a/etc/defaults/make.conf
+++ b/etc/defaults/make.conf
@@ -206,19 +206,31 @@ BDECFLAGS= -W -Wall -ansi -pedantic -Wbad-function-cast -Wcast-align \
#
# Note: the right hand sides of the following lines are only for your
# information. For a full list of default sites, take a look at
-# bsd.port.mk.
+# bsd.sites.mk.
#
#MASTER_SITE_XCONTRIB= ftp://ftp.x.org/contrib/%SUBDIR%/
+#MASTER_SITE_XFREE= ftp://ftp.freesoftware.com/pub/XFree86/%SUBDIR%/source/
#MASTER_SITE_GNU= ftp://prep.ai.mit.edu/pub/gnu/%SUBDIR%/
#MASTER_SITE_PERL_CPAN= ftp://ftp.digital.com/pub/plan/perl/CPAN/modules/by-module/%SUBDIR%/
#MASTER_SITE_TEX_CTAN= ftp://ftp.tex.ac.uk/tex-archive/%SUBDIR%/
#MASTER_SITE_SUNSITE= ftp://metalab.unc.edu/pub/Linux/%SUBDIR%/
+#MASTER_SITE_RINGSERVER= ftp://ring.ocn.ad.jp/pub/%SUBDIR%/
#MASTER_SITE_KDE= ftp://ftp.kde.org/pub/kde/%SUBDIR%/
#MASTER_SITE_COMP_SOURCES= ftp://gatekeeper.dec.com/pub/usenet/comp.sources.%SUBDIR%/
#MASTER_SITE_GNOME= ftp://ftp.gnome.org/pub/GNOME/sources/%SUBDIR%/
#MASTER_SITE_AFTERSTEP= ftp://ftp.afterstep.org/%SUBDIR%/
#MASTER_SITE_WINDOWMAKER= ftp://ftp.windowmaker.org/pub/%SUBDIR%/
+#MASTER_SITE_TCLTK= ftp://ftp.uu.net/languages/tcl/%SUBDIR%/
+#MASTER_SITE_RUBY= ftp://ftp.fu-berlin.de/unix/languages/ruby/%SUBDIR%/
#
+# Also it is highly recommended that you configure MASTER_SORT_REGEX
+# to choose better mirror sites for you. List awk(1)-style regular
+# expressions separated by space so MASTER_SITES will be sorted in
+# that order. The following example is for Japanese users; change
+# "jp" part to your ccTLD ("de", "ru", "uk", etc.) or the domain names
+# of your nearest/upstream networks to meet your needs.
+#
+#MASTER_SORT_REGEX?= ^file: ^ftp://ftp\.FreeBSD\.org/pub/FreeBSD/ports/local-distfiles/ ://[^/]*\.jp/ ://[^/]*\.jp\.
#
# Kerberos IV
# If you want KerberosIV (KTH eBones), define this:
OpenPOWER on IntegriCloud