Bug 250025 - graphics/gthumb fails to install with RAW option disabled
Summary: graphics/gthumb fails to install with RAW option disabled
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: freebsd-gnome (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-10-01 11:17 UTC by Piotr Smyrak
Modified: 2020-11-23 06:35 UTC (History)
1 user (show)

See Also:
bugzilla: maintainer-feedback? (gnome)


Attachments
Patch to fix the port pkg-plist (905 bytes, patch)
2020-10-01 11:17 UTC, Piotr Smyrak
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Piotr Smyrak 2020-10-01 11:17:13 UTC
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.
Comment 1 commit-hook freebsd_committer freebsd_triage 2020-11-23 06:34:37 UTC
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
Comment 2 Tobias C. Berner freebsd_committer freebsd_triage 2020-11-23 06:35:23 UTC
Committed, thanks.