Re: git: b908f6c45e02 - main - bsd.mkopt.mk: Add REQUIRED_OPTIONS list

From: Ed Maste <emaste_at_freebsd.org>
Date: Tue, 20 Jun 2023 01:04:43 UTC
On Mon, 19 Jun 2023 at 20:23, Colin Percival <cperciva@freebsd.org> wrote:
>
> The branch main has been updated by cperciva:
>
> URL: https://cgit.FreeBSD.org/src/commit/?id=b908f6c45e0202deb86fc9bde1b07212924c05fc
>
> commit b908f6c45e0202deb86fc9bde1b07212924c05fc
> Author:     Colin Percival <cperciva@FreeBSD.org>
> AuthorDate: 2023-06-17 20:08:37 +0000
> Commit:     Colin Percival <cperciva@FreeBSD.org>
> CommitDate: 2023-06-20 00:23:09 +0000
>
>     bsd.mkopt.mk: Add REQUIRED_OPTIONS list
>
>     Options on this list will be forced to 'yes'.  This is intended for use
>     as a transitional measure when an option is ceasing to be optional,
>     before all of the associated make logic is removed.

Should we emit a warning when an option is disabled in src.conf but
specified in REQUIRED_OPTIONS?

e.g. warning: WITHOUT_CAPSICUM option ignored: it is no longer supported