#18132: mesa 7.2: build fails on install ----------------------------------+----------------------------------------- Reporter: devans@… | Owner: jeremyhu@… Type: defect | Status: closed Priority: Normal | Milestone: Port Bugs Component: ports | Version: 1.8.0 Resolution: fixed | Keywords: Port: mesa | ----------------------------------+----------------------------------------- Comment(by jeremyhu@…): you can figure out which ports they are by modifying my suggestion slightly: {{{ sudo port -v -f uninstall inactive cd /opt/local/var/macports/software for f in */*/opt/local/{lib/*dylib,bin/*}; do otool -L $f | grep -q /usr/X11 && echo $f; done | cut -f1 -d/ | uniq }}} -- Ticket URL: <http://trac.macports.org/ticket/18132#comment:22> MacPorts <http://www.macports.org/> Ports system for Mac OS