graphics/vigra/Makefile: -USES= cmake compiler:c++14-lang python:2.7,run shebangfix +USES= cmake compiler:c++14-lang python:run shebangfix Tested build on 12.1 amd64.
- NUMPY_USES= compiler:gcc-c++11-lib python:2.7,build + NUMPY_USES= compiler:gcc-c++11-lib python:build
The change to Python 3.7 builds and installs fine. Vigra seems to work fine as a dependency of math/saga. I am looking forward to a commit ;)
(In reply to Rainer Hurling from comment #2) editors/libreoffice depends on vigra and build fine too.
(In reply to Rainer Hurling from comment #2) testing with py36/37/38 :) Looks good, no failures. Will commit tonight
A commit references this bug: Author: fluffy Date: Mon Jun 1 17:09:32 UTC 2020 New revision: 537494 URL: https://svnweb.freebsd.org/changeset/ports/537494 Log: graphics/vigra: get rid of hardcoded python2.7 dependency tested with python 3.6/3.7/3.8, no consumer issues detected PR: 244371 Reported by: VVD <vvd@unislabs.com> Changes: head/graphics/vigra/Makefile
Committed, thanks!