Is there a way to tell whether I still need any MacPort ports? (besides deleting them of course)

Many port I installed a couple of years back and in the meantime I've gone to SnowLeopard...

Also, in some of my gem installs I'm seeing things like "ld: in /opt/local/lib/libz.1.dylib, file is not of required architecture"...

link|improve this question

feedback

migrated from stackoverflow.com Feb 27 '10 at 10:45

This question came from our site for professional and enthusiast programmers.

2 Answers

up vote 4 down vote accepted

If you installed Macports under Leopard then upgraded the OS I would suggest that you delete Macports as Macports does not support upgradinging the OS see Macports migration notes

link|improve this answer
feedback

You can use the port dependents command to check to see which ports depend on a particular port. For example, $ port dependents $PORT will show a list of all ports that require $PORT.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.