Topic: Update pkgsrc
I'm sorry to talk about this again but I'm having some heavy issues updating my packages.
I can now see how it's updating things when using 'make update' because of this:
lintpkgsrc -i | pkgdepgraph -lv - | dotty -
I'm still lost when it comes to update packages A & B that depend on package C.
A -------\
C
B -------/
If both A & B are out of date you'll prolly want to update both of them.
Well C will be rebuilt twice !
Imagine what it does when there's a real tree with a bunch of deps.
I wanted to rebuild two light packages some days ago and both times it compiled gimp and firefox. How cool ?
Is there some other way that deinstalling everything to update a pkgsrc based system ?