Now that I have so many remote build machines, don't force trying to

fetch from ftp-master and pointyhat; they'll just get timeouts.
Instead, each machine is expected to set up their own MASTER_SITE_*
variables in etc/make.conf via a bindist-${hostname}.tar file.

Approved by:	portmgr (self)
This commit is contained in:
Kris Kennaway 2005-01-06 23:04:20 +00:00
parent aa893567cc
commit db2150f0f7
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=125734

View file

@ -85,11 +85,4 @@ buildenv () {
export FTP_PASSIVE_MODE=yes
#export FETCH_BEFORE_ARGS=-vvv
# Need to make it fetch a full set say once a week to catch distfiles
# which change md5 sum but not name
if [ "X${FETCH_ORIGINAL}" = "X" ]; then
export MASTER_SITE_OVERRIDE='ftp://ftp-master.freebsd.org/pub/FreeBSD/ports/distfiles/${DIST_SUBDIR}/'
fi
export MASTER_SITE_OVERRIDE="${MASTER_SITE_OVERRIDE} ftp://pointyhat.freebsd.org/pub/FreeBSD/distfiles/\${DIST_SUBDIR}/"
}