Subject: Re: Alternative PLIST expansion of libtool archives
To: Julio M. Merino Vidal <jmmv@menta.net>
From: Johnny C. Lam <jlam@NetBSD.org>
List: tech-pkg
Date: 09/08/2004 22:51:09
On Thu, Sep 09, 2004 at 12:43:01AM +0200, Julio M. Merino Vidal wrote:
> Excellent! I'll try it tomorrow.
>
> Without having looked at your patch yet, I had a problem with Todd's
> implementation. For example, I tried to convert pango to the new framework,
> which installs loadable modules. These have duplicate names in
> library_names, so the PLIST ended up with multiple entries for the same file,
> which caused problems. Does your patch handle this?
Yes, I run the library names through "sort -u" to get rid of duplicate
listings from the same libtool archive.
Cheers,
-- Johnny Lam <jlam@NetBSD.org>