On 2018/04/25 12:51, mazocomp wrote: > > - net/toxic: use the python module, don't RUN_DEPENDS += lang/python/3.6 > > > It's an error to use python module in this port:
It's an error to _not_ use the python module in a port that uses python because it will cause pain when we switch versions - easy fix for this though: > ===> Building for toxic-0.8.2 > /usr/local/bin/python3.6: can't open file './setup.py': [Errno 2] No > such file or directory > *** Error 2 in . (/usr/ports/lang/python/python.port.mk:185 'do-build': > @: ;mkdir -p /tmp/pobj/toxic-0.8.2-python3/lib/python3.6/site-packag...) > *** Error 1 in . (/usr/ports/infrastructure/mk/bsd.port.mk:2736 > '/tmp/pobj/toxic-0.8.2-python3/.build_done') > *** Error 1 in /usr/ports/openbsd-wip/net/toxic > (/usr/ports/infrastructure/mk/bsd.port.mk:2417 'all') set CONFIGURE_STYLE=none.
