On 2021/02/23 15:32, Kurt Mosiejczuk wrote:
> On Tue, Feb 23, 2021 at 07:59:34PM +0000, Stuart Henderson wrote:
> > Here's a first cut at fixing python version handling in portgen
> > now the default has changed to MODPY_DEFAULT_VERSION_3.
> 
> > For a port with just a py3 version it currently uses
> 
> > FLAVORS =   python3
> > FLAVOR ?=   python3
> 
> > It ought to use
> 
> > FLAVORS =   python3
> > FLAVOR =    python3
> 
> > but I can't figure out where it's deciding to use ?= instead of =.
> > Does anyone see where that's coming from?
> 
> I have a vague recollection that the "=" versus "?=" thing is handled in
> some of the support libraries above the language-specific stuff.

Oh...it copies it from /usr/ports/infrastructure/templates/Makefile.template

Hmmmmm

Reply via email to