People i was trying to compile a program from pkgsrc, and the first time i tried i got an error where pkgsrc complained about having already installed a dependency it needed, something like:
A different version of libXYZ2.0 is already installed cannot install libXYZ2.0nb2
At this point I went into libXYZ2.0 directory and did make replace
.
Everything worked.
At this point I re-tried to compile the program and I got the same exact error but referred to another package.
Is there a way to automatically/automagically compile and replace all needed packages? I mean in an automatic/recursive way?
Or i have to do it manually for every package?
Thanks