summaryrefslogtreecommitdiff
path: root/audio/musicpd
diff options
context:
space:
mode:
authorwiz <wiz>2014-08-21 12:14:16 +0000
committerwiz <wiz>2014-08-21 12:14:16 +0000
commit713f899dc54f61272da24a77a9583cf7f4e78642 (patch)
tree0ad41094dee88b6f1eeae7d459eeef50b2a2f35d /audio/musicpd
parente57964aa7301a5b3404a7b7593da110740aaf6e0 (diff)
downloadpkgsrc-713f899dc54f61272da24a77a9583cf7f4e78642.tar.gz
Add upstream bug report URLs.
Diffstat (limited to 'audio/musicpd')
-rw-r--r--audio/musicpd/distinfo6
-rw-r--r--audio/musicpd/patches/patch-src_output_HttpdOutputPlugin.cxx4
-rw-r--r--audio/musicpd/patches/patch-src_system_ByteOrder.hxx4
3 files changed, 9 insertions, 5 deletions
diff --git a/audio/musicpd/distinfo b/audio/musicpd/distinfo
index a157fdf2214..12c283c5aad 100644
--- a/audio/musicpd/distinfo
+++ b/audio/musicpd/distinfo
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.42 2014/08/05 19:25:20 wiz Exp $
+$NetBSD: distinfo,v 1.43 2014/08/21 12:14:16 wiz Exp $
SHA1 (mpd-0.18.12.tar.xz) = 99ba27a541cb18fcd093d93551d34c1c3145ba49
RMD160 (mpd-0.18.12.tar.xz) = dd19477632f094c4a5f82f9138bdf4cf7d286e60
Size (mpd-0.18.12.tar.xz) = 585824 bytes
-SHA1 (patch-src_output_HttpdOutputPlugin.cxx) = 13ea3603f3d4027844eba3fb5561913774022711
-SHA1 (patch-src_system_ByteOrder.hxx) = 18dd0046bdd7cb7fef1979a40d6b51e7047cd66f
+SHA1 (patch-src_output_HttpdOutputPlugin.cxx) = 6e046d00a4e59c905d8fe014afe854aac1337e8d
+SHA1 (patch-src_system_ByteOrder.hxx) = 240fe7c8f3dd3bfc4eff5a56d0ebf5321a3a0cfb
diff --git a/audio/musicpd/patches/patch-src_output_HttpdOutputPlugin.cxx b/audio/musicpd/patches/patch-src_output_HttpdOutputPlugin.cxx
index 572686ceaa7..492ce6816af 100644
--- a/audio/musicpd/patches/patch-src_output_HttpdOutputPlugin.cxx
+++ b/audio/musicpd/patches/patch-src_output_HttpdOutputPlugin.cxx
@@ -1,4 +1,4 @@
-$NetBSD: patch-src_output_HttpdOutputPlugin.cxx,v 1.1 2014/05/16 00:33:47 pho Exp $
+$NetBSD: patch-src_output_HttpdOutputPlugin.cxx,v 1.2 2014/08/21 12:14:16 wiz Exp $
Inlining this method results in the following error on Mach-O systems
(or at least on Darwin 9):
@@ -7,6 +7,8 @@ Inlining this method results in the following error on Mach-O systems
can't be a weak_definition (currently only supported in section of type
coalesced)
+http://bugs.musicpd.org/view.php?id=4059
+
--- src/output/HttpdOutputPlugin.cxx.orig 2014-05-16 00:08:45.000000000 +0000
+++ src/output/HttpdOutputPlugin.cxx
@@ -479,7 +479,7 @@ httpd_output_pause(struct audio_output *
diff --git a/audio/musicpd/patches/patch-src_system_ByteOrder.hxx b/audio/musicpd/patches/patch-src_system_ByteOrder.hxx
index 3a21fd38b1d..080a1719d8f 100644
--- a/audio/musicpd/patches/patch-src_system_ByteOrder.hxx
+++ b/audio/musicpd/patches/patch-src_system_ByteOrder.hxx
@@ -1,7 +1,9 @@
-$NetBSD: patch-src_system_ByteOrder.hxx,v 1.1 2014/05/16 00:33:47 pho Exp $
+$NetBSD: patch-src_system_ByteOrder.hxx,v 1.2 2014/08/21 12:14:16 wiz Exp $
<endian.h> is a non-standard header that only Linux provides.
+http://bugs.musicpd.org/view.php?id=4060
+
--- src/system/ByteOrder.hxx.orig 2014-05-15 23:46:49.000000000 +0000
+++ src/system/ByteOrder.hxx
@@ -40,8 +40,18 @@