[DESCRIBE CHANGES] The download server "https://launchpad.net/...." cannot be accessed with "fetch" from behind a firewall even if HTTP_PROXY is set, because of the special arrangement of the server. Using wget (or curl) resolves the problem. Port maintainer (nakaji@jp.FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.77
State Changed From-To: open->feedback Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
State Changed From-To: feedback->closed Rejected by maintainer. From misfiled PR ports/121220: Date: Fri, 29 Feb 2008 23:51:33 +0900
I'd like to approve this patch. Can somebody commit it, please? Thank you, Yokota-san. >>>>> In <47DFDDF2.2070905@res.otaru-uc.ac.jp> >>>>> Koji Yokota <yokota@res.otaru-uc.ac.jp> wrote: > 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. > --- 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: -- NAKAJI Hiroyuki
Responsible Changed From-To: freebsd-ports-bugs->wxs I'll take it.
State Changed From-To: closed->open Reopen, new patch submitted and approved.
wxs 2008-03-25 00:40:47 UTC FreeBSD ports repository Modified files: www/plone3 Makefile Log: 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 Revision Changes Path 1.35 +6 -0 ports/www/plone3/Makefile _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed Committed. Thanks!