summaryrefslogtreecommitdiff
path: root/audio/streamripper-current
diff options
context:
space:
mode:
authorhans <hans>2012-02-15 22:47:31 +0000
committerhans <hans>2012-02-15 22:47:31 +0000
commite076d390b5e4d8fe27da3587635b1da555a8e918 (patch)
treee85a3aee4c9d1abb01d17b90fa784d514218f4a3 /audio/streamripper-current
parentd16e906e3f5740c32acdea5f1a40c73a8ab48493 (diff)
downloadpkgsrc-e076d390b5e4d8fe27da3587635b1da555a8e918.tar.gz
Fix build on SunOS.
Diffstat (limited to 'audio/streamripper-current')
-rw-r--r--audio/streamripper-current/distinfo3
-rw-r--r--audio/streamripper-current/patches/patch-lib_ripstream.c13
2 files changed, 15 insertions, 1 deletions
diff --git a/audio/streamripper-current/distinfo b/audio/streamripper-current/distinfo
index e64eec60b0e..4624fdf50e6 100644
--- a/audio/streamripper-current/distinfo
+++ b/audio/streamripper-current/distinfo
@@ -1,7 +1,8 @@
-$NetBSD: distinfo,v 1.1.1.1 2009/01/07 18:51:28 drochner Exp $
+$NetBSD: distinfo,v 1.2 2012/02/15 22:55:16 hans Exp $
SHA1 (streamripper-1.64.3.tar.gz) = 08dff7b4e48e16ad581e0b28fb77bdcddeeee0bb
RMD160 (streamripper-1.64.3.tar.gz) = d0d5d18fc7e5086bb768e6a51e566e16f0ced730
Size (streamripper-1.64.3.tar.gz) = 857175 bytes
SHA1 (patch-ac) = b22e18723d4888d78f0e5e01e0db40f010b15f96
SHA1 (patch-ad) = 583dbf02c8adf75eccdfea8c0e8aa181e89256de
+SHA1 (patch-lib_ripstream.c) = 4cc71c5d58cec36711d9c90a327dea9f466cec2a
diff --git a/audio/streamripper-current/patches/patch-lib_ripstream.c b/audio/streamripper-current/patches/patch-lib_ripstream.c
new file mode 100644
index 00000000000..266f1849dd5
--- /dev/null
+++ b/audio/streamripper-current/patches/patch-lib_ripstream.c
@@ -0,0 +1,13 @@
+$NetBSD: patch-lib_ripstream.c,v 1.1 2012/02/15 22:55:16 hans Exp $
+
+--- lib/ripstream.c.orig 2008-12-27 15:32:07.000000000 +0100
++++ lib/ripstream.c 2012-01-11 21:38:08.772278869 +0100
+@@ -731,7 +731,7 @@ write_id3v2_frame(RIP_MANAGER_INFO* rmi,
+ char bigbuf[HEADER_SIZE] = "";
+ ID3V2frame id3v2frame;
+ #ifndef WIN32
+- __uint32_t framesize = 0;
++ uint32_t framesize = 0;
+ #else
+ unsigned long int framesize = 0;
+ #endif