Bug 268622 - audio/supercollider: Fix compatibility with libsndfile 1.2.0
Summary: audio/supercollider: Fix compatibility with libsndfile 1.2.0
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Daniel Engberg
URL:
Keywords:
Depends on:
Blocks: 268621
  Show dependency treegraph
 
Reported: 2022-12-28 20:27 UTC by Daniel Engberg
Modified: 2023-01-09 17:47 UTC (History)
1 user (show)

See Also:
ports: maintainer-feedback+


Attachments
Patch for supercollider (1.29 KB, patch)
2022-12-28 20:27 UTC, Daniel Engberg
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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