Hacker News new | ask | show | jobs
by wwalexander 993 days ago
You can just build the latest tarball from source with `./configure && make && make install` [1]. I did so just now without any issues. (You’ll need to install Xcode and the Developer Tools first if you don’t have them already.)

[1] https://www.macports.org/install.php#source

1 comments

Sorry, that should be

   ./configure && make && sudo make install