Subject: Re: pkg/36603 (pkgsrc "make checksum" even more broken than I suspected)
To: None <pkg-manager@netbsd.org, gnats-admin@netbsd.org,>
From: Robert Elz <kre@munnari.OZ.AU>
List: pkgsrc-bugs
Date: 08/31/2007 13:40:03
The following reply was made to PR pkg/36603; it has been noted by GNATS.
From: Robert Elz <kre@munnari.OZ.AU>
To: gnats-bugs@NetBSD.org
Cc:
Subject: Re: pkg/36603 (pkgsrc "make checksum" even more broken than I suspected)
Date: Fri, 31 Aug 2007 20:34:15 +0700
Date: Fri, 31 Aug 2007 13:10:03 +0000 (UTC)
From: Joerg Sonnenberger <joerg@britannica.bec.de>
Message-ID: <20070831131003.8010A63B8B5@narn.NetBSD.org>
| lintpkgsrc -m might be a better idea for this.
Quite possibly - I've been using the script I use now (modulo the
odd update) since well before lintpkgsrc existed I think (certainly
before I knew about it) - that is, since way back in the previous
millenium ...
I suspect though that it would only do half what my script does, in
that my script's real (original) purpose is to make sure that I have
all of the distfiles, "make checksum" does "make fetch" when the
distfile is not present - so when for some reason my twice daily
"fetch all the new distfiles" scripts have failed to fetch a distfile
the weekly script makes another attempt to fetch it (and every week
thereafter until either the fetch succeeds, or the distfile is no
longer required). That aspect of the script wasn't relevant to the
PR, so I didn't mention it.
kre