Created attachment 269343 [details] Add missing LIB_DEPENDS Hello, I've got poudriere(-devel) complain and recompiles every time with: Warning: texinfo-7.2_5,1 will be rebuilt as it misses libunistring.so.5 which no dependency provides. It is likely (silently) failing testport/stage-qa. Report to maintainer. In fact stage-qa: ====> Running Q/A tests (stage-qa) Error: /usr/local/lib/texi2any/ConvertXS.so is linked to /usr/local/lib/libunistring.so.5 from devel/libunistring but it is not declared as a dependency Warning: you need LIB_DEPENDS+=libunistring.so:devel/libunistring Notice: You have some Perl modules as dependencies but you do not have devel/p5-Module-CoreList installed, the perlcore QA check gets better results when using it, especially with older Perl versions. ====> Checking for pkg-plist issues (check-plist) ===> Parsing plist ===> Checking for items in STAGEDIR missing from pkg-plist ===> Checking for items in pkg-plist which are not in STAGEDIR ===> No pkg-plist issues found (check-plist) =>> Checking for staging violations... done
I remember a similar problem in https://cgit.freebsd.org/ports/commit/?id=6b7ae90497651d977e654ae4fdc2ecf57dfd89b7
Committed by tijl@ in ports 51b6b7a0551cbf184f469b9f84fdf20d3c3c32f2. Thanks.