Summary: | x11/libxcb: Fails in build with Python 3 after r425430 | ||||||||
---|---|---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | John W. O'Brien <john> | ||||||
Component: | Individual Port(s) | Assignee: | Ruslan Makhmatkhanov <rm> | ||||||
Status: | Closed FIXED | ||||||||
Severity: | Affects Only Me | CC: | rm | ||||||
Priority: | --- | Flags: | bugzilla:
maintainer-feedback?
(x11) john: maintainer-feedback? |
||||||
Version: | Latest | ||||||||
Hardware: | Any | ||||||||
OS: | Any | ||||||||
Attachments: |
|
Description
John W. O'Brien
2016-11-06 19:32:31 UTC
Created attachment 176700 [details]
x11/libxcb: Backport py3k regression fixes
Changelog:
* Backport upstream fix for py3k compatibility
* While here, pet portlint
QA:
portlint -- OK
poudriere --
10.3-STABLE amd64 python2.7 -- OK
10.3-STABLE amd64 python3.4 -- OK
10.3-STABLE amd64 python3.5 -- OK
A commit references this bug: Author: rm Date: Mon Nov 7 09:36:15 UTC 2016 New revision: 425598 URL: https://svnweb.freebsd.org/changeset/ports/425598 Log: x11/libxcb: fix build with python3 Add upstream patches to fix build/packaging with python3 as default after the recent update. python3 is not default, so no PORTREVISION bump is required. PR: 214281 Submitted by: John W. O'Brien <john@saltant.com> Approved by: portmgr (just-fix-it blanket) Changes: head/x11/libxcb/Makefile head/x11/libxcb/files/patch-src_c__client.py head/x11/libxcb/files/patch-tests-check_public.c Committed, thank you! |