From owner-freebsd-pkg@FreeBSD.ORG Sun Mar 15 15:00:20 2015 Return-Path: Delivered-To: pkg@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 714DBCF0 for ; Sun, 15 Mar 2015 15:00:20 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 572DDBC6 for ; Sun, 15 Mar 2015 15:00:20 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t2FF0J5e050863 for ; Sun, 15 Mar 2015 15:00:19 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: pkg@FreeBSD.org Subject: [Bug 192539] pkg search: wxgtk30 & wxgtk29 aren't found Date: Sun, 15 Mar 2015 15:00:19 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: matthew@FreeBSD.org X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: pkg@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: cc Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-pkg@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Binary package management and package tools discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 15 Mar 2015 15:00:20 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=192539 Matthew Seaman changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |matthew@FreeBSD.org --- Comment #4 from Matthew Seaman --- 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.