Subject: Re: updated from 1.6.x to 3.0rc5 - pkgsrc question
To: Carl Brewer <carl@bl.echidna.id.au>
From: Geert Hendrickx <ghen@telenet.be>
List: netbsd-users
Date: 12/06/2005 10:50:03
On Tue, Dec 06, 2005 at 08:24:05PM +1100, Carl Brewer wrote:
> Good-o.  Is there any easy way to tell what's linked to what, short
> of running a lot of ldd's and parsing?

You can see on what version of NetBSD a package was built using:

pkg_info -B <pkg-name> | grep OS_VERSION

	Geert