Created attachment 252869 [details] Patch to add missing library scotch.so The port math/freefem++ contains LIB_DEPENDS=libscotch.so:cad/scotch and then builds its own library scotch.so. But this library is not installed because it is missing in pkg-plist. Poudriere complains about this: ===> Checking for items in STAGEDIR missing from pkg-plist Error: Orphaned: lib/ff++/%%VER%%/lib/scotch.so ===> Checking for items in pkg-plist which are not in STAGEDIR ===> Error: Plist issues found. The attached patch adds the missing library pkg-plist.
Committed, thanks for the patch!
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=c138141c2c4741b0d748e8b2574268f5d24ef50d commit c138141c2c4741b0d748e8b2574268f5d24ef50d Author: Rainer Hurling <rhurlin@FreeBSD.org> AuthorDate: 2024-08-25 09:06:54 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2024-08-25 09:09:47 +0000 math/freefem++: Add missing scotch.so PR: 280898 math/freefem++/Makefile | 2 +- math/freefem++/pkg-plist | 1 + 2 files changed, 2 insertions(+), 1 deletion(-)