Date: Tue, 17 Oct 2023 08:42:41 +0000 From: bugzilla-noreply@freebsd.org To: desktop@FreeBSD.org Subject: maintainer-feedback requested: [Bug 274532] net-p2p/*arr: Switch back to converters/libiconv dependency Message-ID: <bug-274532-39348-a3Iq6GrvD0@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-274532-39348@https.bugs.freebsd.org/bugzilla/> References: <bug-274532-39348@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
Bugzilla Automation <bugzilla@FreeBSD.org> has asked freebsd-desktop (Team) <desktop@FreeBSD.org> for maintainer-feedback: Bug 274532: net-p2p/*arr: Switch back to converters/libiconv dependency https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D274532 --- Description --- In PR 274169 all *arr ports were switched to use 'USES+=3Dlibiconv' instead= of a hard dependency on the 'converters/libiconv' port. Turns out, this is incorrect. Specifically 'libMonoPosixHelper' (part of .NET) is compiled against the po= rt, and will break when the port is not installed (incompatible with the base version of libiconv) This patch moves all *arr ports back to RUN_DEPENDS on converters/libiconv poudriere ok Installed all updates on my setup (13.2 amd64) in production, and runs perf= ect. Affects the following ports net-p2p/lidarr net-p2p/prowlarr net-p2p/radarr net-p2p/readarr net-p2p/sonarr-devel Since I'm the maintainer of all, and the update is the same for all, I added them all in one patch, Same as the patch it undoes. Thanks to the servarr team for telling me about the error and explaining why the ports need the libiconv port instead of using the system iconv. patch by me.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-274532-39348-a3Iq6GrvD0>