Le Sat, Mar 29, 2025 at 04:48:17PM +0100, Kirill A. Korinsky a écrit : > On Sat, 29 Mar 2025 12:16:00 +0100, > Landry Breuil <lan...@openbsd.org> wrote: > > > > please test in your most unusual setups for potential regressions, but > > i'm now more confident in that updated, so oks now welcome :) > > > > I use it with WebDAV / HTTP storage and nginx with caching in between. > > Update of audio/mpd works on -current/amd64, no regression so far. > > Now it has doxygen build option, and I think we should disable it to avoid > build docs when doxygen is installed.
ah, hadnt spotted it, but fortunately it seems disabled by default: meson_options.txt:option('doxygen', type: 'boolean', value: false, description: 'Build doxygen source documentation') but worth adding it to the Makefile to ensure it stays this way.