Created attachment 218447 [details] Patch to fix the port pkg-plist When a user has chosen to disable RAW option in the port, it will fail to install due to missing option knob markers in the pkg-plist file, that mark the files built for the RAW extension optional. The failure manifests as follows: pkg-static: Unable to access file /usr/ports/graphics/gthumb/work/stage/usr/local/lib/gthumb/extensions/libraw_files.so:No such file or directory pkg-static: Unable to access file /usr/ports/graphics/gthumb/work/stage/usr/local/lib/gthumb/extensions/raw_files.extension:No such file or directory The attached patch fixes the issue.
A commit references this bug: Author: tcberner Date: Mon Nov 23 06:34:14 UTC 2020 New revision: 556088 URL: https://svnweb.freebsd.org/changeset/ports/556088 Log: graphics/gthumb: fix plist with RAW=off PR: 250025 Submitted by: Piotr Smyrak <ps.ports@smyrak.com> Changes: head/graphics/gthumb/pkg-plist
Committed, thanks.