Created attachment 223457 [details] shar file This patch adds a new default QT5 flavor.
Maintainer informed via mail
The upstream repository is archived about 3 years ago (about half year later than this PR). Are you still using this port? The latest Qt 5.15 released more than 4 years ago, and its support is near at the end.
I'm still using this port. Current port version don't depend on qt5 anymore.
(In reply to BorichL from comment #3) Is it worth working on a discontinued project to add support for a feature (Qt5) whose support is gradually expiring?
Created attachment 255117 [details] add qt5 flavor Slight changes were made because the build was failing. I don't mind not supporting qt. But I still use it.
Created attachment 255160 [details] add qt5 flavor Minor fix.
Obsoleted by bug #283455. Thank you for bringing up this patch, which mew14930xvi ported to QT6. You will be credited. *** This bug has been marked as a duplicate of bug 283455 ***
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=fb351bf34abe079cde3da7cbe607c34c217c0249 commit fb351bf34abe079cde3da7cbe607c34c217c0249 Author: mew14930xvi <mew14930xvi@inbox.lv> AuthorDate: 2024-12-20 23:18:12 +0000 Commit: Robert Clausecker <fuz@FreeBSD.org> CommitDate: 2025-02-18 14:16:21 +0000 deskutils/fbreader: take maintainership and flavorize - add QT6 flavour PR: 283455, 254444 Approved by: johannes@perceivon.net (maintainer timeout) Reported by: Olga Smirnova <mistresssilvara@hotmail.com> Co-authored-by: Olga Smirnova <mistresssilvara@hotmail.com> deskutils/fbreader/Makefile | 43 ++- ...patch-fbreader_src_database_booksdb_BooksDB.cpp | 2 +- .../fbreader/files/patch-makefiles_arch_desktop.mk | 19 +- deskutils/fbreader/files/patch-qt6support (new) | 351 +++++++++++++++++++++ ...ary_core_src_unix_curl_ZLCurlNetworkManager.cpp | 2 +- ...tch-zlibrary_core_src_unix_time_ZLUnixTime.cpp} | 0 ...tch-zlibrary_text_src_area_ZLTextAreaStyle.cpp} | 0 ...-zlibrary_ui_src_qt4_dialogs_ZLQtUtil.cpp (new) | 11 + ...y_ui_src_qt4_filesystem_ZLQtFSManager.cpp (new) | 11 + ...rary_ui_src_qt4_view_ZLQtPaintContext.cpp (new) | 17 + deskutils/fbreader/pkg-plist | 4 +- 11 files changed, 442 insertions(+), 18 deletions(-)
Thank you for your contribution.