Bug 268622

Summary: audio/supercollider: Fix compatibility with libsndfile 1.2.0
Product: Ports & Packages Reporter: Daniel Engberg <diizzy>
Component: Individual Port(s)Assignee: Daniel Engberg <diizzy>
Status: Closed FIXED    
Severity: Affects Only Me CC: ports
Priority: --- Flags: ports: maintainer-feedback+
Version: Latest   
Hardware: Any   
OS: Any   
Bug Depends on:    
Bug Blocks: 268621    
Attachments:
Description Flags
Patch for supercollider none

Description Daniel Engberg freebsd_committer freebsd_triage 2022-12-28 20:27:41 UTC
Created attachment 239096 [details]
Patch for supercollider

Backport upstream commit b9dd70c4c8d61c93d7a70645e0bd18fa76e6834e to fix compilation with libsndfile 1.2.0

Compile tested on FreeBSD 13.1-STABLE (amd64) (make, make check-plist, make test)
Poudriere testport OK 12.3-RELEASE (amd64)

Reference:
https://github.com/supercollider/supercollider/commit/b9dd70c4c8d61c93d7a70645e0bd18fa76e6834e
Comment 1 Daniel Engberg freebsd_committer freebsd_triage 2023-01-02 16:50:38 UTC
Thanks, I'll commit it once libsndfile lands.
Comment 2 commit-hook freebsd_committer freebsd_triage 2023-01-09 17:47:39 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=de8a481a33cdeafd14edc6d0df2e20c9d0b635f1

commit de8a481a33cdeafd14edc6d0df2e20c9d0b635f1
Author:     Daniel Engberg <diizzy@FreeBSD.org>
AuthorDate: 2023-01-09 17:45:11 +0000
Commit:     Daniel Engberg <diizzy@FreeBSD.org>
CommitDate: 2023-01-09 17:45:15 +0000

    audio/supercollider: Fix compatibility with libsndfile 1.2.0

    Backport upstream commit b9dd70c4c8d61c93d7a70645e0bd18fa76e6834e
    to fix compilation with libsndfile 1.2.0

    PR:             268622
    Reviewed by:    Neal Nelson <ports@nicandneal.net> (maintainer)

 audio/supercollider/Makefile | 5 ++++-
 audio/supercollider/distinfo | 4 +++-
 2 files changed, 7 insertions(+), 2 deletions(-)
Comment 3 Daniel Engberg freebsd_committer freebsd_triage 2023-01-09 17:47:52 UTC
Committed, thanks