Added an FAQ entry explaining the bsd.port.mk variable MASTER_SITE_OVERRIDE.
Deleted an FAQ entry referring to pkg_manage.
This commit is contained in:
parent
77323ccb4e
commit
34aee4af03
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=631
1 changed files with 13 additions and 6 deletions
|
@ -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>
|
||||
|
@ -654,6 +654,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.
|
||||
|
@ -739,11 +751,6 @@ And it'll tell you:-
|
|||
grizzle-6.5 - the combined piano tutorial, LOGO interpreter and shoot 'em up arcade game.
|
||||
</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?
|
||||
|
|
Loading…
Reference in a new issue