Subject: failed trying to install squid from pkgsrc
To: None <current-users@netbsd.org>
From: None <ks@ub.uni-mainz.de>
List: current-users
Date: 05/11/1999 16:14:07
hi,
I just tried to install squid from /usr/pkgsrc/www/squid and got "file
not found" on each ftp server listet in MASTERSITES in the Makefile.
At least on ftp://squid.nlanr.net/pub/squid-2/ there are additional
subdirs STABLE and DEVEL. squid-2.2.STABLE2-src.tar.gz can be found
under STABLE. So applying the patch below to Makefile is needed.
(I've checked the ftp servers manually. ftp.funet.fi is taken out, as
the directory /pub/mirrors/squid.nlanr.net is empty.)
-ks
*** Makefile.orig Mon May 3 13:40:04 1999
--- Makefile Tue May 11 16:10:07 1999
***************
*** 5,16 ****
PKGNAME= squid-2.2s2
CATEGORIES= www
MASTER_SITES= \
! ftp://squid.nlanr.net/pub/squid-2/ \
! ftp://ftp.gw.com/pub/unix/squid/squid-2/ \
! ftp://ftp.funet.fi/pub/mirrors/squid.nlanr.net/pub/squid-2/ \
! ftp://www.unimelb.edu.au/pub/cwis/servers/unix/squid/squid-2/ \
! ftp://sunsite.auc.dk/pub/infosystems/squid/squid-2/ \
! ftp://ftp.net.lut.ac.uk/squid/squid-2/
MAINTAINER= tron@netbsd.org
HOMEPAGE= http://squid.nlanr.net/Squid/
--- 5,15 ----
PKGNAME= squid-2.2s2
CATEGORIES= www
MASTER_SITES= \
! ftp://squid.nlanr.net/pub/squid-2/STABLE/ \
! ftp://ftp.gw.com/pub/unix/squid/squid-2/STABLE/ \
! ftp://www.unimelb.edu.au/pub/cwis/servers/unix/squid/squid-2/STABLE/ \
! ftp://sunsite.auc.dk/pub/infosystems/squid/squid-2/STABLE/ \
! ftp://ftp.net.lut.ac.uk/squid/squid-2/STABLE/
MAINTAINER= tron@netbsd.org
HOMEPAGE= http://squid.nlanr.net/Squid/