pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/audio/musicpd musicpd: Fix sysconfdir paths



details:   https://anonhg.NetBSD.org/pkgsrc/rev/02629d8abf8e
branches:  trunk
changeset: 381760:02629d8abf8e
user:      triaxx <triaxx%pkgsrc.org@localhost>
date:      Tue Jul 12 20:16:08 2022 +0000

description:
musicpd: Fix sysconfdir paths

diffstat:

 audio/musicpd/Makefile                              |  8 +++++++-
 audio/musicpd/distinfo                              |  5 +++--
 audio/musicpd/patches/patch-src_net_IPv6Address.hxx |  4 ++--
 3 files changed, 12 insertions(+), 5 deletions(-)

diffs (54 lines):

diff -r e36d216e3ba5 -r 02629d8abf8e audio/musicpd/Makefile
--- a/audio/musicpd/Makefile    Tue Jul 12 15:16:36 2022 +0000
+++ b/audio/musicpd/Makefile    Tue Jul 12 20:16:08 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.269 2022/07/11 08:25:59 adam Exp $
+# $NetBSD: Makefile,v 1.270 2022/07/12 20:16:08 triaxx Exp $
 
 DISTNAME=      mpd-0.23.8
 PKGNAME=       ${DISTNAME:S/mpd/musicpd/}
@@ -107,6 +107,12 @@
 SUBST_MESSAGE.sphinx=  Fixing sphinx binary name.
 SUBST_SED.sphinx+=     -e "s,sphinx-build,sphinx-build-${PYVERSSUFFIX},"
 
+SUBST_CLASSES+=                doc
+SUBST_STAGE.doc=       pre-configure
+SUBST_FILES.doc=       doc/mpd.conf.5.rst
+SUBST_MESSAGE.doc=     Fixing sysconfdir path in mpd.conf location.
+SUBST_VARS.doc+=       PKG_SYSCONFDIR
+
 INSTALLATION_DIRS=     ${EGDIR} ${EGDIR}/logrotate.d
 
 PYTHON_FOR_BUILD_ONLY=         tool
diff -r e36d216e3ba5 -r 02629d8abf8e audio/musicpd/distinfo
--- a/audio/musicpd/distinfo    Tue Jul 12 15:16:36 2022 +0000
+++ b/audio/musicpd/distinfo    Tue Jul 12 20:16:08 2022 +0000
@@ -1,7 +1,8 @@
-$NetBSD: distinfo,v 1.137 2022/07/11 08:25:59 adam Exp $
+$NetBSD: distinfo,v 1.138 2022/07/12 20:16:08 triaxx Exp $
 
 BLAKE2s (mpd-0.23.8.tar.xz) = f7573d127356d7e8a2042086abdd4b65eedd9eea85b80505a26277a7a892a898
 SHA512 (mpd-0.23.8.tar.xz) = 62f7571de29a329b8ef1fc6f7c338125e70895e06fca134eb9ade19635498ec13da00511870bfadabc5a9ccb090c44543d3101361ffe109e4fadce66435b37ab
 Size (mpd-0.23.8.tar.xz) = 773280 bytes
-SHA1 (patch-src_net_IPv6Address.hxx) = 3e0ad6e63a970a17d0d8b2403acc538d8b08342e
+SHA1 (patch-doc_mpd.conf.5.rst) = ee22092564075cdf7917e4e66687f6ab98b5817c
+SHA1 (patch-src_net_IPv6Address.hxx) = f89b838ad5e946c5db8d95a6dd560e02bdccae29
 SHA1 (patch-src_util_WStringAPI.hxx) = 92f39096770943c26d8aaae8a7581d4daca2d233
diff -r e36d216e3ba5 -r 02629d8abf8e audio/musicpd/patches/patch-src_net_IPv6Address.hxx
--- a/audio/musicpd/patches/patch-src_net_IPv6Address.hxx       Tue Jul 12 15:16:36 2022 +0000
+++ b/audio/musicpd/patches/patch-src_net_IPv6Address.hxx       Tue Jul 12 20:16:08 2022 +0000
@@ -1,4 +1,4 @@
-$NetBSD: patch-src_net_IPv6Address.hxx,v 1.2 2020/10/02 09:47:09 wiz Exp $
+$NetBSD: patch-src_net_IPv6Address.hxx,v 1.3 2022/07/12 20:16:08 triaxx Exp $
 
 Fixes
 In file included from /usr/include/netinet/in.h:372:0,
@@ -15,7 +15,7 @@
 
 --- src/net/IPv6Address.hxx.orig       2020-09-23 13:26:51.000000000 +0000
 +++ src/net/IPv6Address.hxx
-@@ -41,6 +41,7 @@
+@@ -40,6 +40,7 @@
  #include <ws2tcpip.h>
  #else
  #include <netinet/in.h>



Home | Main Index | Thread Index | Old Index