https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=252957
--- Comment #14 from Koichiro Iwao <[email protected]> --- (In reply to Kevin Bowling from comment #13) Formerly, there're so many PulseAudio module ports but I realized there're few ports -xrdp and -sndio now. So these two ports must be bumped at least. These ports install files into `pkg-config --variable=modlibexecdir libpulse` directory. It contains PulseAudio version like "/usr/local/lib/pulse-14.2/modules". PulseAudio looks up modules under "modulelibexecdir" directory so modules are installed under the old PulseAudio directory cannot be recognized by PulseAudio. I think even the modules and new PulseAudio are ABI compatible, they must be rebuilt in order to install into the correct directory. If other ports install any files under version-specific directories, rebuild them too. -- You are receiving this mail because: You are the assignee for the bug. _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-desktop To unsubscribe, send any mail to "[email protected]"
