Add note about possible problems when fetching from behind a proxy.

PR:		ports/121221
Submitted by:	Koji Yokota <yokota@res.otaru-uc.ac.jp>
Approved by:	garga (mentor), maintainer
This commit is contained in:
Wesley Shields 2008-03-25 00:40:47 +00:00
parent ca519ab8c0
commit c1496fe26c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=209736

View file

@ -67,6 +67,12 @@ pre-everything::
@${ECHO_MSG} "backup your site before proceeding."
@${ECHO_MSG} "If you haven't done so, please press CTRL-C now."
@${ECHO_MSG} ""
@${ECHO_MSG} "Also, if you are fetching tarball from behind a proxy"
@${ECHO_MSG} "server, you may fail even if environment variables"
@${ECHO_MSG} "http_proxy and https_proxy are set correctly."
@${ECHO_MSG} "If this happens, fetch tarball manually with wget (ftp/wget)"
@${ECHO_MSG} "or curl (ftp/curl)."
@${ECHO_MSG} ""
.endif
do-build: