MacPorts: Install port with special configure options

Sometimes it is nice to be able to reinstall a MacPorts port with your own special configure options. Step 0: Update Macports sudo port selfupdate sudo port upgrade outdated Step 1: Locate the Portfile in question and edit it cd /opt/local/var/macports/sources/rsync.macports.org//macports/release/tarballs/ports/devel/openssl sudo emacs -nw Portfile # add a few lines e.g., in the configure section […]