[Bug 192539] pkg search: wxgtk30 & wxgtk29 aren't found

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Sun Mar 15 15:00:20 UTC 2015


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=192539

Matthew Seaman <matthew at FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |matthew at FreeBSD.org

--- Comment #4 from Matthew Seaman <matthew at FreeBSD.org> ---
This is because pkg(8) now searches based on package *names* by default, and
the package name for these ports is quite different to the origin in the ports
tree:

lucid-nonsense:...etc/pkg/repos:# pkg search -g 'wx*gtk*'
wx28-gtk2-2.8.12_5
wx28-gtk2-common-2.8.12_5
wx28-gtk2-contrib-2.8.12_5
wx28-gtk2-contrib-common-2.8.12_5
wx28-gtk2-unicode-2.8.12_5
wx28-gtk2-unicode-contrib-2.8.12_5
wx30-gtk2-3.0.2_2

Or you can search explicitly on the package origin:

lucid-nonsense:...etc/pkg/repos:# pkg search -S origin -x wxgtk 
x11-toolkits/wxgtk28
x11-toolkits/wxgtk28-common
x11-toolkits/wxgtk28-contrib
x11-toolkits/wxgtk28-contrib-common
x11-toolkits/wxgtk28-unicode
x11-toolkits/wxgtk28-unicode-contrib
x11-toolkits/wxgtk30

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-pkg mailing list