Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 16 Oct 2022 05:34:55 +0200
From:      Jan Beich <jbeich@FreeBSD.org>
To:        Tatsuki Makino <tatsuki_makino@hotmail.com>
Cc:        Dima Panov <fluffy@FreeBSD.org>, FreeBSD Ports <ports@freebsd.org>
Subject:   Re: Blender
Message-ID:  <o7uc-v3ts-wny@FreeBSD.org>
In-Reply-To: <PSAPR03MB5639A5BF89291F017B8B536DFA279@PSAPR03MB5639.apcprd03.prod.outlook.com> (Tatsuki Makino's message of "Sun, 16 Oct 2022 07:10:09 %2B0900")
References:  <20221015124220.7df485d6@dismail.de> <PSAPR03MB563903B2554A4AEBA9D52401FA279@PSAPR03MB5639.apcprd03.prod.outlook.com> <6f526043-c67c-0261-12dd-e8c58612dc86@FreeBSD.org> <PSAPR03MB5639A5BF89291F017B8B536DFA279@PSAPR03MB5639.apcprd03.prod.outlook.com>

next in thread | previous in thread | raw e-mail | index | archive | help
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.



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