I suspect this is specifically related to libmediainfo but reverting https://cgit.freebsd.org/ports/commit/multimedia/mediainfo/Makefile?id=23e0e7b1c30fc6f86957a7428e51a5ea9c594291 https://cgit.freebsd.org/ports/commit/multimedia/libmediainfo?id=93d0a119a698aa76d582123be9d97c4fedadc6bd https://cgit.freebsd.org/ports/commit/multimedia/libzen?id=23e0c77bf218f44eb3593950367258bc60d040e6 fixes the issue reporterd with sonarr here by maintainer: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=268709#c2 Is there any reason for this change?
No need to revert these commits. I guess we only need to remove "--disable-dll" which is newly added in this update (from 22.09 to 22.12).
Given your response it seems you haven't tested if that fixes the issue? Is there any technical reason why we can't move to CMake like most other repos packaging mediainfo project which also seems more robust?
(In reply to Daniel Engberg from comment #2) Can we please go forward with the changes you proposed, which were tested by me, and which will fix the issue? please? See https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=268709#c7
Created attachment 240663 [details] 0001-multimedia-libmediainfo-Re-enable-creating-MediaInfo.patch Attached patch removes the option `--disable-dll` This option was NOT present before, and it breaks sonarr Since the whole discussion about make vs cmake is taking its time, please commit this small update as it unbreaks consumers.
(In reply to Daniel Engberg from comment #2) I have tested it, see attached patch. Confirmed to unbreak sonarr v3 in my setup (13.1 amd64)
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=23f2da840837311b148a38b5bbe60d0dcc51141a commit 23f2da840837311b148a38b5bbe60d0dcc51141a Author: Daniel Engberg <diizzy@FreeBSD.org> AuthorDate: 2023-03-13 08:04:52 +0000 Commit: Daniel Engberg <diizzy@FreeBSD.org> CommitDate: 2023-03-13 10:02:54 +0000 multimedia/mediainfo: Revert to previous commit Last commit by maintainer broke users of mediainfo, revert related libraries prior to this change This retains changes to WWW PR: 268709, 269601 Reported by: Michiel van Baak Jansen <michiel@vanbaak.eu> Approved by: portmgr (blanket, maintainer timeout: 3+ weeks) Fixes: 23e0e7b multimedia/mediainfo/Makefile | 19 ++++++++++++------- multimedia/mediainfo/distinfo | 6 +++--- 2 files changed, 15 insertions(+), 10 deletions(-)
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=0194336dea50b97cf44e51f1991abf785be34caa commit 0194336dea50b97cf44e51f1991abf785be34caa Author: Daniel Engberg <diizzy@FreeBSD.org> AuthorDate: 2023-03-13 07:50:57 +0000 Commit: Daniel Engberg <diizzy@FreeBSD.org> CommitDate: 2023-03-13 10:02:54 +0000 multimedia/libmediainfo: Revert to previous commit Last commit by maintainer broke users of mediainfo, revert related libraries prior to this change This retains changes to WWW and pkg-descr and removal of CXXFLAGS PR: 268709, 269601 Reported by: Michiel van Baak Jansen <michiel@vanbaak.eu> Approved by: portmgr (blanket, maintainer timeout: 3+ weeks) Fixes: 93d0a11 multimedia/libmediainfo/Makefile | 31 +++++++++++++++++-------------- multimedia/libmediainfo/distinfo | 6 +++--- multimedia/libmediainfo/pkg-plist | 9 +++++++-- 3 files changed, 27 insertions(+), 19 deletions(-)
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=90dc81600699c2e7a9918bc641e21d3326af490e commit 90dc81600699c2e7a9918bc641e21d3326af490e Author: Daniel Engberg <diizzy@FreeBSD.org> AuthorDate: 2023-03-13 07:32:47 +0000 Commit: Daniel Engberg <diizzy@FreeBSD.org> CommitDate: 2023-03-13 10:02:54 +0000 multimedia/libzen: Revert to previous commit Last commit by maintainer broke users of mediainfo, revert related libraries prior to this change This retains changes to WWW and pkg-descr PR: 268709, 269601 Reported by: Michiel van Baak Jansen <michiel@vanbaak.eu> Approved by: portmgr (blanket, maintainer timeout: 3+ weeks) Fixes: 23e0c77 multimedia/libzen/Makefile | 25 +++++++++++++------------ multimedia/libzen/distinfo | 6 +++--- multimedia/libzen/pkg-plist | 13 +++++-------- 3 files changed, 21 insertions(+), 23 deletions(-)
(In reply to commit-hook from comment #7) Thank you. I tested it with this latest commit, and I can confirm sonarr works again.