pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/audio/musicpd patches/patch-src_util_Alloc.{cxx,hxx}: ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d3963a6a52d9
branches:  trunk
changeset: 645255:d3963a6a52d9
user:      pho <pho%pkgsrc.org@localhost>
date:      Mon Jan 26 04:17:53 2015 +0000

description:
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:

 audio/musicpd/distinfo                         |  6 +++---
 audio/musicpd/patches/patch-src_util_Alloc.cxx |  6 ++++--
 audio/musicpd/patches/patch-src_util_Alloc.hxx |  6 ++++--
 3 files changed, 11 insertions(+), 7 deletions(-)

diffs (47 lines):

diff -r 1e14f12a0b3f -r d3963a6a52d9 audio/musicpd/distinfo
--- a/audio/musicpd/distinfo    Mon Jan 26 04:08:15 2015 +0000
+++ b/audio/musicpd/distinfo    Mon Jan 26 04:17:53 2015 +0000
@@ -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 -r 1e14f12a0b3f -r d3963a6a52d9 audio/musicpd/patches/patch-src_util_Alloc.cxx
--- a/audio/musicpd/patches/patch-src_util_Alloc.cxx    Mon Jan 26 04:08:15 2015 +0000
+++ b/audio/musicpd/patches/patch-src_util_Alloc.cxx    Mon Jan 26 04:17:53 2015 +0000
@@ -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 -r 1e14f12a0b3f -r d3963a6a52d9 audio/musicpd/patches/patch-src_util_Alloc.hxx
--- a/audio/musicpd/patches/patch-src_util_Alloc.hxx    Mon Jan 26 04:08:15 2015 +0000
+++ b/audio/musicpd/patches/patch-src_util_Alloc.hxx    Mon Jan 26 04:17:53 2015 +0000
@@ -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



Home | Main Index | Thread Index | Old Index