Date: Mon, 04 Jan 2016 06:05:35 +0000 From: bugzilla-noreply@freebsd.org To: x11@FreeBSD.org Subject: [Bug 205859] x11/xcb-proto: Make it build against Python 3.5 Message-ID: <bug-205859-7141-C2QzSNgQwC@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-205859-7141@https.bugs.freebsd.org/bugzilla/> References: <bug-205859-7141@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=205859 FreeBSD@ShaneWare.Biz changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |FreeBSD@ShaneWare.Biz --- Comment #3 from FreeBSD@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 the assignee for the bug.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-205859-7141-C2QzSNgQwC>
