From owner-freebsd-questions@FreeBSD.ORG Sat Apr 30 20:52:27 2005 Return-Path: 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 8BDF016A4CE for ; Sat, 30 Apr 2005 20:52:27 +0000 (GMT) Received: from rwcrmhc12.comcast.net (rwcrmhc12.comcast.net [216.148.227.85]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6422543D41 for ; Sat, 30 Apr 2005 20:52:27 +0000 (GMT) (envelope-from e.schuele@computer.org) Received: from [192.168.214.215] (c-24-1-232-64.hsd1.tx.comcast.net[24.1.232.64]) by comcast.net (rwcrmhc12) with ESMTP id <2005043020520601400kshhme>; Sat, 30 Apr 2005 20:52:07 +0000 Message-ID: <4273EFF5.8090504@computer.org> Date: Sat, 30 Apr 2005 15:52:05 -0500 From: Eric Schuele User-Agent: Mozilla Thunderbird 1.0.2 (X11/20050325) X-Accept-Language: en-us, en MIME-Version: 1.0 To: FreeBSD Questions Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Determining what a port will install... (more than pretty-print-*) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 30 Apr 2005 20:52:27 -0000 Hello, Is there a way to determine exactly what a particular port will install on my machine? Doing a `make pretty-print-run-depends-list` will show me all of its requirements... but I am interested in the difference between its requirements and what I already have on my machine. If I have 7 out of the 10 requirements.... I would like the remaining 3 listed for me. Is there something in place which provides this? -- Regards, Eric