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 @@ - + The Ports collection @@ -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. + +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? +

+A. Yes. If you know, for example, ftp.FreeBSD.ORG is much closer than +sites listed in MASTER_SITES, do as following example. + + # cd /usr/ports/directory + # make MASTER_SITE_OVERRIDE=ftp://ftp.FreeBSD.ORG/pub/FreeBSD/distfiles/ fetch + + 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. - -Q. Nope, that's still too complicated. -

-A. Do 'pkg_manage' to get a friendly front-end to the package manager. - 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?