Moin moin Packaging fails due to plist errors: ===> Checking for items in STAGEDIR missing from pkg-plist Error: Orphaned: include/libdnssec/digest.h Error: Orphaned: include/libknot/dynarray.h Error: Orphaned: include/libknot/rrtype/zonemd.h Error: Orphaned: include/libknot/xdp.h Error: Orphaned: lib/libknot.so.12 Error: Orphaned: lib/libknot.so.12.0.0 Error: Orphaned: lib/libzscanner.so.4 Error: Orphaned: lib/libzscanner.so.4.0.0 ===> Checking for items in pkg-plist which are not in STAGEDIR Error: Missing: lib/libknot.so.11 Error: Missing: lib/libknot.so.11.0.0 Error: Missing: lib/libzscanner.so.3 Error: Missing: lib/libzscanner.so.3.0.0 mfg Tobias
Created attachment 226988 [details] fix plist
Created attachment 226990 [details] fix pkg-plist
Created attachment 226991 [details] fix pkg-plist
Created attachment 227042 [details] knot3 lib My bad (again); last week I updated dns/knot3 but forgot about dns/knot3-lib. I think I might better manage the plist in meta-master port - if that's an possible option. @Eric your last patch is correct, however I made one to remain all in alphabetic order. So thanks for your effort. Further I've tested the patch successfully in poudriere.
^Triage: Reporter is committer, assign accordingly
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=3054e0b147512cb562f9f00f561ff9576211c03b commit 3054e0b147512cb562f9f00f561ff9576211c03b Author: Leo Vandewoestijne <freebsd@dns.company> AuthorDate: 2021-08-10 15:19:23 +0000 Commit: Tobias C. Berner <tcberner@FreeBSD.org> CommitDate: 2021-08-10 15:20:19 +0000 dns/knot3-lib: fix plist PR: 257654 Original version: Eric Camachat <eric@camachat.org> dns/knot3-lib/pkg-plist | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-)
Committed. Thanks.