Bug 266856 - audio/libmysofa: Update to 1.3
Summary: audio/libmysofa: Update to 1.3
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: Jason E. Hale
URL: https://github.com/hoene/libmysofa/re...
Keywords:
Depends on:
Blocks:
 
Reported: 2022-10-05 17:42 UTC by Daniel Engberg
Modified: 2022-10-09 12:39 UTC (History)
0 users

See Also:
jhale: maintainer-feedback+


Attachments
Patch for libmysofa (1.89 KB, patch)
2022-10-05 17:42 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-10-05 17:42:59 UTC
Created attachment 237112 [details]
Patch for libmysofa

Backport upstream commit 7aa1a10277e79642fe900552825b5e37f4fb6425 to fix build
Don't build static library

Compile and runtime tested on FreeBSD 13.1-STABLE (amd64) (make, make check-plist, make test)
Poudriere testport OK 12.3-RELEASE (amd64) also with audio/openal-soft
Poudriere testport OK 13.1-RELEASE (i386) also with audio/openal-soft
Comment 1 Jason E. Hale freebsd_committer freebsd_triage 2022-10-07 04:28:49 UTC
I was already working on an update for this, just didn't push it yet. Why do you want to disable the static library?
Comment 2 commit-hook freebsd_committer freebsd_triage 2022-10-07 05:51:49 UTC
A commit in branch main references this bug:

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

commit f3c3b49b884a358e1d55bb97b3a9fbb17e4e15ac
Author:     Jason E. Hale <jhale@FreeBSD.org>
AuthorDate: 2022-10-07 04:53:49 +0000
Commit:     Jason E. Hale <jhale@FreeBSD.org>
CommitDate: 2022-10-07 05:50:46 +0000

    audio/libmysofa: Update to 1.3 + build fix patch

    https://github.com/hoene/libmysofa/releases/tag/v1.3

    PR:             266856
    Reported by:    diizzy, portscout, GitHub

 audio/libmysofa/Makefile  | 4 ++--
 audio/libmysofa/distinfo  | 6 +++---
 audio/libmysofa/pkg-plist | 2 +-
 3 files changed, 6 insertions(+), 6 deletions(-)
Comment 3 commit-hook freebsd_committer freebsd_triage 2022-10-09 12:37:08 UTC
A commit in branch main references this bug:

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

commit d0c3e859be0b31ffc38092a614caefc3339599ab
Author:     Jason E. Hale <jhale@FreeBSD.org>
AuthorDate: 2022-10-09 12:23:14 +0000
Commit:     Jason E. Hale <jhale@FreeBSD.org>
CommitDate: 2022-10-09 12:36:10 +0000

    audio/libmysofa: Update to 1.3.1

    No functional changes. Previously included build fixes were
    just released under a new tag.

    Add STATIC option to toggle the static library build. Enabled by
    default as before. Addresses wanting to disable static library in [1].

    https://github.com/hoene/libmysofa/releases/tag/v1.3.1

    PR:             266856 [1]
    Reported by:    diizzy [1]

 audio/libmysofa/Makefile  | 8 +++++---
 audio/libmysofa/distinfo  | 6 +++---
 audio/libmysofa/pkg-plist | 2 +-
 3 files changed, 9 insertions(+), 7 deletions(-)
Comment 4 Jason E. Hale freebsd_committer freebsd_triage 2022-10-09 12:39:32 UTC
- audio/libmysofa is now at 1.3.1
- STATIC option was added to optionally disable static library.