I have successfully (accidentally) managed to build pyqt5 from ports under HEAD against python 2 but I'm having no luck building it against python 3. In devel/py-qt5 I'm running:
but that command fails telling me
How do I build or install py34-qt5-core? Note that I tried with py36 before py34 and I had even less luck.
Also, is there a way to automate the building of stuff from ports AND ALL THE REQUIRED DEPS without setting up poudriere? I'd like a freebsd equivalent of packer / pacaur etc.
Code:
make PYTHON_VERSION=3.4 install
but that command fails telling me
Code:
py34-qt5-core>=5.7.1 is not found
How do I build or install py34-qt5-core? Note that I tried with py36 before py34 and I had even less luck.
Also, is there a way to automate the building of stuff from ports AND ALL THE REQUIRED DEPS without setting up poudriere? I'd like a freebsd equivalent of packer / pacaur etc.