I needed to build a project on my MacBook that required GNU
msgfmt. I could have built it from source, but instead I decided to
install MacPorts in case I
needed other open source type packages in the future.
Installing MacPorts is fairly straightforward, but the first
thing you must do after installing the base image is synchronize
with the MacPorts repository by running:
$ sudo port -d sync
That failed for me because MacPorts uses rsync to access its
repositories, and I was...