summaryrefslogtreecommitdiff
path: root/audio/daapd
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2011-11-26 17:09:32 +0000
committerjoerg <joerg@pkgsrc.org>2011-11-26 17:09:32 +0000
commit3bd511aba39740544c2da811cf5a1d041ce8f245 (patch)
treea06d95e2efda2d15efb13a7e22754f820a6eee69 /audio/daapd
parent4c2db68e97ca9ada0fdf7b61c06b8d73d633c5a2 (diff)
downloadpkgsrc-3bd511aba39740544c2da811cf5a1d041ce8f245.tar.gz
Always include string.h
Diffstat (limited to 'audio/daapd')
-rw-r--r--audio/daapd/distinfo4
-rw-r--r--audio/daapd/patches/patch-ad12
2 files changed, 7 insertions, 9 deletions
diff --git a/audio/daapd/distinfo b/audio/daapd/distinfo
index 6a7f0d5eb70..cbd1a532706 100644
--- a/audio/daapd/distinfo
+++ b/audio/daapd/distinfo
@@ -1,11 +1,11 @@
-$NetBSD: distinfo,v 1.20 2011/11/20 17:46:34 marino Exp $
+$NetBSD: distinfo,v 1.21 2011/11/26 17:09:32 joerg Exp $
SHA1 (daapd-0.2.4b.tgz) = 0903303f155c19ae12cdc78be05799508156a16b
RMD160 (daapd-0.2.4b.tgz) = 899b37b3872623ef918f7faa4eb8bad2dfc5b369
Size (daapd-0.2.4b.tgz) = 205476 bytes
SHA1 (patch-aa) = c10564ede45fa92b18926da68a7a9a2d9547627d
SHA1 (patch-ac) = 0a4e3dfb010bbf2cc01843987c970548cb4c646f
-SHA1 (patch-ad) = ef5f85246af973406e071ff9d3164f01958cff6a
+SHA1 (patch-ad) = 4b132fc143d3b29ff2235eacb5c2eaa438cd816c
SHA1 (patch-ae) = 3433d7e944999e10690ccdda1d49d3c711671446
SHA1 (patch-af) = 1a453dde4dd7d33061a500729b9ef5d89e850133
SHA1 (patch-ag) = cf0dc389fb2a031883f52c348d8303dd36b33818
diff --git a/audio/daapd/patches/patch-ad b/audio/daapd/patches/patch-ad
index 32db0c9e7c3..aa83999d6d0 100644
--- a/audio/daapd/patches/patch-ad
+++ b/audio/daapd/patches/patch-ad
@@ -1,18 +1,16 @@
-$NetBSD: patch-ad,v 1.2 2011/11/20 17:46:34 marino Exp $
+$NetBSD: patch-ad,v 1.3 2011/11/26 17:09:32 joerg Exp $
---- daaplib/include/daap/tagoutput.h.orig 2011-11-20 17:12:14.246503000 +0000
+--- daaplib/include/daap/tagoutput.h.orig 2011-11-26 15:54:46.000000000 +0000
+++ daaplib/include/daap/tagoutput.h
-@@ -25,6 +25,9 @@
+@@ -25,6 +25,7 @@
#include <daap/basic.h>
#include <string>
-+ #if defined(__DragonFly__)
+ #include <string.h>
-+ #endif
#include <vector>
#include <assert.h>
-@@ -98,9 +101,7 @@
+@@ -98,9 +99,7 @@
return( func( *this ));
}
@@ -23,7 +21,7 @@ $NetBSD: patch-ad,v 1.2 2011/11/20 17:46:34 marino Exp $
protected:
typedef std::vector<u8> DataInt8;
-@@ -125,4 +126,8 @@
+@@ -125,4 +124,8 @@
TagOutput( const TagOutput& );
TagOutput& operator = ( const TagOutput& );
};