head 1.3; access; symbols; locks; strict; comment @# @; 1.3 date 2022.12.21.17.08.39; author triaxx; state dead; branches; next 1.2; commitid LIBCOgnE7TTWNr6E; 1.2 date 2022.12.06.19.37.49; author wiz; state Exp; branches; next 1.1; commitid INZgqFVDNHVh7x4E; 1.1 date 2022.10.17.07.45.13; author triaxx; state Exp; branches; next ; commitid GRxNVUF2Q8ivM2YD; desc @@ 1.3 log @musicpd: Remove useless patch pkgsrc changes: --------------- * Remove patch for which the issue has been fixed upstream: https://github.com/MusicPlayerDaemon/MPD/commit/32bddfa * Bump revision @ text @$NetBSD: patch-src_archive_plugins_meson.build,v 1.2 2022/12/06 19:37:49 wiz Exp $ Fix building on MacOS when bzip2 and zziplib are disabled. The libarchive plugin cannot be created since ar doesn't seem to want to create empty library. Patch submitted upstream: https://github.com/MusicPlayerDaemon/MPD/issues/1650 --- src/archive/plugins/meson.build.orig 2022-11-28 15:55:46.000000000 +0000 +++ src/archive/plugins/meson.build @@@@ -26,6 +26,7 @@@@ if not found_archive_plugin subdir_done() endif +if libiso9660_dep.found() or libbz2_dep.found() or libzzip_dep.found() archive_plugins = static_library( 'archive_plugins', archive_plugins_sources, @@@@ -44,3 +45,4 @@@@ archive_plugins_dep = declare_dependency input_glue_dep, ], ) +endif @ 1.2 log @musicpd: update to 0.23.11. ver 0.23.11 (2022/11/28) * database - simple: move default database to ~/.cache/mpd/db from ~/.cache/mpd.db - simple: default "cache_directory" to ~/.cache/mpd/mounts * macOS: fix build failure "no archive members specified" * Windows - fix crash bug (stack buffer overflow) after I/O errors - fix path traversal bug because backslash was allowed in playlist names * Android/Windows - update OpenSSL to 3.0.7 - re-enable CURL's verbose error strings @ text @d1 1 a1 1 $NetBSD: patch-src_archive_plugins_meson.build,v 1.1 2022/10/17 07:45:13 triaxx Exp $ @ 1.1 log @musicpd: Update to 0.23.10 pkgsrc changes: --------------- * Fix archive plugins building error on MacOS when bzip2 and zziplib are disabled. upstream changes: ----------------- ver 0.23.10 (2022/10/14) * storage - curl: fix file time stamps * decoder - ffmpeg: fix libfmt 9 compiler warning * encoder - flac: fix failure when libFLAC is built without Ogg support * output - alsa: fix crash bug * Windows - log to stdout by default, don't require "log_file" setting @ text @d1 1 a1 1 $NetBSD$ d7 1 a7 1 --- src/archive/plugins/meson.build.orig 2022-10-14 21:51:41.000000000 +0000 d9 2 a10 2 @@@@ -22,6 +22,7 @@@@ if libzzip_dep.found() found_archive_plugin = true d17 1 a17 1 @@@@ -40,3 +41,4 @@@@ archive_plugins_dep = declare_dependency @