Date: Mon, 04 Jan 2016 03:33:32 +0000 From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 205859] x11/xcb-proto: Make it build against Python 3.5 Message-ID: <bug-205859-13@https.bugs.freebsd.org/bugzilla/>
next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D205859 Bug ID: 205859 Summary: x11/xcb-proto: Make it build against Python 3.5 Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Only Me Priority: --- Component: Individual Port(s) Assignee: x11@FreeBSD.org Reporter: vlad-fbsd@acheronmedia.com Flags: maintainer-feedback?(x11@FreeBSD.org) Assignee: x11@FreeBSD.org Created attachment 165028 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D165028&action= =3Dedit Make xcb-proto build against python 3.5, 3.4 and 2.7 In an attempt to build ALL packages that use Python (anything with "python*= " in USES, except "py3-*" ports and those marked for python2(.7)) against Python= 3.5 exclusively (via DEFAULT_VERSIONS), so we can see what's broken and how, one big blocker was x11/xcb-proto holding down 1000+ packages that were skipped= by Poudriere because it wouldn't build (plist issues with __pycache__ files). This patch makes sure it builds and installs against 3.5 and 3.4, and also tested against default (no DEFAULT_VERSIONS forced) 2.7. While at it, I add= ed the license (which I believe is MIT, looking at the distfile's COPYING file= ) to keep portlint quiet. However, since I'm still a total noob in porting, this needs testing and feedback! Portlint: OK (except warning about Comment) Poudriere: - 10.2 (amd64) OK w/ Python 3.5 - 10.2 (amd64) OK w/ Python 3.4 - 10.2 (amd64) OK w/ Python 2.7 --=20 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-13>