[Bug 205859] x11/xcb-proto: Make it build against Python 3.5
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Mon Jan 4 06:05:36 UTC 2016
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=205859
FreeBSD at ShaneWare.Biz changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |FreeBSD at ShaneWare.Biz
--- Comment #3 from FreeBSD at ShaneWare.Biz ---
Created attachment 165033
--> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=165033&action=edit
xcb-proto.patch
While I made the same changes to first get xcb-proto building, the ports system
appears to have been updated to handle py3.5. That leads to a cleaner way being
to remove the python version tests and PLIST_SUB commenting and replace them
with USE_PYTHON= py3kplist
Don't expect autoplist to work as xcb-proto uses it's own makefile not pythons
distutils.
The other change we should be making is to add PKGNAMEPREFIX to allow the
xcb-proto pymodule to be installed in multiple versions. This leaves the xml
files in share/xcb and the pkgconfig file. I expect moving these will break any
dependencies using these files though. I wonder if this should become two
ports, one for the xml files and one for the python module.
Brendan - X11/Xorg is covered by the MIT license - using LICENSE=MIT gives the
description "MIT license / X11 license" from Mk/bsd.licenses.db.mk
--
You are receiving this mail because:
You are on the CC list for the bug.
More information about the freebsd-python
mailing list