Re: unknown flavor py37

From: Chris <portmaster_at_bsdforge.com>
Date: Thu, 26 May 2022 21:41:19 UTC
On 2022-05-26 14:29, Tatsuki Makino wrote:
> Daniel Braniss wrote on 2022/05/27 00:23:
>> 
>> sorry, my bad, it was make FLAVOR=py37
>> and the result was
>> ===> py37-psutil-5.9.1 Unknown flavor 'py37', possible flavors: py38.
>> 
>> 
> 
> Defining BUILD_ALL_PYTHON_FLAVORS is a way to unlock this restriction.
> Perhaps it should be defined in ENV. (I don't know much about it :) )
> 
> env BUILD_ALL_PYTHON_FLAVORS=1 make -C /usr/ports/multimedia/openshot 
> FLAVOR=py39 build
Wouldn't make -DBUILD_ALL_PYTHON_FLAVORS ... get it?
Or add BUILD_ALL_PYTHON_FLAVORS=true to make.conf(5) work? Even if it's only 
temporary. :-)

HTH

Chris
> 
> But, like this, a funny thing may happen. (Later,
> DOCS_BINARY_ALIAS=sphinx-build=sphinx-build-${PYTHON_VER} will be added :) )
> 
> Regards.