/usr/local is a wasteland on OS X. Package installers love to dump stuff in there blindly. This leads to fun-to-debug problems where two different things are overwriting files in there and blowing up because of version mismatch problems.
I ended up making a /rr tree ("rwg's root"), building things I care about from scratch, and using GNU stow to manage it.
I ended up making a /rr tree ("rwg's root"), building things I care about from scratch, and using GNU stow to manage it.