Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 15 Mar 2015 15:00:19 +0000
From:      bugzilla-noreply@freebsd.org
To:        pkg@FreeBSD.org
Subject:   [Bug 192539] pkg search: wxgtk30 & wxgtk29 aren't found
Message-ID:  <bug-192539-32340-zvbgXfbUZb@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-192539-32340@https.bugs.freebsd.org/bugzilla/>
References:  <bug-192539-32340@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=192539

Matthew Seaman <matthew@FreeBSD.org> changed:

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

--- Comment #4 from Matthew Seaman <matthew@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.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-192539-32340-zvbgXfbUZb>