Created attachment 250552 [details] Patch to fix shotwell pkg-plist when face detection is off As of commit 54f51b39, two files that are only created when face detection is enabled are unconditionally included in pkg-plist. The result is a failure to install due to missing file in the stage directory: ----- pkg-static: Unable to access file /usr/ports/graphics/shotwell/work/stage/usr/local/share/dbus-1/services/org.gnome.Shotwell.Faces1.service:No such file or directory pkg-static: Unable to access file /usr/ports/graphics/shotwell/work/stage/usr/local/share/shotwell/facedetect/deploy.prototxt:No such file or directory ----- These lines in pkg-plist should be prefaced with %%FACED%%. The attached patch fixes that.
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=b88290c40e3cb72653cfb33093bea7ec0c54e37d commit b88290c40e3cb72653cfb33093bea7ec0c54e37d Author: Christoph Moench-Tegeder <cmt@FreeBSD.org> AuthorDate: 2024-05-11 18:40:08 +0000 Commit: Christoph Moench-Tegeder <cmt@FreeBSD.org> CommitDate: 2024-05-11 18:40:08 +0000 graphics/shotwell: fix plist with non-default options PR: 278875 Submitted by: Tom Russo graphics/shotwell/pkg-plist | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)