Summary: | audio/py-essentia: fix build with python 3.11 | ||||||
---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | Ruslan Makhmatkhanov <rm> | ||||
Component: | Individual Port(s) | Assignee: | Ruslan Makhmatkhanov <rm> | ||||
Status: | Closed FIXED | ||||||
Severity: | Affects Only Me | CC: | rm | ||||
Priority: | --- | Flags: | yuri:
maintainer-feedback+
|
||||
Version: | Latest | ||||||
Hardware: | Any | ||||||
OS: | Any | ||||||
Bug Depends on: | |||||||
Bug Blocks: | 275494 | ||||||
Attachments: |
|
Description
Ruslan Makhmatkhanov
![]() ![]() Approved, thanks for the patch. Please commit it. A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=d179521238ffd98c49a67787a796f335786e233f commit d179521238ffd98c49a67787a796f335786e233f Author: Ruslan Makhmatkhanov <rm@FreeBSD.org> AuthorDate: 2024-01-28 18:39:53 +0000 Commit: Ruslan Makhmatkhanov <rm@FreeBSD.org> CommitDate: 2024-01-28 18:39:53 +0000 audio/py-essentia: fix build with python 3.11 Bundled waf is outdated and doesn't support changes, introduced in python3.11, this leads to packaging issue. Make it pull freshier waf from upstream repository to fix the issue. PR: 276685 PR: 275494 Approved by: yuri (maintainer) audio/py-essentia/Makefile | 8 +++++++- audio/py-essentia/distinfo | 4 +++- 2 files changed, 10 insertions(+), 2 deletions(-) Committed, thanks! |