Date: Thu, 09 May 2024 16:41:06 +0000 From: bugzilla-noreply@freebsd.org To: ports-bugs@FreeBSD.org Subject: [Bug 278875] graphics/shotwell fails to install with face detection disabled due to pkg-plist issue Message-ID: <bug-278875-7788@https.bugs.freebsd.org/bugzilla/>
next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D278875 Bug ID: 278875 Summary: graphics/shotwell fails to install with face detection disabled due to pkg-plist issue Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Only Me Priority: --- Component: Individual Port(s) Assignee: cmt@freebsd.org Reporter: russo@bogodyn.org Flags: maintainer-feedback?(cmt@freebsd.org) Assignee: cmt@freebsd.org Created attachment 250552 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D250552&action= =3Dedit 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 directo= ry: ----- 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 p= atch fixes that. --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-278875-7788>