https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=204519
--- Comment #25 from commit-h...@freebsd.org --- A commit references this bug: Author: rm Date: Fri Sep 23 22:45:03 UTC 2016 New revision: 422698 URL: https://svnweb.freebsd.org/changeset/ports/422698 Log: graphics/py-opencv: limit python version to 2.x Python module of OpenCV 2.4.9 is not compatible with Python 3.x - both on cmake infrastructure level and on module itself level, so just mark it as Python 2.x only and remove all the python3 shims - they are don't make any difference anyway. We can patch that hardly to make it work, but it's better to just update to latest version that have python3 support out of the box. PR: 204519 (for tracking) Changes: head/graphics/opencv/Makefile head/graphics/py-opencv/Makefile head/graphics/py-opencv/pkg-plist -- You are receiving this mail because: You are on the CC list for the bug. _______________________________________________ freebsd-python@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-python To unsubscribe, send any mail to "freebsd-python-unsubscr...@freebsd.org"