diff options
author | wiz <wiz@pkgsrc.org> | 2015-01-25 14:45:35 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2015-01-25 14:45:35 +0000 |
commit | 1cc7d9217754d1406c13dc1b592713facea204c6 (patch) | |
tree | d0fcb4560d42680398d3785792c8faa5b5324f47 /audio | |
parent | d762718c03972893c96ac942f0b20f9db95841e5 (diff) | |
download | pkgsrc-1cc7d9217754d1406c13dc1b592713facea204c6.tar.gz |
Add upstream bug report URL.
Diffstat (limited to 'audio')
-rw-r--r-- | audio/musicpd/distinfo | 6 | ||||
-rw-r--r-- | audio/musicpd/patches/patch-src_util_Alloc.cxx | 3 | ||||
-rw-r--r-- | audio/musicpd/patches/patch-src_util_Alloc.hxx | 3 |
3 files changed, 7 insertions, 5 deletions
diff --git a/audio/musicpd/distinfo b/audio/musicpd/distinfo index f2dac0167b3..d8f19291983 100644 --- a/audio/musicpd/distinfo +++ b/audio/musicpd/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.57 2015/01/25 14:10:03 pho Exp $ +$NetBSD: distinfo,v 1.58 2015/01/25 14:45:35 wiz 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) = 722fece7583eeaf600e1f695979deb1f5e664b83 -SHA1 (patch-src_util_Alloc.hxx) = 3c145405ee303400dc93fed10662ab4fef47afa5 +SHA1 (patch-src_util_Alloc.cxx) = 95f1f500946ad4213e66987f6c87995e1d4f7e35 +SHA1 (patch-src_util_Alloc.hxx) = f5b5309a777f46a906c2f704934ef99c014db3ea diff --git a/audio/musicpd/patches/patch-src_util_Alloc.cxx b/audio/musicpd/patches/patch-src_util_Alloc.cxx index 07891f11c52..7daf6b777b9 100644 --- a/audio/musicpd/patches/patch-src_util_Alloc.cxx +++ b/audio/musicpd/patches/patch-src_util_Alloc.cxx @@ -1,7 +1,8 @@ -$NetBSD: patch-src_util_Alloc.cxx,v 1.1 2015/01/25 14:10:03 pho Exp $ +$NetBSD: patch-src_util_Alloc.cxx,v 1.2 2015/01/25 14:45:35 wiz 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 --- 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 8c7b8876dbe..2f04b747835 100644 --- a/audio/musicpd/patches/patch-src_util_Alloc.hxx +++ b/audio/musicpd/patches/patch-src_util_Alloc.hxx @@ -1,7 +1,8 @@ -$NetBSD: patch-src_util_Alloc.hxx,v 1.1 2015/01/25 14:10:03 pho Exp $ +$NetBSD: patch-src_util_Alloc.hxx,v 1.2 2015/01/25 14:45:35 wiz 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 --- src/util/Alloc.hxx.orig 2014-10-24 22:28:53.000000000 +0000 +++ src/util/Alloc.hxx |