Created attachment 164450 [details] Split up python support it its own slave port Currently python support isn't build by default. And while turning it on by default would work, I assume the reason it not yet is because it beefs up the package of speech-dispatcher. I propose the following patch to split python into it's own slave port. Either way is fine with me, I just need python support for accessibility/orca to work.
A commit references this bug: Author: kwm Date: Mon Jan 18 11:54:02 UTC 2016 New revision: 406563 URL: https://svnweb.freebsd.org/changeset/ports/406563 Log: Split off the python bindings into it own slave port. They where not build by default and orca requires the bindings. Bump port revision just to be sure there will be no conflicts. PR: 205486 Approved by: maintainer (timeout 27 days) Changes: head/accessibility/Makefile head/accessibility/py3-speech-dispatcher/ head/accessibility/py3-speech-dispatcher/Makefile head/accessibility/py3-speech-dispatcher/distinfo head/accessibility/py3-speech-dispatcher/files/ head/accessibility/py3-speech-dispatcher/pkg-descr head/accessibility/py3-speech-dispatcher/pkg-plist head/accessibility/speech-dispatcher/Makefile head/accessibility/speech-dispatcher/pkg-plist
In which release that is expected to be available?