From owner-freebsd-questions@FreeBSD.ORG Tue Mar 17 21:16:59 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 42C851065674 for ; Tue, 17 Mar 2009 21:16:59 +0000 (UTC) (envelope-from prvs=pschmehl_lists=320b341e0@tx.rr.com) Received: from ip-relay-002.utdallas.edu (ip-relay-002.utdallas.edu [129.110.20.112]) by mx1.freebsd.org (Postfix) with ESMTP id 0F8A18FC21 for ; Tue, 17 Mar 2009 21:16:58 +0000 (UTC) (envelope-from prvs=pschmehl_lists=320b341e0@tx.rr.com) X-Group: RELAYLIST X-IronPort-AV: E=Sophos;i="4.38,381,1233554400"; d="scan'208";a="8077315" Received: from smtp3.utdallas.edu ([129.110.20.110]) by ip-relay-002.utdallas.edu with ESMTP; 17 Mar 2009 16:16:58 -0500 Received: from utd65257.utdallas.edu (utd65257.utdallas.edu [129.110.3.28]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp3.utdallas.edu (Postfix) with ESMTPSA id 302D88BB2 for ; Tue, 17 Mar 2009 16:16:58 -0500 (CDT) Date: Tue, 17 Mar 2009 21:16:58 +0000 From: Paul Schmehl To: freebsd-questions@freebsd.org Message-ID: <9AD571ED0F8EBDC372F1DEF6@utd65257.utdallas.edu> In-Reply-To: <20090317165530.69ece7f2@scorpio> References: <20090317150356.6f6cc9aa@scorpio> <9801279318381144DDCB97BE@utd65257.utdallas.edu> <20090317165530.69ece7f2@scorpio> X-Mailer: Mulberry/4.0.6 (Linux/x86) X-Munged-Reply-To: Figure it out MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline Subject: Re: Finding Dependencies X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Paul Schmehl List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 17 Mar 2009 21:17:01 -0000 --On Tuesday, March 17, 2009 15:55:30 -0500 Jerry wrote: > On Tue, 17 Mar 2009 19:16:19 +0000 > Paul Schmehl wrote: > > [snip] > >> man (1) pkg_info >> >> -r what the package depends on >> -R what depends on the package > > It does not list any package that depends on it. I have no idea why it > is being installed. Well, it's not magic. Ports only get installed by one of two ways; you deliberately install them or they get installed as dependencies. If you didn't deliberately install a port, then it must be a dependency of something. If it doesn't list any, then it's possible your pkgdb is inaccurate. Run % pkgdb -F to correct any incorrect or missing dependencies. What port is it? -- Paul Schmehl, Senior Infosec Analyst As if it wasn't already obvious, my opinions are my own and not those of my employer. ******************************************* Check the headers before clicking on Reply.