Subject: Re: Please update graphics/gwenview package
To: Ian Zagorskih <ianzag@megasignal.com>
From: Thomas Klausner <wiz@NetBSD.org>
List: tech-pkg
Date: 09/22/2004 15:38:13
On Wed, Sep 22, 2004 at 08:23:32PM +0700, Ian Zagorskih wrote:
> Sorry, PLIST for this package in pkgsrc is broken and currently missing 
> required shared libraries. My fault. Please update someone it again :)

I think those are not necessary any longer after jlam's
LIBTOOLIZE_PLIST change from today:

Log Message:
Mechanical changes to package PLISTs to make use of LIBTOOLIZE_PLIST.
All library names listed by *.la files no longer need to be listed
in the PLIST, e.g., instead of:

        lib/libfoo.a
        lib/libfoo.la
        lib/libfoo.so
        lib/libfoo.so.0
        lib/libfoo.so.0.1

one simply needs:

        lib/libfoo.la

and bsd.pkg.mk will automatically ensure that the additional library
names are listed in the installed package +CONTENTS file.

Also make LIBTOOLIZE_PLIST default to "yes".


 Thomas