diff -ruN xmp.orig/Portfile xmp/Portfile --- xmp.orig/Portfile 2013-04-08 02:33:41.000000000 -0500 +++ xmp/Portfile 2013-04-08 02:37:27.000000000 -0500 @@ -17,7 +17,7 @@ universal_variant no if {${subport} == ${name}} { - version 4.0.1 + version 4.0.2 license GPL-2+ long_description The Extended Module Player is a portable \ @@ -29,8 +29,8 @@ (XM), and Impulse Tracker (IT). master_sites sourceforge:project/xmp/xmp/${version} - checksums rmd160 cad757123fbd1bcc07ab4191faeef348904e9fbc \ - sha256 6887834a9c498cb7bd79c57a1ddcc976269c30af595566034341d0d268aacc57 + checksums rmd160 653cf6c4e8951ba25ee7581ba24ed4dc356cde95 \ + sha256 a05127b85e1cdd049b99e31b4c73a71787398ea34fee012100d6b66beece1e31 depends_lib port:libxmp @@ -50,9 +50,6 @@ } } - platform darwin 10 { - patchfiles patch-src-sound_coreaudio.c.diff - } } else { livecheck.type none } diff -ruN xmp.orig/files/patch-src-sound_coreaudio.c.diff xmp/files/patch-src-sound_coreaudio.c.diff --- xmp.orig/files/patch-src-sound_coreaudio.c.diff 2013-04-08 02:33:41.000000000 -0500 +++ xmp/files/patch-src-sound_coreaudio.c.diff 1969-12-31 18:00:00.000000000 -0600 @@ -1,11 +0,0 @@ ---- src/sound_coreaudio.c.orig 2013-02-16 05:21:10.000000000 -0500 -+++ src/sound_coreaudio.c 2013-03-04 03:42:00.000000000 -0500 -@@ -21,7 +21,7 @@ - */ - - static int paused; --static uint8 *buffer; -+static uint8_t *buffer; - static int buffer_len; - static int buf_write_pos; - static int buf_read_pos;