marchons corner
Problems installing erlang on OSX because of libsdl

I had Problems installing erlang on OSX due to a conflict with libsdl

my solution follows.

—->  Computing dependencies for libsdl
—->  Verifying checksum(s) for libsdl
Error: Checksum (md5) mismatch for SDL-1.2.14.tar.gz
Error: Checksum (sha1) mismatch for SDL-1.2.14.tar.gz
Error: Checksum (rmd160) mismatch for SDL-1.2.14.tar.gz
Error: Target org.macports.checksum returned: Unable to verify file checksums
Error: Unable to upgrade port: 1


Solution - Update port
Force Reinstall of libsdl


$ sudo port selfupdate
$ sudo port clean —all libsdl
$ sudo port uninstall libsdl
$ sudo port install libsdl
$ sudo port upgrade libsdl
$ sudo port install erlang