Guys, please do test your packages with "make check-plist" and/or poudriere bulk -t! ====> Running Q/A tests (stage-qa) Warning: Symlink '/usr/local/lib/browser_plugins/symlinks/gecko/libgnome-shell-browser-plugin.so' pointing to '/usr/local/lib/mozilla/plugins//libgnome-shell-browser-plugin.so' which does not exist in the stage directory or in localbase Warning: Symlink '/usr/local/lib/browser_plugins/symlinks/opera-devel/libgnome-shell-browser-plugin.so' pointing to '/usr/local/lib/mozilla/plugins//libgnome-shell-browser-plugin.so' which does not exist in the stage directory or in localbase Warning: Symlink '/usr/local/lib/browser_plugins/symlinks/opera/libgnome-shell-browser-plugin.so' pointing to '/usr/local/lib/mozilla/plugins//libgnome-shell-browser-plugin.so' which does not exist in the stage directory or in localbase Warning: Symlink '/usr/local/lib/browser_plugins/symlinks/webkit-gtk2/libgnome-shell-browser-plugin.so' pointing to '/usr/local/lib/mozilla/plugins//libgnome-shell-browser-plugin.so' which does not exist in the stage directory or in localbase ====> Checking for pkg-plist issues (check-plist) ===> Parsing plist ===> Checking for items in STAGEDIR missing from pkg-plist Error: Orphaned: share/bash-completion/completions/gnome-extensions ===> Checking for items in pkg-plist which are not in STAGEDIR ===> Error: Plist issues found.
This is as of Revision: 552048
A commit references this bug: Author: mandree Date: Sun Oct 11 11:46:17 UTC 2020 New revision: 552054 URL: https://svnweb.freebsd.org/changeset/ports/552054 Log: x11/gnome-shell: complete pkg-plist to fix build issues Approved by: portmgr@ (blanket trivial and tested build-time fix) PR: 250269 Changes: head/x11/gnome-shell/Makefile head/x11/gnome-shell/pkg-plist
A commit references this bug: Author: mandree Date: Sun Oct 11 23:48:08 UTC 2020 New revision: 552083 URL: https://svnweb.freebsd.org/changeset/ports/552083 Log: x11/gnome-shell: list bash-completion in BUILD_DEPENDS This is to isolate the outcome of the build of gnome-shell from options in other ports, namely p11-kit's BASH and gnome-control-center's CHEESE options. We may want to consider adding bash-completion to RUN_DEPENDS, too, this is up for further discussion. PR: 250269 (related) Reported by: cmt@ Approved by: portmgr@ (blanket, fix dependencies) Changes: head/x11/gnome-shell/Makefile