Subject: Re: unexpected package name matching
To: None <tech-pkg@NetBSD.org>
From: Roland Illig <rillig@NetBSD.org>
List: tech-pkg
Date: 10/15/2007 01:31:09
Klaus Heinz wrote:
> Hi,
>
> is the following behaviour expected?
>
> $ pkg_info -e pkg_install
> pkg_install-20070814
> $ pkg_info -e pkg\*all
> $ pkg_info -e pkg\*all\*
> pkg_install-20070814
>
> This means that matching against package names without version number
> works but wildcard matching is only successful against full package
> names (with version number).
Fixed in current pkgsrc. Thanks for finding this inconsistency.
Roland