Created attachment 251749 [details] Modified pkp-plist I have reported this in https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=279362#c21 already, bt that might have been the wrong place. Thus: I did UNSET all options except INNOBASE and GSSAPI_NONE. Compilation with poudriere fails: ====> Checking for pkg-plist issues (check-plist) ===> Parsing plistial ===> Checking for items in STAGEDIR missing from pkg-plist ===> Checking for items in pkg-plist which are not in STAGEDIR Error: Missing: share/man/man1/galera_new_cluster.1.gz Error: Missing: share/man/man1/galera_recovery.1.gz ===> Error: Plist issues found. *** Error code 1 Stop. make: stopped in /usr/ports/databases/mariadb114-server =>> Error: check-plist failures detected The attached patch is trival. And I have successfully tested 'poudriere testport ...' with default options as well.
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=5cf68e36231b9739790d274abec4a87e12f475f4 commit 5cf68e36231b9739790d274abec4a87e12f475f4 Author: Bernard Spil <brnrd@FreeBSD.org> AuthorDate: 2024-06-30 14:46:51 +0000 Commit: Bernard Spil <brnrd@FreeBSD.org> CommitDate: 2024-06-30 14:46:51 +0000 databases/mariadb114-server: Fix pkg-list issue for WSREP PR: 280041 Reported by: Michael Grimm <trashcan ellael com> databases/mariadb114-server/pkg-plist | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
It was the WSREP option. Fixed! Thank you for reporting.