Date: Sat, 26 Sep 2020 18:03:03 +0200 From: Jan Beich <jbeich@FreeBSD.org> To: "Tobias C. Berner" <tcberner@FreeBSD.org> Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r550194 - head/multimedia/qt5-multimedia Message-ID: <mu1c-wmo8-wny@FreeBSD.org> In-Reply-To: <202009261528.08QFSnh8095376@repo.freebsd.org> (Tobias C. Berner's message of "Sat, 26 Sep 2020 15:28:49 %2B0000 (UTC)") References: <202009261528.08QFSnh8095376@repo.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
"Tobias C. Berner" <tcberner@FreeBSD.org> writes: > -OPTIONS_RADIO= AUDIOPLUGIN > -OPTIONS_RADIO_AUDIOPLUGIN= ALSA PULSEAUDIO > +OPTIONS_MULTI= AUDIOPLUGIN > +OPTIONS_MULTI_AUDIOPLUGIN= ALSA PULSEAUDIO Are you sure about disallowing ALSA=off + PULSEAUDIO=off builds? _RADIO (unlike _SINGLE) selects between 0 and 1 while _MULTI (unlike _GROUP) selects between 1 and many. $ make config WITHOUT="ALSA PULSEAUDIO" ====> You must check at least one option in the AUDIOPLUGIN multi Config is invalid. Re-edit? [Y/n] Note, I don't understand how it works in practice given OPENAL is not a plugin.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?mu1c-wmo8-wny>