pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/audio/wsoundserver malloc.h -> stdlib.h. Changes insta...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/888f083c73df
branches:  trunk
changeset: 531441:888f083c73df
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Mon Jul 30 14:50:36 2007 +0000

description:
malloc.h -> stdlib.h. Changes installed file, bump revision.

diffstat:

 audio/wsoundserver/Makefile         |   4 ++--
 audio/wsoundserver/distinfo         |   3 ++-
 audio/wsoundserver/patches/patch-aa |  14 ++++++++++++++
 3 files changed, 18 insertions(+), 3 deletions(-)

diffs (47 lines):

diff -r 1a363d5ac742 -r 888f083c73df audio/wsoundserver/Makefile
--- a/audio/wsoundserver/Makefile       Mon Jul 30 14:42:43 2007 +0000
+++ b/audio/wsoundserver/Makefile       Mon Jul 30 14:50:36 2007 +0000
@@ -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 -r 1a363d5ac742 -r 888f083c73df audio/wsoundserver/distinfo
--- a/audio/wsoundserver/distinfo       Mon Jul 30 14:42:43 2007 +0000
+++ b/audio/wsoundserver/distinfo       Mon Jul 30 14:50:36 2007 +0000
@@ -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 -r 1a363d5ac742 -r 888f083c73df audio/wsoundserver/patches/patch-aa
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/audio/wsoundserver/patches/patch-aa       Mon Jul 30 14:50:36 2007 +0000
@@ -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>



Home | Main Index | Thread Index | Old Index