Subject: Re: New USE_LIBTOOL feature: OS testers needed
To: Todd Vierling <tv@duh.org>
From: Dan Winship <danw@NetBSD.org>
List: tech-pkg
Date: 08/16/2004 07:24:58
On Aug 15, 2004, at 11:29 PM, Todd Vierling wrote:
> To test, I've converted one package to use this new scheme, with diff
> attached (devel/rx).  It works for me on NetBSD and Interix, and I'd 
> line
> some reports that it works on other platforms, particularly Darwin, 
> AIX, and
> Irix.

Works on Darwin.

> @@ -1,7 +1,2 @@
>  @comment $NetBSD: PLIST,v 1.4 2004/02/16 17:52:24 seb Exp $
>  include/rxposix.h
> -lib/librx.a
> -lib/librx.la
> -lib/librx.so
> -lib/librx.so.0
> -lib/librx.so.0.0

Shouldn't you leave at least the .la file in the PLIST? It seems weird 
to have the library complete unmentioned there.

-- Dan