From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Feb 29 23:16:34 2008 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 06D211065673; Fri, 29 Feb 2008 23:16:34 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id ECE098FC17; Fri, 29 Feb 2008 23:16:33 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (linimon@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m1TNGXqi098164; Fri, 29 Feb 2008 23:16:33 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m1TNGW5L098160; Fri, 29 Feb 2008 23:16:32 GMT (envelope-from linimon) Date: Fri, 29 Feb 2008 23:16:32 GMT Message-Id: <200802292316.m1TNGW5L098160@freefall.freebsd.org> To: nakaji@jp.FreeBSD.org, yokota@res.otaru-uc.ac.jp, linimon@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: linimon@FreeBSD.org Cc: Subject: Re: ports/121221: [PATCH] www/plone3: fetch fails from behind a firewall X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 29 Feb 2008 23:16:34 -0000 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 > 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 > 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