Date: Fri, 29 Feb 2008 23:16:32 GMT From: linimon@FreeBSD.org To: nakaji@jp.FreeBSD.org, yokota@res.otaru-uc.ac.jp, linimon@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/121221: [PATCH] www/plone3: fetch fails from behind a firewall Message-ID: <200802292316.m1TNGW5L098160@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
Synopsis: [PATCH] www/plone3: fetch fails from behind a firewall State-Changed-From-To: feedback->closed State-Changed-By: linimon State-Changed-When: Fri Feb 29 23:15:28 UTC 2008 State-Changed-Why: Rejected by maintainer. >From misfiled PR ports/121220: Date: Fri, 29 Feb 2008 23:51:33 +0900 From: NAKAJI Hiroyuki <nakaji@jp.freebsd.org> > 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. You can set make variables FETCH_BINARY=wget and FETCH_ARGS=--no-check-certificate in your /etc/make.conf. > +do-fetch: > + # To fetch from behind a firewall, set environment variables > + # https_proxy and http_proxy > + ( cd ${DISTDIR}/zope ; \ > + wget --no-check-certificate ${MASTER_SITES}/${DISTFILES} ) > + I cannot approve this patch. This is a launchpad.net's problem. -- NAKAJI Hiroyuki >From misfiled PR ports/121222: Date: Sat, 01 Mar 2008 00:47:46 +0900 From: Koji Yokota <yokota@res.otaru-uc.ac.jp> > I cannot approve this patch. This is a launchpad.net's problem. I understand your policy. However, I think there should be at least a message to point out this problem. Wherever the problem should be attributed, we have to use this problematic server anyway, and I don't think it is a good idea to enforce social inefficiency that many users waste time to identify the source of the problem. http://www.freebsd.org/cgi/query-pr.cgi?pr=121221
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200802292316.m1TNGW5L098160>