Subject: Re: pkg/34036 (pkgsrc no longer fetches files)
To: None <pkg-manager@netbsd.org, gnats-admin@netbsd.org,>
From: Stuart Shelton <srcshelton@gmail.com>
List: pkgsrc-bugs
Date: 07/20/2006 18:35:02
The following reply was made to PR pkg/34036; it has been noted by GNATS.

From: "Stuart Shelton" <srcshelton@gmail.com>
To: gnats-bugs@netbsd.org
Cc: pkgsrc-bugs@netbsd.org
Subject: Re: pkg/34036 (pkgsrc no longer fetches files)
Date: Thu, 20 Jul 2006 19:34:38 +0100

 > 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