pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/audio/xmms-modplug Include stddef.h to prevent other s...
details: https://anonhg.NetBSD.org/pkgsrc/rev/7e826ead4e94
branches: trunk
changeset: 505601:7e826ead4e94
user: joerg <joerg%pkgsrc.org@localhost>
date: Thu Jan 05 15:09:04 2006 +0000
description:
Include stddef.h to prevent other strange NULL definitions to occur.
diffstat:
audio/xmms-modplug/distinfo | 4 +++-
audio/xmms-modplug/patches/patch-aa | 13 +++++++++++++
audio/xmms-modplug/patches/patch-ab | 13 +++++++++++++
3 files changed, 29 insertions(+), 1 deletions(-)
diffs (49 lines):
diff -r a948840b41eb -r 7e826ead4e94 audio/xmms-modplug/distinfo
--- a/audio/xmms-modplug/distinfo Thu Jan 05 15:01:31 2006 +0000
+++ b/audio/xmms-modplug/distinfo Thu Jan 05 15:09:04 2006 +0000
@@ -1,8 +1,10 @@
-$NetBSD: distinfo,v 1.4 2005/02/23 20:39:55 agc Exp $
+$NetBSD: distinfo,v 1.5 2006/01/05 15:09:04 joerg Exp $
SHA1 (modplugxmms-2.05.tar.gz) = ccb307fc7490a94aad2aadb5dac4e4e96aa7892f
RMD160 (modplugxmms-2.05.tar.gz) = 16a754d4d7567b36f2786f6fc198c03703d7b686
Size (modplugxmms-2.05.tar.gz) = 242595 bytes
+SHA1 (patch-aa) = bca48bf7fce079c365b83d52ce32f9f8c7095291
+SHA1 (patch-ab) = 751321d0686436c01e139952957f71c31e24ae04
SHA1 (patch-ac) = 894ceefe4fe405b7ca5b3a5ec824b54de4b1f117
SHA1 (patch-ad) = 55fcd439905303d3666bf2b8676e3aeeede7ea0f
SHA1 (patch-ae) = 5f9ba3568d9c2cdad0305624e9eeb00594e97d83
diff -r a948840b41eb -r 7e826ead4e94 audio/xmms-modplug/patches/patch-aa
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/audio/xmms-modplug/patches/patch-aa Thu Jan 05 15:09:04 2006 +0000
@@ -0,0 +1,13 @@
+$NetBSD: patch-aa,v 1.1 2006/01/05 15:09:04 joerg Exp $
+
+--- modplugxmms/gui/main.cpp.orig 2006-01-05 14:51:18.000000000 +0000
++++ modplugxmms/gui/main.cpp
+@@ -7,6 +7,8 @@
+ # include <config.h>
+ #endif
+
++#include <stddef.h>
++
+ #include <gtk/gtk.h>
+ #include <libintl.h>
+
diff -r a948840b41eb -r 7e826ead4e94 audio/xmms-modplug/patches/patch-ab
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/audio/xmms-modplug/patches/patch-ab Thu Jan 05 15:09:04 2006 +0000
@@ -0,0 +1,13 @@
+$NetBSD: patch-ab,v 1.1 2006/01/05 15:09:04 joerg Exp $
+
+--- modplugxmms/plugin.cpp.orig 2006-01-05 14:56:10.000000000 +0000
++++ modplugxmms/plugin.cpp
+@@ -4,6 +4,8 @@
+ * This source code is public domain.
+ */
+
++#include <stddef.h>
++
+ #include "plugin.h"
+ #include <libmodplug/modplug.h>
+ #include "gui/main.h"
Home |
Main Index |
Thread Index |
Old Index