I tried to run
and hit
==> py37-yaml-5.3.1_1 FLAVOR is defined (to py37) while this port does not have FLAVORS.
but when I try to set a flavor I get
===> unifi6-6.0.45 FLAVOR is defined (to py37) while this port does not have FLAVORS.
How in the world did the ports system wind up in a state where a basic "make install" doesn't work out of the box? What do I need to do to get ports to install now??
I've been using FreeBSD for almost 20 years (I for a while even used CTM to pull source and ports) and this is the first time I've been outright upset and not just frustrated or confused for a bit.
cd /usr/ports/net-mgmt/unifi6 && make install
and hit
==> py37-yaml-5.3.1_1 FLAVOR is defined (to py37) while this port does not have FLAVORS.
but when I try to set a flavor I get
sudo make FLAVOR=py37 install
===> unifi6-6.0.45 FLAVOR is defined (to py37) while this port does not have FLAVORS.
How in the world did the ports system wind up in a state where a basic "make install" doesn't work out of the box? What do I need to do to get ports to install now??
I've been using FreeBSD for almost 20 years (I for a while even used CTM to pull source and ports) and this is the first time I've been outright upset and not just frustrated or confused for a bit.