From owner-freebsd-ports@FreeBSD.ORG Fri Jun 3 01:09:15 2005 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AE29716A41C for ; Fri, 3 Jun 2005 01:09:15 +0000 (GMT) (envelope-from boris@brooknet.com.au) Received: from bloodwood.hunterlink.net.au (smtp-local.hunterlink.net.au [203.12.144.17]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1A4DA43D58 for ; Fri, 3 Jun 2005 01:09:14 +0000 (GMT) (envelope-from boris@brooknet.com.au) Received: from ppp2987.dyn.pacific.net.au (ppp2987.dyn.pacific.net.au [61.8.41.135]) by bloodwood.hunterlink.net.au (8.12.8/8.12.8) with ESMTP id j531986V031977; Fri, 3 Jun 2005 11:09:09 +1000 From: Sam Lawrance To: "Loren M. Lang" In-Reply-To: <20050602235051.GD24057@alzatex.com> References: <20050602235051.GD24057@alzatex.com> Content-Type: text/plain Date: Fri, 03 Jun 2005 11:09:51 +1000 Message-Id: <1117760991.804.11.camel@dirk.no.domain> Mime-Version: 1.0 X-Mailer: Evolution 2.2.2 FreeBSD GNOME Team Port Content-Transfer-Encoding: 7bit Cc: freebsd-ports@freebsd.org Subject: Re: Fetch error for mozplugger 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: Fri, 03 Jun 2005 01:09:15 -0000 On Thu, 2005-06-02 at 16:50 -0700, Loren M. Lang wrote: > I am getting a fetch error on the mozplugger port I am working on. The > url for mozplugger is: > > http://download.mozdev.org/mozplugger/mozplugger-1.7.2.tar.gz > > So I set PORTNAME, PORTVERSION, and MASTER_SITES as follows: > > PORTNAME= mozplugger > PORTVERSION= 1.7.2 > MASTER_SITES= http://download.mozdev.org/mozplugger/ > > but when I run make fetch it fails as follows: > > ===> Vulnerability check disabled, database not found > => mozplugger-1.7.2.tar.gz doesn't seem to exist in > /usr/ports/distfiles/. > => Attempting to fetch from http://download.mozdev.org/mozplugger/. > fetch: http://download.mozdev.org/mozplugger/mozplugger-1.7.2.tar.gz: > Moved Temporarily The same problem affected emulators/xzx. The server uses 302 redirects to point you to a download mirror. In the case of xzx I set FETCH_CMD= /usr/bin/fetch -Rr to allow it to follow the redirect. Or, you could copy some of the mirrors into MASTER_SITES, if they won't disappear frequently. wget shows the redirect URL.