Bug 205486

Summary: accessibility/speech-dispatcher: Split off python into slave port
Product: Ports & Packages Reporter: Koop Mast <kwm>
Component: Individual Port(s)Assignee: Alberto Villa <avilla>
Status: Closed FIXED    
Severity: Affects Only Me CC: fudge, zahari.yurukov
Priority: --- Keywords: feature, patch, patch-ready
Version: LatestFlags: bugzilla: maintainer-feedback? (avilla)
Hardware: Any   
OS: Any   
Attachments:
Description Flags
Split up python support it its own slave port none

Description Koop Mast freebsd_committer freebsd_triage 2015-12-21 11:00:17 UTC
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.
Comment 1 commit-hook freebsd_committer freebsd_triage 2016-01-18 11:54:08 UTC
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
Comment 2 Zahari Yurukov 2016-03-12 10:16:03 UTC
In which release that is expected to be available?