Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 2 Apr 2004 13:28:46 +0930
From:      Brian Astill <bastill@adam.com.au>
To:        Kris Kennaway <kris@obsecurity.org>
Cc:        freebsd-questions@freebsd.org
Subject:   Re: portsdb -Uu and new mirror
Message-ID:  <200404021328.46235.bastill@adam.com.au>
In-Reply-To: <20040401220607.GA73937@xor.obsecurity.org>
References:  <200404012250.01301.bastill@adam.com.au> <20040401220607.GA73937@xor.obsecurity.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On Fri, 2 Apr 2004 07:36 am, Kris Kennaway wrote:
> On Thu, Apr 01, 2004 at 10:50:01PM +0930, Brian Astill wrote:
> > My ISP now stores "all" the FBSD ports and sources
> >
> > #portsdb -Uu
> > Updating the ports index ...make: don't know how to make
> > //ftp.filearena.net/pub/FreeBSD/ports/distfiles//(continuing):
<snip>
> > and so on ad infinitum (well nearly :-) )  until:
> >
> > failed to generate INDEX!
> > /usr/local/lib/ruby/site_ruby/1.6/portsdb.rb:210:in `update': index
> > generation error (PortsDB::IndexFileError)
> >         from /usr/local/sbin/portsdb:154:in `main'
> >         from /usr/local/sbin/portsdb:66:in `initialize'
> >         from /usr/local/sbin/portsdb:66:in `new'
> >         from /usr/local/sbin/portsdb:66:in `main'
> >         from /usr/local/sbin/portsdb:205
> >
> > OK, so I have rebuilt the ports index files by commenting out the
> > offending references to filearena in /etc/make.conf BUT I need to
> > uncomment them again to take advantage of my ISP's collection of
> > distfiles.
>
> Sounds like you have something incorrect in make.conf, but you forgot
> to include it so we can't be sure :-)

Fussy-fussy!  :-)

The lines I have added look like this:
# Port master sites.
#
# If you want your port fetches to go somewhere else than the default
# (specified below) in case the distfile/patchfile was not found,
# uncomment this and change it to a location nearest you.  (Don't
# remove the "/${DIST_SUBDIR}/" part.)
#
MASTER_SITE_BACKUP?=\
#	ftp://ftp.freebsd.org/pub/FreeBSD/ports/distfiles/${DIST_SUBDIR}/
#
# If you want your port fetches to check the above site first (before
# the MASTER_SITES specified in the port Makefiles), uncomment the
# line below.  You can also change the right side to point to wherever
# you want 
ftp://ftp.filearena.net/pub/FreeBSD/ports/distfiles/${DIST_SUBDIR}/
MASTER_SITE_OVERRIDE?=${MASTER_SITE_BACKUP}
#



-- 
Regards,
Brian



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