aboutsummaryrefslogtreecommitdiff
path: root/handbook
diff options
context:
space:
mode:
authorMasafumi Max NAKANE <max@FreeBSD.org>1996-10-29 12:06:57 +0000
committerMasafumi Max NAKANE <max@FreeBSD.org>1996-10-29 12:06:57 +0000
commit34aee4af03d9fe9b8c1bd1b7aca1068bacedbcf3 (patch)
tree3ea77d70dc49abb846ef06f326e98d3af98c3957 /handbook
parent77323ccb4ecdc7ac197da1391261bd847f32a5af (diff)
downloaddoc-34aee4af03d9fe9b8c1bd1b7aca1068bacedbcf3.tar.gz
doc-34aee4af03d9fe9b8c1bd1b7aca1068bacedbcf3.zip
Added an FAQ entry explaining the bsd.port.mk variable MASTER_SITE_OVERRIDE.
Deleted an FAQ entry referring to pkg_manage.
Notes
Notes: svn path=/head/; revision=631
Diffstat (limited to 'handbook')
-rw-r--r--handbook/ports.sgml19
1 files changed, 13 insertions, 6 deletions
diff --git a/handbook/ports.sgml b/handbook/ports.sgml
index 0bb807d44d..4ea30ea71c 100644
--- a/handbook/ports.sgml
+++ b/handbook/ports.sgml
@@ -1,4 +1,4 @@
-<!-- $Id: ports.sgml,v 1.15 1996-10-23 09:05:24 asami Exp $ -->
+<!-- $Id: ports.sgml,v 1.16 1996-10-29 12:06:57 max Exp $ -->
<!-- The FreeBSD Documentation Project -->
<sect><heading>The Ports collection<label id="ports"></heading>
@@ -655,6 +655,18 @@ For all the tarballs for a single ports directory, do
and for just one port - well, I think you've guessed already.
<item>
+Q. I know it's probably faster to fetch the tarballs from one of the
+FreeBSD mirror sites close by. Is there any way to tell the port to
+fetch them from servers other than ones listed in the MASTER_SITES?
+<p>
+A. Yes. If you know, for example, ftp.FreeBSD.ORG is much closer than
+sites listed in MASTER_SITES, do as following example.
+<verb>
+ # cd /usr/ports/directory
+ # make MASTER_SITE_OVERRIDE=ftp://ftp.FreeBSD.ORG/pub/FreeBSD/distfiles/ fetch
+</verb>
+
+<item>
Q. I want to know what files make is going to need before it tries to
pull them down.
<p>
@@ -740,11 +752,6 @@ And it'll tell you:-
</verb>
<item>
-Q. Nope, that's still too complicated.
-<p>
-A. Do 'pkg_manage' to get a friendly front-end to the package manager.
-
-<item>
Q. Talking of disk space, the ports directory seems to be taking up
an awful lot of room. Is it safe to go in there and delete things?
<p>