Subject: Re: bad distfile removal?
To: Malcolm Herbert <mjch@mjch.net>
From: Geert Hendrickx <ghen@NetBSD.org>
List: tech-pkg
Date: 08/01/2006 09:57:45
On Tue, Aug 01, 2006 at 01:58:35PM +1000, Malcolm Herbert wrote:
> Is there some way to tell it to delete distfiles which don't match the
> checksum and attempt to refetch them again?  I'm thinking that if this
> can be done just once at the start of building a package then that would
> fix the bulk of my issues straight away and would not result in having
> the host try for the same distfile time and time again ... 

"lintpkgsrc -mr".  It finds mismatched distfiles (-m) and removes them
(-r), but doesn't refetch them.  

	Geert