Bug 281614

Summary: emulators/mednafen: Remove dependency on deprecated port audio/musepack
Product: Ports & Packages Reporter: Stefan Schlosser <bsdcode>
Component: Individual Port(s)Assignee: freebsd-ports-bugs (Nobody) <ports-bugs>
Status: Closed FIXED    
Severity: Affects Only Me CC: acm, diizzy, shoesoft, vvd
Priority: --- Flags: vvd: maintainer-feedback? (acm)
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
0001-emulators-mednafen-Remove-dependency-on-deprecated-p.patch none

Description Stefan Schlosser 2024-09-20 19:25:06 UTC
Created attachment 253699 [details]
0001-emulators-mednafen-Remove-dependency-on-deprecated-p.patch

Remove dependency on deprecated port audio/musepack


The port audio/musepack was marked for deprecation (bug #281025) in the timeframe between my submission of the "update to 1.32.1" patch (bug #280958) and the commit of the patch. Unfortunately we didn't catch it.

With this patch emulators/mednafen is building its own bundled copy of musepack again.
Comment 1 commit-hook freebsd_committer freebsd_triage 2024-09-21 00:39:55 UTC
A commit in branch main references this bug:

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

commit 29cdadcf687034c388ad49c98e329c99fef28e4d
Author:     Stefan Schlosser <bsdcode@disroot.org>
AuthorDate: 2024-09-21 00:38:17 +0000
Commit:     Jose Alonso Cardenas Marquez <acm@FreeBSD.org>
CommitDate: 2024-09-21 00:38:17 +0000

    emulators/mednafen: Remove dependency on deprecated port audio/musepack

    PR:             281614

 emulators/mednafen/Makefile | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)
Comment 2 Jose Alonso Cardenas Marquez freebsd_committer freebsd_triage 2024-09-21 00:40:09 UTC
Committed thanks!
Comment 3 Daniel Engberg freebsd_committer freebsd_triage 2024-09-21 02:01:55 UTC
(In reply to Stefan Schlosser from comment #0)
Thanks!