pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/audio/musicpd musicpd: update to 0.21.4



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e5304a4fe72a
branches:  trunk
changeset: 327648:e5304a4fe72a
user:      triaxx <triaxx%pkgsrc.org@localhost>
date:      Sat Jan 05 12:43:46 2019 +0000

description:
musicpd: update to 0.21.4

Now GCC6 is required

Upstream changes:
ver 0.21.4 (2019/01/04)
* database
  - inotify: fix crash bug "terminate called after throwing ..."
  - upnp: implement "list ... group"
* output
  - httpd: declare protocol "HTTP/1.1" instead of "ICY"
* remove libwrap support
* Windows
  - fix "Failed to accept connection: unknown error"
* fix Haiku build

diffstat:

 audio/musicpd/Makefile                               |   7 +++----
 audio/musicpd/PLIST                                  |   3 ++-
 audio/musicpd/distinfo                               |  11 +++++------
 audio/musicpd/patches/patch-src_client_ClientNew.cxx |  19 -------------------
 4 files changed, 10 insertions(+), 30 deletions(-)

diffs (80 lines):

diff -r 809032f1b914 -r e5304a4fe72a audio/musicpd/Makefile
--- a/audio/musicpd/Makefile    Sat Jan 05 06:21:04 2019 +0000
+++ b/audio/musicpd/Makefile    Sat Jan 05 12:43:46 2019 +0000
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.178 2018/12/13 19:51:41 adam Exp $
+# $NetBSD: Makefile,v 1.179 2019/01/05 12:43:46 triaxx Exp $
 
-DISTNAME=              mpd-0.21.3
+DISTNAME=              mpd-0.21.4
 PKGNAME=               ${DISTNAME:S/mpd/musicpd/}
-PKGREVISION=           1
 CATEGORIES=            audio
 MASTER_SITES=          http://www.musicpd.org/download/mpd/0.21/
 #MASTER_SITES=         ${MASTER_SITE_SOURCEFORGE:=musicpd/}
@@ -22,7 +21,7 @@
 MESON_ARGS+=           -Ddocumentation=true
 
 # c++14
-GCC_REQD+=             4.9
+GCC_REQD+=             6
 
 CPPFLAGS.SunOS+=       -std=gnu99 -D_XOPEN_SOURCE=600 -D__EXTENSIONS__
 
diff -r 809032f1b914 -r e5304a4fe72a audio/musicpd/PLIST
--- a/audio/musicpd/PLIST       Sat Jan 05 06:21:04 2019 +0000
+++ b/audio/musicpd/PLIST       Sat Jan 05 12:43:46 2019 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.10 2018/12/11 10:37:20 wiz Exp $
+@comment $NetBSD: PLIST,v 1.11 2019/01/05 12:43:46 triaxx Exp $
 bin/mpd
 man/man1/mpd.1
 man/man5/mpd.conf.5
@@ -25,6 +25,7 @@
 share/doc/mpd/html/_static/file.png
 share/doc/mpd/html/_static/jquery-3.2.1.js
 share/doc/mpd/html/_static/jquery.js
+share/doc/mpd/html/_static/language_data.js
 share/doc/mpd/html/_static/minus.png
 share/doc/mpd/html/_static/plus.png
 share/doc/mpd/html/_static/pygments.css
diff -r 809032f1b914 -r e5304a4fe72a audio/musicpd/distinfo
--- a/audio/musicpd/distinfo    Sat Jan 05 06:21:04 2019 +0000
+++ b/audio/musicpd/distinfo    Sat Jan 05 12:43:46 2019 +0000
@@ -1,8 +1,7 @@
-$NetBSD: distinfo,v 1.92 2018/12/11 10:37:20 wiz Exp $
+$NetBSD: distinfo,v 1.93 2019/01/05 12:43:46 triaxx Exp $
 
-SHA1 (mpd-0.21.3.tar.xz) = 271cb468f2a1dd63b2daa2db19a03ad19b4ad425
-RMD160 (mpd-0.21.3.tar.xz) = cf95848b219733726e38ab945965b3236185b2a7
-SHA512 (mpd-0.21.3.tar.xz) = c6ce513ea641d026594cd7ae6e9051bd0060e45f5839d89b350ba144cc9094a8e1490052df4d024cbc92d88680ee8e8bae14fc8037431394771018a75c3ee3d7
-Size (mpd-0.21.3.tar.xz) = 664992 bytes
-SHA1 (patch-src_client_ClientNew.cxx) = 8f42af7515fc81f00647b3b4b2e5749a852ff699
+SHA1 (mpd-0.21.4.tar.xz) = ae5370bc90209e0f5d955094a83cee37d9ca15d9
+RMD160 (mpd-0.21.4.tar.xz) = 0af583f0f79d70d7eb39bf61baebae8120a173c2
+SHA512 (mpd-0.21.4.tar.xz) = 454fde206f98f89a58ac773037963ac895ee6ce3e7d1032c49b980a3bfbbb69782a62900a5c09e4b39f24b2d1bcd380d7b520935563dd3b8d02f701389389ca7
+Size (mpd-0.21.4.tar.xz) = 663648 bytes
 SHA1 (patch-src_net_IPv6Address.hxx) = c9e9a5676451e6834fcef359266d37fc15f079e6
diff -r 809032f1b914 -r e5304a4fe72a audio/musicpd/patches/patch-src_client_ClientNew.cxx
--- a/audio/musicpd/patches/patch-src_client_ClientNew.cxx      Sat Jan 05 06:21:04 2019 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,19 +0,0 @@
-$NetBSD: patch-src_client_ClientNew.cxx,v 1.1 2018/12/11 10:37:20 wiz Exp $
-
-Fixes
-/usr/lib/libwrap.so: undefined reference to `allow_severity'
-/usr/lib/libwrap.so: undefined reference to `deny_severity'
-
-https://github.com/MusicPlayerDaemon/MPD/issues/437
-
---- src/client/ClientNew.cxx.orig      2018-11-16 12:27:58.000000000 +0000
-+++ src/client/ClientNew.cxx
-@@ -37,6 +37,8 @@
- 
- #ifdef HAVE_LIBWRAP
- #include <tcpd.h>
-+#include <syslog.h>
-+int allow_severity = LOG_INFO, deny_severity = LOG_INFO;
- #endif
- 
- static constexpr char GREETING[] = "OK MPD " PROTOCOL_VERSION "\n";



Home | Main Index | Thread Index | Old Index