[Bug 268403] The ports mirror does not cache all the files that need to be downloaded like gentoo does

From: <bugzilla-noreply_at_freebsd.org>
Date: Mon, 19 Dec 2022 04:53:14 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=268403

Philip Paeps <philip@FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |philip@FreeBSD.org

--- Comment #1 from Philip Paeps <philip@FreeBSD.org> ---
The package building infrastructure caches every distfile we are legally
allowed to distribute.  By default, the ports framework will fetch from the
upstream sites.  In many cases, they're better connected than our mirrors.

If you struggle to connect to the upstream sites, you could configure your
/etc/make.conf to try our cache first.

MASTER_SITE_OVERRIDE?=  ${MASTER_SITE_BACKUP}

If you hit missing files, please let us know which mirror you're connecting to
(traceroute) and which files you're missing.

-- 
You are receiving this mail because:
You are on the CC list for the bug.