Tatsuki Makino <[email protected]> writes:
> Dima Panov wrote on 2022/10/16 05:38:
>
>>
>> EXAMPLES is off by default in opensubdiv port, please check your setup
>>
>
> Moin.
>
> Although OPTIONS_DEFAULT is not written directly in
> graphics/opensubdiv/Makefile, but is turned on by default somewhere in
> Mk/bsd.options.mk.
> There is a hint about that in Note of Porter's handbook 5.14.1.3.
In Mk/bsd.options.mk:
# Some options are always enabled by default.
. for _opt in DOCS NLS EXAMPLES IPV6
. if ${COMPLETE_OPTIONS_LIST:M${_opt}}
PORT_OPTIONS+= ${_opt}
. endif
. endfor
OPTIONS_EXCLUDE is a good way to temporarily disable broken options.
Users don't need to re-run "make config" compared to when an option is
moved in or out of OPTIONS_DEFAULT.