Created attachment 265432 [details] update patch This fixes the recent breakage on the Spotify API side. Tested in poudriere against 14.3-RELEASE amd64: https://poudriere.herrhotzenplotz.de/build.html?mastername=143amd64-wrk&build=2025-11-15_18h29m15s
The current version 0.7.0 of librespot does not work anymore, due to API changes, so all are affected until the upgrade to 0.8.0
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=c6ba0fa64af0f2c7d10acdce16b8a855b64bf2fd commit c6ba0fa64af0f2c7d10acdce16b8a855b64bf2fd Author: Nico Sonack <nsonack@herrhotzenplotz.de> AuthorDate: 2025-11-18 18:21:11 +0000 Commit: Dries Michiels <driesm@FreeBSD.org> CommitDate: 2025-11-18 18:21:11 +0000 multimedia/librespot: update to 8.0.0 Changes: https://github.com/librespot-org/librespot/releases/tag/v0.8.0 PR: 291035 multimedia/librespot/Makefile | 3 +- multimedia/librespot/Makefile.crates | 342 ++++++++--------- multimedia/librespot/distinfo | 686 +++++++++++++++++------------------ 3 files changed, 515 insertions(+), 516 deletions(-)
Committed, thanks!