From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Mar 18 15:21:27 2008 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C57A01065671 for ; Tue, 18 Mar 2008 15:21:27 +0000 (UTC) (envelope-from yokota@res.otaru-uc.ac.jp) Received: from ca1.otaru-uc.ac.jp (ca1.otaru-uc.ac.jp [150.83.48.27]) by mx1.freebsd.org (Postfix) with ESMTP id 7BA2F8FC1D for ; Tue, 18 Mar 2008 15:21:27 +0000 (UTC) (envelope-from yokota@res.otaru-uc.ac.jp) Received: from canal1.otaru-uc.ac.jp (canal1 [150.83.48.23]) by ca1.otaru-uc.ac.jp (Postfix) with ESMTP id DCB6BE1D39; Wed, 19 Mar 2008 00:21:23 +0900 (JST) Received: from [150.83.225.1] ([150.83.225.1]) by canal1.otaru-uc.ac.jp (SMTP) with ESMTP id m2IFLN1T012168; Wed, 19 Mar 2008 00:21:23 +0900 (JST) Message-ID: <47DFDDF2.2070905@res.otaru-uc.ac.jp> Date: Wed, 19 Mar 2008 00:21:22 +0900 From: Koji Yokota Organization: Otaru University of Commerce User-Agent: Thunderbird 2.0.0.12 (X11/20080310) MIME-Version: 1.0 To: NAKAJI Hiroyuki References: <200802292316.m1TNGW5L098160@freefall.freebsd.org> <864pbrnmpq.fsf@ra333.heimat.gr.jp> In-Reply-To: <864pbrnmpq.fsf@ra333.heimat.gr.jp> Content-Type: multipart/mixed; boundary="------------070406060701090909080109" Cc: freebsd-ports-bugs@FreeBSD.org, linimon@FreeBSD.org 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: Tue, 18 Mar 2008 15:21:27 -0000 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--