Subject: Re: updated from 1.6.x to 3.0rc5 - pkgsrc question
To: Michael Parson <mparson@bl.org>
From: Geert Hendrickx <ghen@telenet.be>
List: netbsd-users
Date: 12/07/2005 23:24:00
On Wed, Dec 07, 2005 at 02:49:27PM -0600, Michael Parson wrote:
> On Tue, Dec 06, 2005 at 04:01:12PM +0100, Geert Hendrickx wrote:
> > On Tue, Dec 06, 2005 at 09:34:01AM -0500, Steven M. Bellovin wrote:
> >> You almost certainly have a lot of other stuff out of date, which in turn
> >> will make for rebuilding hell. You might be better off doing it all at
> >> once:
> >>
> >> lintpkgsrc -i >/tmp/ood # what's out of date
> >> pkgdepgraph -D /tmp/ood >/tmp/del # ordered 'delete' list
> >> pkgdepgraph -R /tmp/ood >/tmp/reb # 'rebuild' shell script
> >
> > A nice addition to this is a graphical presentation of what has to be done:
> >
> > pkgdepgraph -Lv /tmp/ood | dot -Tps | convert - todo.png
>
> After reading the manpage for dot, why not just -Tpng ?
Just compare the results. :-)
Geert