Bug 276819 - textproc/fcitx5: Fix to allow building without WAYLAND
Summary: textproc/fcitx5: Fix to allow building without WAYLAND
Status: Open
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Ka Ho Ng
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-02-04 10:21 UTC by syobon
Modified: 2024-03-10 14:15 UTC (History)
1 user (show)

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


Attachments
patch (3.23 KB, patch)
2024-02-04 10:21 UTC, syobon
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description syobon 2024-02-04 10:21:55 UTC
Created attachment 248173 [details]
patch

I found that this port does not disable ENABLE_WAYLAND CMake flag even if OPTIONS_UNSET+=WAYLAND is set.

On usual desktop systems this should not be a problem as most of them have installed wayland libraries already, but in a clean environment like Poudriere uses, this prevents Fcitx5 to be built.

I am not familiar with porting, so I don't know whether the way I took for modifying pkg-plist is desirable or not.
Comment 1 Li-Wen Hsu freebsd_committer freebsd_triage 2024-03-10 14:15:38 UTC
The patch looks fine to me.