From owner-freebsd-questions@freebsd.org Mon Oct 24 00:57:19 2016 Return-Path: Delivered-To: freebsd-questions@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7699CC1EC24 for ; Mon, 24 Oct 2016 00:57:19 +0000 (UTC) (envelope-from dnewman@networktest.com) Received: from mail8.networktest.com (mail8.networktest.com [IPv6:2607:f740:c::a13]) (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 63F97ECC for ; Mon, 24 Oct 2016 00:57:19 +0000 (UTC) (envelope-from dnewman@networktest.com) Received: from mail8.networktest.com (localhost [127.0.0.1]) by mail8.networktest.com (Postfix) with ESMTP id 89653821BB for ; Sun, 23 Oct 2016 17:57:12 -0700 (PDT) X-Virus-Scanned: amavisd-new at mail8.networktest.com Received: from mail8.networktest.com ([127.0.0.1]) by mail8.networktest.com (mail8.networktest.com [127.0.0.1]) (amavisd-new, port 10026) with ESMTP id 9mjAKo9yC_n6 for ; Sun, 23 Oct 2016 17:57:10 -0700 (PDT) Received: from tejay.local (unknown [IPv6:2605:e000:141f:145:115f:c4a0:83fb:efcf]) by mail8.networktest.com (Postfix) with ESMTPSA id B15ED82004 for ; Sun, 23 Oct 2016 17:57:10 -0700 (PDT) To: freebsd-questions@freebsd.org From: David Newman Subject: pkg and reverse dependencies Organization: Network Test Inc. Message-ID: <3109508c-88e5-5d9c-0f7c-f3279e66eb3b@networktest.com> Date: Sun, 23 Oct 2016 17:57:09 -0700 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.12; rv:45.0) Gecko/20100101 Thunderbird/45.4.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 24 Oct 2016 00:57:19 -0000 With pkg, how to see reverse dependencies of an installed package? The old pkg_info command had an -R switch for this, but 'pkg info -R ' does not do that (it does return lots of other useful info). Asking specifically about php56-recode, which causes apache24 to dump core every time it's upgraded. I don't think I need php56-recode, but would like to check what's using it before uninstalling. This is on an 11.0-RELEASE amd64 system. Thanks! dn