From owner-freebsd-questions@FreeBSD.ORG Sat Aug 27 16:24:53 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CDFC116A41F for ; Sat, 27 Aug 2005 16:24:53 +0000 (GMT) (envelope-from rob5g@adelphia.net) Received: from mta13.adelphia.net (mta13.adelphia.net [68.168.78.44]) by mx1.FreeBSD.org (Postfix) with ESMTP id 40D6A43D46 for ; Sat, 27 Aug 2005 16:24:53 +0000 (GMT) (envelope-from rob5g@adelphia.net) Received: from [192.168.1.4] (really [67.21.97.146]) by mta13.adelphia.net (InterMail vM.6.01.04.01 201-2131-118-101-20041129) with ESMTP id <20050827162452.SKLW14360.mta13.adelphia.net@[192.168.1.4]> for ; Sat, 27 Aug 2005 12:24:52 -0400 Message-ID: <431093CF.6050507@adelphia.net> Date: Sat, 27 Aug 2005 12:24:47 -0400 From: "Robert G." User-Agent: Mozilla Thunderbird 1.0.6 (Windows/20050716) X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: How to find out which ports/dependencies were installed when installing a port? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 27 Aug 2005 16:24:53 -0000 Hi, New here. I'm running portuprade and wondering if it's possible to find out which ports/dependencies were installed when installing a specific application. For example: I install "A" which needs "B" and "C" to run. So portupgrade installs "B" and "C" along with "A". Later down the road I deinstall "A" and decide I'd like to get rid of the ports/dependencies that "A" needed installed with it. How would I go about finding "B" and "C" just by knowing "A"'s name? There has to be an easy answer, but I can't figure it out. Thanks. -- Robert G.