diff options
author | wxs <wxs@FreeBSD.org> | 2008-03-25 08:40:47 +0800 |
---|---|---|
committer | wxs <wxs@FreeBSD.org> | 2008-03-25 08:40:47 +0800 |
commit | 1b28d54ece49a900d5fff5d82997329829983e4c (patch) | |
tree | 7fe5dcbdeda169474cf28f870dab2005ec77e68a /www | |
parent | a246a0de817d9ea7bfd118678ddde72be2830e9a (diff) | |
download | freebsd-ports-gnome-1b28d54ece49a900d5fff5d82997329829983e4c.tar.gz freebsd-ports-gnome-1b28d54ece49a900d5fff5d82997329829983e4c.tar.zst freebsd-ports-gnome-1b28d54ece49a900d5fff5d82997329829983e4c.zip |
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
Diffstat (limited to 'www')
-rw-r--r-- | www/plone3/Makefile | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/www/plone3/Makefile b/www/plone3/Makefile index 1510bd5deffd..c0ca5ffd2fd3 100644 --- a/www/plone3/Makefile +++ b/www/plone3/Makefile @@ -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: |