Date: Mon, 09 Aug 2004 17:45:46 -0500 From: "Jeremy Messenger" <mezz7@cox.net> To: "Michael Nottebrock" <michaelnottebrock@gmx.net> Cc: freebsd-ports@freebsd.org Subject: Re: can't build png port Message-ID: <opschlikw89aq2h7@mezz> In-Reply-To: <200408100035.22016.michaelnottebrock@gmx.net> References: <200408092339.08463.h@erathia.be> <200408100035.22016.michaelnottebrock@gmx.net>
next in thread | previous in thread | raw e-mail | index | archive | help
On Tue, 10 Aug 2004 00:35:21 +0200, Michael Nottebrock <michaelnottebrock@gmx.net> wrote: > On Monday 09 August 2004 23:39, h wrote: >> /usr/ports/graphics/png >> >> >> libpng-patch00-pngrtran-filler-RRGGBB-overflow.txt doesn't seem to >> exist >> >> in /usr/ports/distfiles/. >> >> >> Attempting to fetch from ftp://swrinde.nde.swri.edu/pub/png/src/. >> >> fetch: >> ftp://swrinde.nde.swri.edu/pub/png/src/libpng-patch00-pngrtran-filler-RRGGB >> B-overflow.txt: size of remote file is not known >> fetch: libpng-patch00-pngrtran-filler-RRGGBB-overflow.txt: local file >> (1130 >> bytes) is longer than remote file (-1 bytes) > > [...] > > Are you fetching through a proxy by chance? I had similar problems > getting the > patchfiles downloaded when I did. Fetching them directly bypassing the > proxy > (run of the mill squid) worked. I have a suspicion the server which > hosts the > files is rather broken. I had the same problem and that ftp is too slow for me. I changed the MASTER_SITES like this (below) to fetch those files better and faster. ============================= -MASTER_SITES= ftp://swrinde.nde.swri.edu/pub/png/src/ \ - ${MASTER_SITE_SOURCEFORGE} +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \ + ftp://swrinde.nde.swri.edu/pub/png/src/ ============================= I think, we should change that in png port because sourceforge.net has plenty of mirrors. Cheers, Mezz -- mezz7@cox.net - mezz@FreeBSD.org FreeBSD GNOME Team http://www.FreeBSD.org/gnome/ - gnome@FreeBSD.org
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?opschlikw89aq2h7>