From owner-freebsd-ports@FreeBSD.ORG Wed Apr 11 20:20:34 2007 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id AA39D16A402 for ; Wed, 11 Apr 2007 20:20:34 +0000 (UTC) (envelope-from fbsd06@mlists.homeunix.com) Received: from mxout-03.mxes.net (mxout-03.mxes.net [216.86.168.178]) by mx1.freebsd.org (Postfix) with ESMTP id 8AF6013C46E for ; Wed, 11 Apr 2007 20:20:34 +0000 (UTC) (envelope-from fbsd06@mlists.homeunix.com) Received: from gumby.homeunix.com (unknown [87.81.140.128]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.mxes.net (Postfix) with ESMTP id DB32C51999 for ; Wed, 11 Apr 2007 16:20:32 -0400 (EDT) Date: Wed, 11 Apr 2007 21:20:28 +0100 From: RW To: freebsd-ports@freebsd.org Message-ID: <20070411212028.20504788@gumby.homeunix.com> In-Reply-To: <461D395D.6090801@studio4plus.com> References: <461D395D.6090801@studio4plus.com> X-Mailer: Claws Mail 2.8.1 (GTK+ 2.10.11; i386-portbld-freebsd6.2) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Re: planetmirror sites X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 11 Apr 2007 20:20:34 -0000 On Wed, 11 Apr 2007 21:39:09 +0200 Marcin Simonides wrote: > Several ports (mainly gtk, gnome etc.) download distfiles from > public.planetmirror.com sites over HTTP. The problem is that this > site displays an HTML page ("This download will automatically > commence shortly...") and then a download is started as a second > request. This results in fetch fetching the HTML page instead of > "real" files. > > Here's an exemplary link: > http://public.planetmirror.com/pub/gnome/sources/pango/1.16/pango-1.16.1.tar.bz2 > > I usually download the files by hand and, after I get fed up, remove > all planetmirror sites from bsd.sites.mk and am done till the next > cvsup ;) > Setting MASTER_SORT_REGEX= ^ftp:// in make.conf might be a good workaround.