On 2021/12/20 00:54, Omar Polo wrote: > Omar Polo <o...@openbsd.org> writes: > > Anyway, I'd do the opposite regarding the flavor: add a -guile flavor to > > enable guile support. `no_*' flavors are treated especially (see > > bsd.port.mk(5)) and for what I can see flavors usually add stuff (see > > mail/mutt for instance).
There are both uses, no_x11 is a common one. The special handling with no_XXX is a special feature with multi-packages but doesn't prevent a real flavour named no_something. > On a second thought, we might just enable guile in the port without > adding another flavor. (only build tested) That seems a better approach to me.