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.{c,h}xx: Ad...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d23fa8e564b3
branches:  trunk
changeset: 645287:d23fa8e564b3
user:      pho <pho%pkgsrc.org@localhost>
date:      Mon Jan 26 08:22:25 2015 +0000

description:
patches/patch-src_util_Alloc.{c,h}xx: Add a note that the revised patch has also been rejected.

The upstream is not willing to accept any patches to fix build failures on outdated platforms, regardless of whether the patch is rational or not.

diffstat:

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

diffs (48 lines):

diff -r 3afb54785bfa -r d23fa8e564b3 audio/musicpd/distinfo
--- a/audio/musicpd/distinfo    Mon Jan 26 08:00:13 2015 +0000
+++ b/audio/musicpd/distinfo    Mon Jan 26 08:22:25 2015 +0000
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.60 2015/01/26 07:26:55 pho Exp $
+$NetBSD: distinfo,v 1.61 2015/01/26 08:22:25 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_system_Clock.cxx) = fb8aa263c78a15ab942324a987d6429c0b7b41fb
-SHA1 (patch-src_util_Alloc.cxx) = 81540f213e274fa5b8d064c1c93e660047256961
-SHA1 (patch-src_util_Alloc.hxx) = 841c8cf6c1b6a7e46ad0edf1eb31625c0ec6ea66
+SHA1 (patch-src_util_Alloc.cxx) = fcd14700adc0c2f8c792de1ffda7021866fce894
+SHA1 (patch-src_util_Alloc.hxx) = 3dca83980d15b3fd6b3e2af75f3a10e48900b9cf
diff -r 3afb54785bfa -r d23fa8e564b3 audio/musicpd/patches/patch-src_util_Alloc.cxx
--- a/audio/musicpd/patches/patch-src_util_Alloc.cxx    Mon Jan 26 08:00:13 2015 +0000
+++ b/audio/musicpd/patches/patch-src_util_Alloc.cxx    Mon Jan 26 08:22:25 2015 +0000
@@ -1,10 +1,10 @@
-$NetBSD: patch-src_util_Alloc.cxx,v 1.3 2015/01/26 04:17:53 pho Exp $
+$NetBSD: patch-src_util_Alloc.cxx,v 1.4 2015/01/26 08:22:25 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 (rejected)
-http://bugs.musicpd.org/view.php?id=4291 (revised; pending)
+http://bugs.musicpd.org/view.php?id=4291 (revised; rejected too)
 
 --- src/util/Alloc.cxx.orig    2014-10-24 22:28:53.000000000 +0000
 +++ src/util/Alloc.cxx
diff -r 3afb54785bfa -r d23fa8e564b3 audio/musicpd/patches/patch-src_util_Alloc.hxx
--- a/audio/musicpd/patches/patch-src_util_Alloc.hxx    Mon Jan 26 08:00:13 2015 +0000
+++ b/audio/musicpd/patches/patch-src_util_Alloc.hxx    Mon Jan 26 08:22:25 2015 +0000
@@ -1,10 +1,10 @@
-$NetBSD: patch-src_util_Alloc.hxx,v 1.3 2015/01/26 04:17:53 pho Exp $
+$NetBSD: patch-src_util_Alloc.hxx,v 1.4 2015/01/26 08:22:25 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 (rejected)
-http://bugs.musicpd.org/view.php?id=4291 (revised; pending)
+http://bugs.musicpd.org/view.php?id=4291 (revised; rejected too)
 
 --- src/util/Alloc.hxx.orig    2014-10-24 22:28:53.000000000 +0000
 +++ src/util/Alloc.hxx



Home | Main Index | Thread Index | Old Index