[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 03:33:33 UTC 2016


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=205859

            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 at FreeBSD.org
          Reporter: vlad-fbsd at acheronmedia.com
             Flags: maintainer-feedback?(x11 at FreeBSD.org)
          Assignee: x11 at FreeBSD.org

Created attachment 165028
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=165028&action=edit
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 added
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

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-x11 mailing list