Date: Wed, 19 Mar 2008 00:21:22 +0900 From: Koji Yokota <yokota@res.otaru-uc.ac.jp> To: NAKAJI Hiroyuki <nakaji@jp.freebsd.org> Cc: freebsd-ports-bugs@FreeBSD.org, linimon@FreeBSD.org Subject: Re: ports/121221: [PATCH] www/plone3: fetch fails from behind a firewall Message-ID: <47DFDDF2.2070905@res.otaru-uc.ac.jp> In-Reply-To: <864pbrnmpq.fsf@ra333.heimat.gr.jp> References: <200802292316.m1TNGW5L098160@freefall.freebsd.org> <864pbrnmpq.fsf@ra333.heimat.gr.jp>
next in thread | previous in thread | raw e-mail | index | archive | help
This is a multi-part message in MIME format. --------------070406060701090909080109 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit NAKAJI Hiroyuki wrote: > Right. I reported it to plone ML in Japan. > http://ml.plone.jp/mailman/listinfo/plone-users > > Yokota-san, can you please write the message? I'm ready to approve. Nakajisan, I apologize being late. I attached a message. If the problem still persists, please use it. --------------070406060701090909080109 Content-Type: text/plain; name="Makefile.diff" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="Makefile.diff" --- Makefile.orig 2008-02-18 12:09:30.000000000 +0900 +++ Makefile 2008-03-19 00:17:55.000000000 +0900 @@ -67,6 +67,12 @@ @${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: --------------070406060701090909080109--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?47DFDDF2.2070905>