Re: How to set ALSA option for multimedia/mpv on 14current.

From: Masachika ISHIZUKA <ish_at_amail.plala.or.jp>
Date: Wed, 15 Dec 2021 06:59:27 UTC
>>   I want to enable ALSA for multimedia/mpv.
>>   As mpv is paused every movies with oss driver, I want to enable
>> ALSA option to privent this.
>
  [snip]
> 
> That procedure will fail if dialog4ports is not installed (12.3-STABLE).
> It is best to su before make to be sure.

  Thank you very much.

  I reinstall dialog4ports (pkg install -f dialog4ports) and
'make config' works fine as follows.

% pkg info dialog4ports | grep FreeBSD_version
        FreeBSD_version: 1400033  <--- too old.
% make config (failed)

% pkg install -f dialog4ports | grep FreeBSD_version
        FreeBSD_version: 1400044
% make config (works fine.)
-- 
Masachika ISHIZUKA