Created attachment 186105 [details] Proposed patch (since 447399 revision) Patch to update audio/pulseaudio port from 10.0 to 11.0 version. Look following links for changes: https://www.freedesktop.org/wiki/Software/PulseAudio/Notes/11.0/ https://github.com/pulseaudio/pulseaudio/compare/v10.0...v11.0 - Regenerate files/patch-src_Makefile.in - Adapt files/patch-src_modules_module-detect.c [*] - Add files/patch-src_modules_raop_raop-client.c - Adapt pkg-plist * - Changes after following commit: https://github.com/pulseaudio/pulseaudio/commit/a448cc587c203bba42b1b9805317088e95775f71 The build was tested on FreeBSD 10.3 amd64 (native and with using poudriere).
(In reply to comment #0) > * - Changes after following commit: > https://github.com/pulseaudio/pulseaudio/commit/a448cc587c203bba42b1b9805317088e95775f71 * - Changes after following commits: https://github.com/pulseaudio/pulseaudio/commit/6b348961304903483aa78d4ddc1fd036ef75a7cb https://github.com/pulseaudio/pulseaudio/commit/a448cc587c203bba42b1b9805317088e95775f71
Created attachment 186107 [details] Proposed patch (since 447399 revision) The poudriere testport log showed following line: configure: WARNING: unrecognized options: --disable-xen - Remove "--disable-xen" from CONFIGURE_ARGS [**] ** - The "--disable-xen" configure option was removed in following commit: https://github.com/pulseaudio/pulseaudio/commit/c81f3da53b908a05e6325b6bc0dfb4cd5b08f8ec
A commit references this bug: Author: jbeich Date: Wed Sep 6 17:46:55 UTC 2017 New revision: 449350 URL: https://svnweb.freebsd.org/changeset/ports/449350 Log: audio/pulseaudio: update to 11.0 - Drop --disable-xen following upstream change in 10.0 Changes: https://www.freedesktop.org/wiki/Software/PulseAudio/Notes/11.0/ ABI: https://abi-laboratory.pro/tracker/timeline/pulseaudio/ PR: 222093 Submitted by: lightside <lightside@gmx.com> MFH: 2017Q3 Changes: head/audio/pulseaudio/Makefile head/audio/pulseaudio/distinfo head/audio/pulseaudio/files/patch-src_Makefile.in head/audio/pulseaudio/files/patch-src_modules_module-detect.c head/audio/pulseaudio/files/patch-src_modules_raop_raop-client.c head/audio/pulseaudio/pkg-plist
Thanks. Landed.