From owner-freebsd-questions@freebsd.org Mon Oct 24 01:17:12 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 00D56C1F2A9 for ; Mon, 24 Oct 2016 01:17:12 +0000 (UTC) (envelope-from amvandemore@gmail.com) Received: from mail-yw0-x235.google.com (mail-yw0-x235.google.com [IPv6:2607:f8b0:4002:c05::235]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id B30B7A27 for ; Mon, 24 Oct 2016 01:17:11 +0000 (UTC) (envelope-from amvandemore@gmail.com) Received: by mail-yw0-x235.google.com with SMTP id t193so159709128ywc.2 for ; Sun, 23 Oct 2016 18:17:11 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc; bh=ZVCizLTdqsvyBmXLtFt8uyB5z9/xRAnc2As6n4YEdQQ=; b=UxQGs23qRx9dS9ekSs6XsHsDufJAltemphrD99g/lFb1P3Xs9H91rsTOKmnXhdCMus dvPGec95+sTmHBmfQcoXyML6nwTQWcd5jzTpyPgu1iDLkln/8T2arZSjyOHwfR5XSn3P 1EMEjDsi9QyVw1a5aGdzZg5UyxG8CMguZffLp9TAzOkBhYLGaxLA2LRwSLJodjN5nFPE 5NQpPdmB7VozyAEzaM/jP/gXMgXhaGtRWIgebpXt70W0lCoiCA0IMGw/wuN41U2AESMb c66l6GeaQCf8QduhQtIwGipAWDHdeUlt+YCpZG9BOSBrgEsOI46jYRmkzGNwf6WGzLbo Qp/A== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc; bh=ZVCizLTdqsvyBmXLtFt8uyB5z9/xRAnc2As6n4YEdQQ=; b=SYk7JSw8ZJw2YpdKkXOdAP2PrGb/sRNRuhhni7DartRqW6zbTu9BK+euuEPf3tP+ia sT+v2LPkypzWum1cHps3WCXNSDCELaLNEW9Bac35yZg2ZsdQEcYNk+L9qPxbnkzkfJp1 OmZBWVTdK4oNY6/eLVLabH0R7q1Pi7/1ncKqhGK2oS97ereQF1iAoYa9YJsS332wn5Z6 7drXScwEJlATdc11WBQoXHdYaY9hv61iJtZ4Vyy1BHnCEWjN3LQvnILrI2nqEG1SMKB0 lb5YPulrvLbuE0Nc7g/GAYrYlCTHAlc5+aJfsEn42EnIyWSDwHTS/nc7b4MNT6NL6kYN JXlg== X-Gm-Message-State: AA6/9RkkWtXU0er/otlzy8c/5s5gvMjy10CbbQEBv1nnQnZfsXKoxriFZ0A6bXNrUb8I7Rwu1v1Dp0YBi07gnA== X-Received: by 10.202.45.17 with SMTP id t17mr18724740oit.74.1477271830857; Sun, 23 Oct 2016 18:17:10 -0700 (PDT) MIME-Version: 1.0 Received: by 10.157.39.129 with HTTP; Sun, 23 Oct 2016 18:17:10 -0700 (PDT) In-Reply-To: <3109508c-88e5-5d9c-0f7c-f3279e66eb3b@networktest.com> References: <3109508c-88e5-5d9c-0f7c-f3279e66eb3b@networktest.com> From: Adam Vande More Date: Sun, 23 Oct 2016 20:17:10 -0500 Message-ID: Subject: Re: pkg and reverse dependencies To: David Newman Cc: FreeBSD Questions Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.23 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 01:17:12 -0000 -r, man pkg-info On Sun, Oct 23, 2016 at 7:57 PM, David Newman wrote: > 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 > > _______________________________________________ > freebsd-questions@freebsd.org mailing list > https://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions- > unsubscribe@freebsd.org" > -- Adam