Ticket #38711: xmp-4.0.2.patch.txt

File xmp-4.0.2.patch.txt, 1.7 KB (added by dcarmich@…, 11 years ago)
Line 
1diff -ruN xmp.orig/Portfile xmp/Portfile
2--- xmp.orig/Portfile   2013-04-08 02:33:41.000000000 -0500
3+++ xmp/Portfile        2013-04-08 02:37:27.000000000 -0500
4@@ -17,7 +17,7 @@
5 universal_variant   no
6 
7 if {${subport} == ${name}} {
8-    version             4.0.1
9+    version             4.0.2
10     license             GPL-2+
11 
12     long_description    The Extended Module Player is a portable \
13@@ -29,8 +29,8 @@
14                         (XM), and Impulse Tracker (IT).
15 
16     master_sites        sourceforge:project/xmp/xmp/${version}
17-    checksums           rmd160  cad757123fbd1bcc07ab4191faeef348904e9fbc \
18-                        sha256  6887834a9c498cb7bd79c57a1ddcc976269c30af595566034341d0d268aacc57
19+    checksums           rmd160  653cf6c4e8951ba25ee7581ba24ed4dc356cde95 \
20+                        sha256  a05127b85e1cdd049b99e31b4c73a71787398ea34fee012100d6b66beece1e31
21 
22     depends_lib         port:libxmp
23 
24@@ -50,9 +50,6 @@
25         }
26     }
27 
28-    platform darwin 10 {
29-        patchfiles      patch-src-sound_coreaudio.c.diff
30-    }
31 } else {
32     livecheck.type      none
33 }
34diff -ruN xmp.orig/files/patch-src-sound_coreaudio.c.diff xmp/files/patch-src-sound_coreaudio.c.diff
35--- xmp.orig/files/patch-src-sound_coreaudio.c.diff     2013-04-08 02:33:41.000000000 -0500
36+++ xmp/files/patch-src-sound_coreaudio.c.diff  1969-12-31 18:00:00.000000000 -0600
37@@ -1,11 +0,0 @@
38---- src/sound_coreaudio.c.orig 2013-02-16 05:21:10.000000000 -0500
39-+++ src/sound_coreaudio.c      2013-03-04 03:42:00.000000000 -0500
40-@@ -21,7 +21,7 @@
41-  */
42-
43- static int paused;
44--static uint8 *buffer;
45-+static uint8_t *buffer;
46- static int buffer_len;
47- static int buf_write_pos;
48- static int buf_read_pos;