Subject: Re: pkgsrc NetBSD 2.1/i386 bulk build results 20060225.2307
To: Manuel Bouyer <bouyer@antioche.eu.org>
From: Roland Illig <rillig@NetBSD.org>
List: pkgsrc-bulk
Date: 03/10/2006 22:17:07
Manuel Bouyer wrote:
> On Thu, Mar 02, 2006 at 08:25:06PM +0100, Thomas Klausner wrote:
> 
>>>net/netdisco                       bouyer@NetBSD.org
>>
>> ===> Checking file-check results for netdisco-0.94nb3
>> *** The PLIST does not match installed files!
>> *** The following files are in /usr/pkg but not in the PLIST:
>>         /usr/pkg/netdisco/netdisco.conf.orig
>>         /usr/pkg/netdisco/sql/pg_all.orig
>>         /usr/pkg/netdisco/sql/pg_init.orig
> 
> 
> I don't know how this can happen, and I can't reproduce it.
> There is:
> cd ${WRKSRC};
> ${FIND} . \( -name '*.orig' -o -name '*.bak' \) -exec ${RM} -f {} \;

WARN: Makefile:123: "cd" as the last shell command is useless.

Fixed.

Roland