From owner-freebsd-questions@FreeBSD.ORG Mon Mar 3 15:43:35 2008 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 62009106567D for ; Mon, 3 Mar 2008 15:43:35 +0000 (UTC) (envelope-from cwhiteh@onetel.com) Received: from smtp1.betherenow.co.uk (smtp1.betherenow.co.uk [87.194.0.68]) by mx1.freebsd.org (Postfix) with SMTP id D60B08FC2B for ; Mon, 3 Mar 2008 15:43:34 +0000 (UTC) (envelope-from cwhiteh@onetel.com) Received: from [192.168.1.71] (78-86-169-223.zone2.bethere.co.uk [78.86.169.223]) by smtp1.betherenow.co.uk (Postfix) with ESMTP id A3FC8292240 for ; Mon, 3 Mar 2008 15:42:43 +0000 (GMT) Message-ID: <47CC1C73.8050302@onetel.com> Date: Mon, 03 Mar 2008 15:42:43 +0000 From: Chris Whitehouse User-Agent: Thunderbird 2.0.0.12 (X11/20080301) MIME-Version: 1.0 CC: freebsd-questions@freebsd.org References: <47c9e1a1.c98z3hRYgXce6kBO%perryh@pluto.rain.com> <39632.218.185.52.132.1204432269.squirrel@webmail.mtmary.edu> <47ca41c9.Km8lEtIDXQECQMmE%perryh@pluto.rain.com> In-Reply-To: <47ca41c9.Km8lEtIDXQECQMmE%perryh@pluto.rain.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: dependencies in portmaster 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: Mon, 03 Mar 2008 15:43:35 -0000 perryh@pluto.rain.com wrote: >> If you truly are just looking at the dependency list and do not >> wish to have make do anything, wouldn't this do the trick: >> >> http://portsmon.freebsd.org/portdependencytree.py > > Not quite, because it doesn't show which of the dependencies > I have already got installed, and which of those would need > to be updated. portmanager -s (ports-mgmt/portmanager) if I've understood your question right I don't know why people keep on ignoring this utility it is quite excellent and doesn't keep breaking things which portupgrade judging by posts to this list does. Perhaps I have something to learn here. Chris