Subject: Re: pkg/34036 (pkgsrc no longer fetches files)
To: None <gnats-bugs@netbsd.org>
From: Stuart Shelton <srcshelton@gmail.com>
List: pkgsrc-bugs
Date: 07/20/2006 19:34:38
> That has already been fixed on pkgsrc HEAD.  You'll need to update your
> pkgsrc to pull in the fix.

Was this a recent change?  I sync'd to CVS at about 1pm (GMT), so I
should be current as of then.  I'll update now...

... and I've spotted another bug - bootstrap has :

test -z "$CC" || CC=gcc # default to gcc if no compiler is specified

... which should surely either be "test -n "$CC" ||" or "test -z "$CC" &&"

Cheers,

stuart