Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 15 Dec 2021 18:17:39 +0900
From:      Tomoaki AOKI <junchoon@dec.sakura.ne.jp>
To:        freebsd-ports@freebsd.org
Subject:   Re: How to set ALSA option for multimedia/mpv on 14current.
Message-ID:  <20211215181739.ff38ec1a5e77ff2d15c7debf@dec.sakura.ne.jp>
In-Reply-To: <20211215.155927.771160139468774655.ish@amail.plala.or.jp>
References:  <20211215.122630.2187496195720871029.ish@amail.plala.or.jp> <PSAPR03MB5639BE225821514DE020796BFA769@PSAPR03MB5639.apcprd03.prod.outlook.com> <20211215.155927.771160139468774655.ish@amail.plala.or.jp>

next in thread | previous in thread | raw e-mail | index | archive | help
On Wed, 15 Dec 2021 15:59:27 +0900 (JST)
Masachika ISHIZUKA <ish@amail.plala.or.jp> wrote:

> >>   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
> 

Just a FYI.
This would be no longer required once...

 *ports-mgmt/portconfig is merged into base and
 *Ports framework is modified to support it.

(Any chance?)

Currently, devel/bsddialog, required by portconfig, is already merged.
But ports-mgmt/portconfig requires some changes manually.

 *Edit /usr/ports/Mk/bsd.commands.mk or
 *Add
    DIALOG4PORTS= ${LOCALBASE}/bin/portconfig
  on /etc/make.conf

at minimum.

-- 
Tomoaki AOKI    <junchoon@dec.sakura.ne.jp>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20211215181739.ff38ec1a5e77ff2d15c7debf>