[Bug 256337] x11-toolkits/gtk40: fails check-plist

From: <bugzilla-noreply_at_freebsd.org>
Date: Tue, 01 Jun 2021 14:35:44 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=256337

            Bug ID: 256337
           Summary: x11-toolkits/gtk40: fails check-plist
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Keywords: needs-patch
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: desktop@FreeBSD.org
          Reporter: jbeich@FreeBSD.org
          Assignee: desktop@FreeBSD.org
             Flags: maintainer-feedback?(desktop@FreeBSD.org)

post-install creates a number of empty directories but only unversioned are
preserved via @dir in pkg-plist. Files/directories not in pkg-plist aren't
copied from ${STAGEDIR} to real filesystem. Worse, noise in check-plist masks
real issues like the one fixed by ports 4ee3b1cca9a5.

$ poudriere testport -j 122amd64 x11-toolkits/gtk40
[...]
===========================================================================
====> Running Q/A tests (stage-qa)
====> Checking for pkg-plist issues (check-plist)
===> Parsing plist
===> Checking for items in STAGEDIR missing from pkg-plist
Error: Orphaned: @dir lib/gtk-4.0/%%GTK4_VERSION%%/engines
Error: Orphaned: @dir lib/gtk-4.0/%%GTK4_VERSION%%/loaders
Error: Orphaned: @dir lib/gtk-4.0/%%GTK4_VERSION%%/modules
===> Checking for items in pkg-plist which are not in STAGEDIR
===> Error: Plist issues found.
*** Error code 1

-- 
You are receiving this mail because:
You are the assignee for the bug.