> If you have access to a ports tree look for ONLY_FOR_ARCHS in the port > Makefile to see if the port has a problem. find . -name "Makefile" -exec echo {} \; -exec grep ONLY_FOR_ARCHS {} \; > ~/problemports.txt The line above worked for me. Not perfect, but good enough.