Page MenuHomeFreeBSD

textproc/fcitx5-qt: Add Qt6 support and split into qt5, qt6, common FLAVORS
ClosedPublic

Authored by lwhsu on Aug 31 2022, 8:33 PM.
Tags
None
Referenced Files
F81622103: D36408.diff
Fri, Apr 19, 3:13 AM
Unknown Object (File)
Sat, Apr 6, 9:16 AM
Unknown Object (File)
Feb 11 2024, 7:34 AM
Unknown Object (File)
Feb 11 2024, 7:34 AM
Unknown Object (File)
Feb 11 2024, 7:34 AM
Unknown Object (File)
Feb 11 2024, 7:34 AM
Unknown Object (File)
Feb 11 2024, 7:34 AM
Unknown Object (File)
Feb 10 2024, 7:03 PM
Subscribers

Details

Summary

I know that the USES in each flavor can be sorted more, but let's check if
this direction makes sense first.

I haven't decided yet that we should bump fcitx5-qt's PORTREVISION to make it
5.0.8_1, or rename qt5 flavor package to fcitx5-qt5 and keep 5.0.8 version.

Diff Detail

Repository
R11 FreeBSD ports repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

lwhsu requested review of this revision.Aug 31 2022, 8:33 PM
textproc/fcitx5-qt/Makefile
23

^ how about 5 for symmmetry?

29

CMAKE_OFF=ENABLE_QT4 could be extraced outside the ifs. Also, we don't have Qt4 for years now, so maybe just drop it :)

35

^ I think you should enforce >=${DISTVERSION} here, as you want to be in sync most likely

Addressing comments, split textproc/fcitx5-qt-common to slave port because self-dependency problem

lwhsu marked 2 inline comments as done.Sep 6 2022, 8:23 PM
lwhsu added inline comments.
textproc/fcitx5-qt/Makefile
29

?= here for slave port.

lwhsu marked an inline comment as done.

Rebase

This revision is now accepted and ready to land.Oct 10 2022, 7:05 AM
This revision was automatically updated to reflect the committed changes.