Summary: | accessibility/speech-dispatcher: fix packaging with python3.5 | ||||||
---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | Ruslan Makhmatkhanov <rm> | ||||
Component: | Individual Port(s) | Assignee: | Ruslan Makhmatkhanov <rm> | ||||
Status: | Closed FIXED | ||||||
Severity: | Affects Only Me | CC: | rm | ||||
Priority: | --- | Flags: | bugzilla:
maintainer-feedback?
(avilla) |
||||
Version: | Latest | ||||||
Hardware: | Any | ||||||
OS: | Any | ||||||
Bug Depends on: | |||||||
Bug Blocks: | 204519 | ||||||
Attachments: |
|
A commit references this bug: Author: rm Date: Wed Oct 12 18:55:55 UTC 2016 New revision: 423881 URL: https://svnweb.freebsd.org/changeset/ports/423881 Log: accessibility/py3-speech-dispatcher: fix packaging with python 3.5 While here add NO_ARCH and make couple of whitespace fixes. PR: 213393 Approved by: portmgr (blanket approval) Changes: head/accessibility/py3-speech-dispatcher/Makefile head/accessibility/py3-speech-dispatcher/pkg-plist head/accessibility/speech-dispatcher/Makefile Committed |
Created attachment 175639 [details] fix packaging with py35 This patch is fixing packaging with python3.5. I also marked the python package as architecture independent and did some non-functional whitespace aligning. The patch is kinda hacky, but works well.