The latest version is 0.28.1
Thank you for your bug report. Can you provide a patch? If yes, are you interested in taking over maintainership over this port?
(In reply to Robert Clausecker from comment #1) Can you provide a patch? Unfortunately, I cannot.
Thanks.
Created attachment 242036 [details] git format-patch IMPORTANT: Neither this nor the previous version will currently build in poudriere without the change discussed in Phab D39306 [1] and Bug #270511 [2]. Therefore, it should not be committed until D39306 has been completed and committed, as doing so will lead to deletion of a functioning 0.28.0 pkg and a failed build of 0.28.1. [1] https://reviews.freebsd.org/D39306 [2] https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=270511 QA (with the above-mentioned change to Mk/Uses/python): - poudriere testport 12.4-i386: ok - poudriere testport 12.4-amd64: ok - poudriere testport 13.2-amd64: ok - ports make install 13.2-amd64: ok Changelog (upstream): https://sw.kovidgoyal.net/kitty/changelog/ - Fix a regression in the previous release that broke the remote file kitten (#6186) - Fix a regression in the previous release that broke handling of some keyboard shortcuts in some kittens on some keyboard layouts (#6189) - Fix a regression in the previous release that broke usage of custom themes (#6191) Changelog (port): - Cleaned up the Makefile order to make portclippy happy - diff_speedup.so and unicode_names.so removed from _STRIP_TARGETS and pkg-plist as they are no longer being build (from upstream) If someone wants to maintain this port, feel absolutely free to substitute your address for mine.
Thank you for your patch. Added dependent PR.
Assign to new maintainer.
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=88288baf63e0e30a63d83f7b857c66719f901852 commit 88288baf63e0e30a63d83f7b857c66719f901852 Author: Vidar Karlsen <vidar@karlsen.tech> AuthorDate: 2023-05-17 09:56:38 +0000 Commit: Nicola Vitale <nivit@FreeBSD.org> CommitDate: 2023-05-17 10:01:42 +0000 x11/kitty: Update to 0.28.1 - cleaned up the Makefile order to make portclippy and portfmt happy - diff_speedup.so and unicode_names.so removed from _STRIP_TARGETS and pkg-plist as they are no longer being build (from upstream) Release changes: https://sw.kovidgoyal.net/kitty/changelog/#id1 PR: 271263 Reported by: Yonas Yanfa <yonas.yanfa@gmail.com> x11/kitty/Makefile | 40 +++++++++++++++++++--------------------- x11/kitty/distinfo | 10 +++++----- 2 files changed, 24 insertions(+), 26 deletions(-)
pkg-plist part of the patch seems to be missed when committed, thus fails to package. ===> Building package for kitty-0.28.1 pkg-static: Unable to access file /wrkdirs/usr/ports/x11/kitty/work/stage/usr/local/lib/kitty/kittens/diff/diff_speedup.so:No such file or directory pkg-static: Unable to access file /wrkdirs/usr/ports/x11/kitty/work/stage/usr/local/lib/kitty/kittens/unicode_input/unicode_names.so:No such file or directory *** Error code 1 Stop. make: stopped in /usr/ports/x11/kitty
(In reply to Tomoaki AOKI from comment #8) The 2 problematic files remain listed in pkg-plist removing these 2 lines from the pkg-plist file: lib/kitty/kittens/diff/diff_speedup.so lib/kitty/kittens/unicode_input/unicode_names.so Solves the problem & results in a successful make install.
(In reply to fgorter from comment #9) Yes. But the removal of 2 lines are included in the original patch here. So the commit was incomplete.
I forgot to copy that file from poudriere dir, sorry. Fixed: https://cgit.freebsd.org/ports/commit/?id=2da1e786ebf00375a30ce1e721622556037cf776 Thanks, for the note.
(In reply to Nicola Vitale from comment #11) Confirmed. Thanks!
Thank you all for the feedback!