Subject: Re: +BUILD_INFO for Perl modules correct?
To: None <tech-pkg@NetBSD.org>
From: Joerg Sonnenberger <joerg@britannica.bec.de>
List: tech-pkg
Date: 05/01/2007 17:27:34
On Tue, May 01, 2007 at 12:51:56AM +0200, Klaus Heinz wrote:
> Closer inspection shows that mk/flavor/pkg/metadata.mk considers /bin/rmdir
> as used in "@unexec /bin/rmdir..." in the PLIST as a file belonging to the
> package and thus lists /lib/libc.so.12 from the ldd output
> 
>   $ ldd /bin/rmdir
>   /bin/rmdir:
>         -lc.12 => /lib/libc.so.12
> 
> in a REQUIRES line in +BUILD_INFO, even if the package does not contain
> any binary programs (such as pure Perl packages).

Two comments on this:
(a) The @unexec should go away.
(b) The filter script should actually check that the line doesn't start
with @.

Joerg