Re: Blender

From: Jan Beich <jbeich_at_FreeBSD.org>
Date: Sun, 16 Oct 2022 03:34:55 UTC
Tatsuki Makino <tatsuki_makino@hotmail.com> 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.