Subject: graphviz/pkgdepthgraph output Q4
To: None <netbsd-users@netbsd.org>
From: Florian Stoehr <netbsd@wolfnode.de>
List: netbsd-users
Date: 01/05/2005 09:46:22
Hi,
since I moved to pkgsrc-2004Q4, graphviz output changed to
small circles of identical size instead of the auto-sized
circles (I'm using it for pkg-graphs).
Since there are several programs involved, I don't know for
sure who is responsible for that new behaviour.
Is there a workaround known yet?
My script is:
lintpkgsrc -i > pkgdepgraph.in
pkgdepgraph -lv pkgdepgraph.in > pkgdepgraph.dot
dot -Tps pkgdepgraph.dot > pkgdepgraph.ps
Thanks
Florian