From owner-freebsd-pkg@FreeBSD.ORG Wed Oct 9 11:45:04 2013 Return-Path: Delivered-To: freebsd-pkg@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 8BD30408 for ; Wed, 9 Oct 2013 11:45:04 +0000 (UTC) (envelope-from me@janh.de) Received: from moutng.kundenserver.de (moutng.kundenserver.de [212.227.126.186]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 268422FCB for ; Wed, 9 Oct 2013 11:45:03 +0000 (UTC) Received: from pc1111.math.uni-hamburg.de (pc1111.math.uni-hamburg.de [134.100.220.119]) by mrelayeu.kundenserver.de (node=mreu3) with ESMTP (Nemesis) id 0MNRWv-1VRQHZ0f1t-006sZd; Wed, 09 Oct 2013 13:44:56 +0200 Message-ID: <525541B2.5040507@janh.de> Date: Wed, 09 Oct 2013 13:44:50 +0200 From: Jan Henrik Sylvester User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:24.0) Gecko/20100101 Thunderbird/24.0 MIME-Version: 1.0 To: pkg-list freebsd Subject: pkg shlib -R and -P swapped Content-Type: multipart/mixed; boundary="------------070306080903020007000109" X-Provags-ID: V02:K0:PSTJTNr9FXgEKLFdyWaTVeFTWY5vHgLKqnsIStynyq4 Aq8GyNdMLeba2jeesQBlqBT7STBZk4ld7OWVPKi7mm8E/Edc5a kyyBVasduD3ldLBEZOXHwJsN+hZqRLRyvL8UlIiu7U1uQbxHQu PtWpYyggY+fgabWbdX0W3tBwAhzgcbfgGvh3VYSrS9AUKpNz1Q OKnEeDHR5vdnVpUe/xjB7wDa/Qt13ykPdDc+lFQnq0lyFaJgM4 +KYUlYjGO40H7NHD2ZzuhHPl/1jw1TPzE+fblj7Ya89yN8OTGE HDKYZchXaCANg6X+TpUbscQ6OLJmhsGhxtHK9hH/ece2lXs6Zk kBaTfmvhm3O/YSa+Jgdk= X-Content-Filtered-By: Mailman/MimeDel 2.1.14 X-BeenThere: freebsd-pkg@freebsd.org X-Mailman-Version: 2.1.14 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: Wed, 09 Oct 2013 11:45:04 -0000 This is a multi-part message in MIME format. --------------070306080903020007000109 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit With pkg-1.1.4_7, "pkg shlib -P libx264.so.136" displays "libx264.so.136 is linked to by the following packages:"... "pkg shlib -P" should be "pkg shlib -R" and vice versa. shlib.c has the logic backwards: "!provides_only" leads to "pkgs_providing_lib". The patch attached fixes it. Cheers, Jan Henrik --------------070306080903020007000109--