[Bug 271980] [PATCH] audio/aubio: unbreak build with python 3.11+ (+)

From: <bugzilla-noreply_at_freebsd.org>
Date: Tue, 13 Jun 2023 13:02:11 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=271980

            Bug ID: 271980
           Summary: [PATCH] audio/aubio: unbreak build with python 3.11+
                    (+)
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Some People
          Priority: ---
         Component: Individual Port(s)
          Assignee: jhale@FreeBSD.org
          Reporter: fluffy@FreeBSD.org
             Flags: maintainer-feedback?(jhale@FreeBSD.org)
          Assignee: jhale@FreeBSD.org

Created attachment 242761
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=242761&action=edit
[PATCH] audio/aubio: unbreak build with python 3.11+ (+)

[PATCH] audio/aubio: unbreak build with python 3.11+ (+)

Python have set default and deprecated flag 'U' (open as Unicode)
for all file open routines since 3.3 release and removed it in 3.11+

Move post-patch rules out of !SLAVE_PORT section to common part because
audio/py-aulib also needs these fixes

Reported by:    poudriere fallout

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