Date: Mon, 04 Jan 2016 06:05:35 +0000 From: bugzilla-noreply@freebsd.org To: python@FreeBSD.org Subject: [Bug 205859] x11/xcb-proto: Make it build against Python 3.5 Message-ID: <bug-205859-21822-35sEptgCZn@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-205859-21822@https.bugs.freebsd.org/bugzilla/> References: <bug-205859-21822@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=3D205859 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=3D165033&action= =3Dedit xcb-proto.patch While I made the same changes to first get xcb-proto building, the ports sy= stem appears to have been updated to handle py3.5. That leads to a cleaner way b= eing to remove the python version tests and PLIST_SUB commenting and replace them with USE_PYTHON=3D py3kplist Don't expect autoplist to work as xcb-proto uses it's own makefile not pyth= ons 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=3DMIT give= s the description "MIT license / X11 license" from Mk/bsd.licenses.db.mk --=20 You are receiving this mail because: You are on the CC list for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-205859-21822-35sEptgCZn>