Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 03 Jun 2005 11:09:51 +1000
From:      Sam Lawrance <boris@brooknet.com.au>
To:        "Loren M. Lang" <lorenl@alzatex.com>
Cc:        freebsd-ports@freebsd.org
Subject:   Re: Fetch error for mozplugger
Message-ID:  <1117760991.804.11.camel@dirk.no.domain>
In-Reply-To: <20050602235051.GD24057@alzatex.com>
References:  <20050602235051.GD24057@alzatex.com>

next in thread | previous in thread | raw e-mail | index | archive | help
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.





Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1117760991.804.11.camel>