summaryrefslogtreecommitdiff
path: root/audio
diff options
context:
space:
mode:
authorjoerg <joerg>2007-07-30 14:50:36 +0000
committerjoerg <joerg>2007-07-30 14:50:36 +0000
commitca7f2927d6fc6f94dce2842d92fdb17b44e3e841 (patch)
tree3e8d33d3a35d98804e14fc84cfa189b33b285315 /audio
parent931eeb4981397bd4994af1c761891652771508d6 (diff)
downloadpkgsrc-ca7f2927d6fc6f94dce2842d92fdb17b44e3e841.tar.gz
malloc.h -> stdlib.h. Changes installed file, bump revision.
Diffstat (limited to 'audio')
-rw-r--r--audio/wsoundserver/Makefile4
-rw-r--r--audio/wsoundserver/distinfo3
-rw-r--r--audio/wsoundserver/patches/patch-aa14
3 files changed, 18 insertions, 3 deletions
diff --git a/audio/wsoundserver/Makefile b/audio/wsoundserver/Makefile
index b6eb3f17694..52375611696 100644
--- a/audio/wsoundserver/Makefile
+++ b/audio/wsoundserver/Makefile
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.34 2007/02/02 15:09:18 joerg Exp $
+# $NetBSD: Makefile,v 1.35 2007/07/30 14:50:36 joerg Exp $
#
DISTNAME= WSoundServer-0.4.0
PKGNAME= wsoundserver-0.4.0
-PKGREVISION= 8
+PKGREVISION= 9
CATEGORIES= audio wm windowmaker
MASTER_SITES= ftp://shadowmere.student.utwente.nl/pub/WindowMaker/
diff --git a/audio/wsoundserver/distinfo b/audio/wsoundserver/distinfo
index f9b0ed3fd74..b379908b47a 100644
--- a/audio/wsoundserver/distinfo
+++ b/audio/wsoundserver/distinfo
@@ -1,8 +1,9 @@
-$NetBSD: distinfo,v 1.7 2005/02/23 20:39:53 agc Exp $
+$NetBSD: distinfo,v 1.8 2007/07/30 14:50:36 joerg Exp $
SHA1 (WSoundServer-0.4.0.tar.gz) = b414025f0f19e66cd9146546ecf634564941b1e4
RMD160 (WSoundServer-0.4.0.tar.gz) = ac58045fbe7f2c327b0c87514b06cb0941518b25
Size (WSoundServer-0.4.0.tar.gz) = 147044 bytes
+SHA1 (patch-aa) = 30414c5c0d6112b02098f4bb901d02b98330919b
SHA1 (patch-ac) = 8595912bdc913dae46c82bc3a59fc96318350982
SHA1 (patch-ad) = 998cc4b2f87c4bce4d8c32e42aa9c06134633252
SHA1 (patch-ae) = 3a008dc50f6e78070ceb78b1f564d7c94be2dfea
diff --git a/audio/wsoundserver/patches/patch-aa b/audio/wsoundserver/patches/patch-aa
new file mode 100644
index 00000000000..f7f7242e661
--- /dev/null
+++ b/audio/wsoundserver/patches/patch-aa
@@ -0,0 +1,14 @@
+$NetBSD: patch-aa,v 1.3 2007/07/30 14:50:36 joerg Exp $
+
+--- wslib/wsound.h.orig 2007-07-30 14:39:15.000000000 +0000
++++ wslib/wsound.h
+@@ -43,9 +43,6 @@ $Id: wsound.h,v 1.25 2000/01/19 14:24:19
+ #include <stdlib.h>
+ #include <string.h>
+ #include <unistd.h>
+-#ifndef __FreeBSD__
+-#include <malloc.h>
+-#endif
+
+ #include <sys/stat.h>
+ #include <sys/types.h>