Subject: Re: pkgsrc NetBSD 2.1/i386 bulk build results 2006-01-11
To: Kimmo Suominen <kim@tac.nyc.ny.us>
From: Martti Kuparinen <martti.kuparinen@iki.fi>
List: pkgsrc-bulk
Date: 01/14/2006 08:55:05
Kimmo Suominen wrote:

>> *** The PLIST does not match installed files!
>> *** The following files are in both the PLIST and CHECK_FILES_SKIP:
>>         /usr/pkg/share/doc/postgrey/COPYING
>>         /usr/pkg/share/doc/postgrey/Changes
>>         /usr/pkg/share/doc/postgrey/README
>>         /usr/pkg/share/examples/postgrey/postgrey_whitelist_clients
>>         /usr/pkg/share/examples/postgrey/postgrey_whitelist_recipients
> 
> 
> What does this error mean?  There is no CHECK_FILES_SKIP variable
> in pkgsrc/mail/postfix/Makefile so I have no idea how I would be
> causing or fixing this...


This looks similar to my squirrelmail problems so maybe use REQD_DIRS
for ${PREFIX}/${DOCDIR} and ${PREFIX}/${EGDIR} instead of OWN_DIRS?

----------------------------
revision 1.63
date: 2005/12/10 19:23:01;  author: martti;  state: Exp;  lines: +3 -2
List ${SMDIR} and ${SMDIR}/config in REQD_DIRS instead of OWN_DIRS
to avoid problems with bulk builds with CHECK_FILES=yes. Suggested
by Johnny Lam on tech-pkg@ list.
----------------------------

Martti