Subject: Re: Please update graphics/gwenview package
To: None <tech-pkg@netbsd.org>
From: Ian Zagorskih <ianzag@megasignal.com>
List: tech-pkg
Date: 09/22/2004 20:48:04
On Wednesday 22 September 2004 20:38, Thomas Klausner wrote:
> 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".

Ok, i'll try to play with LIBTOOLIZE_PLIST. Just right now i re-built this 
package and installed resulted binary package on another machine. Without 
explicit *.so & K files listed in PLIST i, obviously, got broken binary 
package and couldn't run gwenview :)

ps: do i need to cvs update the whole pkgsrc to play with LIBTOOLIZE_PLIST 
option or only some part ?

// wbr