summaryrefslogtreecommitdiff
path: root/audio
diff options
context:
space:
mode:
authorpho <pho@pkgsrc.org>2015-01-26 04:17:53 +0000
committerpho <pho@pkgsrc.org>2015-01-26 04:17:53 +0000
commit1e2bfcb005c318848376b3f9f231658b1bc23b84 (patch)
treef335542bbfbb3c5367df385367508eeb1b283cbb /audio
parent556815a541bf0bb7a708c8da1c0763c16dc4e5aa (diff)
downloadpkgsrc-1e2bfcb005c318848376b3f9f231658b1bc23b84.tar.gz
patches/patch-src_util_Alloc.{cxx,hxx}: Add upstream bug report URL
The previous report 4289 was rejected as the upstream doesn't have interest in Darwin support. I created a better patch and sent it to the upstream to see if it has any chance to be merged.
Diffstat (limited to 'audio')
-rw-r--r--audio/musicpd/distinfo6
-rw-r--r--audio/musicpd/patches/patch-src_util_Alloc.cxx6
-rw-r--r--audio/musicpd/patches/patch-src_util_Alloc.hxx6
3 files changed, 11 insertions, 7 deletions
diff --git a/audio/musicpd/distinfo b/audio/musicpd/distinfo
index d8f19291983..d0f0de86ef1 100644
--- a/audio/musicpd/distinfo
+++ b/audio/musicpd/distinfo
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.58 2015/01/25 14:45:35 wiz Exp $
+$NetBSD: distinfo,v 1.59 2015/01/26 04:17:53 pho Exp $
SHA1 (mpd-0.19.8.tar.xz) = e5e325b666474bddec6c07502fa2dcf3710a42e3
RMD160 (mpd-0.19.8.tar.xz) = eec522d7a2ba4b91c0d7e2ca44bce3a14313a69d
Size (mpd-0.19.8.tar.xz) = 705108 bytes
SHA1 (patch-src_output_plugins_httpd_HttpdOutputPlugin.cxx) = b47d79cc49a27d732a7531e23d666bf9df748bec
-SHA1 (patch-src_util_Alloc.cxx) = 95f1f500946ad4213e66987f6c87995e1d4f7e35
-SHA1 (patch-src_util_Alloc.hxx) = f5b5309a777f46a906c2f704934ef99c014db3ea
+SHA1 (patch-src_util_Alloc.cxx) = 81540f213e274fa5b8d064c1c93e660047256961
+SHA1 (patch-src_util_Alloc.hxx) = 841c8cf6c1b6a7e46ad0edf1eb31625c0ec6ea66
diff --git a/audio/musicpd/patches/patch-src_util_Alloc.cxx b/audio/musicpd/patches/patch-src_util_Alloc.cxx
index 7daf6b777b9..43237e6c724 100644
--- a/audio/musicpd/patches/patch-src_util_Alloc.cxx
+++ b/audio/musicpd/patches/patch-src_util_Alloc.cxx
@@ -1,8 +1,10 @@
-$NetBSD: patch-src_util_Alloc.cxx,v 1.2 2015/01/25 14:45:35 wiz Exp $
+$NetBSD: patch-src_util_Alloc.cxx,v 1.3 2015/01/26 04:17:53 pho Exp $
Some platforms (e.g. Darwin 9) don't have strndup(3), but the function
xstrndup() isn't used in the first place.
-http://bugs.musicpd.org/view.php?id=4289
+
+http://bugs.musicpd.org/view.php?id=4289 (rejected)
+http://bugs.musicpd.org/view.php?id=4291 (revised; pending)
--- src/util/Alloc.cxx.orig 2014-10-24 22:28:53.000000000 +0000
+++ src/util/Alloc.cxx
diff --git a/audio/musicpd/patches/patch-src_util_Alloc.hxx b/audio/musicpd/patches/patch-src_util_Alloc.hxx
index 2f04b747835..4a64a3198ef 100644
--- a/audio/musicpd/patches/patch-src_util_Alloc.hxx
+++ b/audio/musicpd/patches/patch-src_util_Alloc.hxx
@@ -1,8 +1,10 @@
-$NetBSD: patch-src_util_Alloc.hxx,v 1.2 2015/01/25 14:45:35 wiz Exp $
+$NetBSD: patch-src_util_Alloc.hxx,v 1.3 2015/01/26 04:17:53 pho Exp $
Some platforms (e.g. Darwin 9) don't have strndup(3), but the function
xstrndup() isn't used in the first place.
-http://bugs.musicpd.org/view.php?id=4289
+
+http://bugs.musicpd.org/view.php?id=4289 (rejected)
+http://bugs.musicpd.org/view.php?id=4291 (revised; pending)
--- src/util/Alloc.hxx.orig 2014-10-24 22:28:53.000000000 +0000
+++ src/util/Alloc.hxx