mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 01:26:39 -04:00
Details: - Big release with new features and fixes, see: https://raw.githubusercontent.com/MusicPlayerDaemon/MPD/v0.23/NEWS including: - New plugins for OPENMTP, PIPEWIRE (both as non-default OPTIONS), and snapcast (later enabled by default, since no new LIB_DEPENDS). - Support for libnpupnp via UPNP OPTION. - DSD over PCM playback via native OSS output. - PROXY requires mpd 0.20 or later now. This might be a regression for some users' use cases, hence no merge to quarterly yet. - While one it: Fix search paths for config files when not using the rc script in the man pages.
10 lines
276 B
C++
10 lines
276 B
C++
--- src/protocol/ArgParser.cxx.orig 2021-10-14 13:25:21 UTC
|
|
+++ src/protocol/ArgParser.cxx
|
|
@@ -24,6 +24,7 @@
|
|
#include "util/NumberParser.hxx"
|
|
|
|
#include <stdlib.h>
|
|
+#include <stdio.h>
|
|
|
|
static inline ProtocolError
|
|
MakeArgError(const char *msg, const char *value) noexcept
|