Created attachment 254619 [details] patch(git am) Update lang/mosh to 0.2.9-rc1 to resolve issues on amd64 and unbreak build on 15-CURRENT. Removed: - lang/mosh/files/patch-extlibs_gc-cvs_include_private_gc__priv.h (upstreamed) - lang/mosh/files/patch-extlibs_gc-cvs_os__dep.c (upstreamed) - lang/mosh/files/patch-fix-sparc64 (no longer supported arch) - lang/mosh/files/patch-src_bsd_kqueue_kqueue__stubs.c (upstreamed)
(In reply to mjt from comment #0) Just want to check, you want "okuoku" be your name in the Author field of the git commit?
(In reply to Li-Wen Hsu from comment #1) Yes, it's okay as it is my GitHub account name. Sorry for the confusion. (I'm one of the maintainer of upstream GH project https://github.com/higepon/mosh/issues/263 )
(In reply to mjt from comment #2) Sounds good. If possible, please set it to your account setting https://bugs.freebsd.org/bugzilla/userprefs.cgi?tab=account so we can use that in the future!
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=3fc2d8e55c7283beb9cdc7d5455fecdcd350148b commit 3fc2d8e55c7283beb9cdc7d5455fecdcd350148b Author: okuoku <mjt@cltn.org> AuthorDate: 2024-10-27 14:27:47 +0000 Commit: Li-Wen Hsu <lwhsu@FreeBSD.org> CommitDate: 2024-10-30 03:09:45 +0000 lang/mosh: Update to 0.2.9-rc1 PR: 282406 lang/mosh/Makefile | 10 +- lang/mosh/distinfo | 6 +- lang/mosh/files/patch-configure | 24 +- ...xtlibs_gc-cvs_include_private_gc__priv.h (gone) | 11 - .../files/patch-extlibs_gc-cvs_os__dep.c (gone) | 11 - lang/mosh/files/patch-fix-sparc64 (gone) | 84 --- lang/mosh/files/patch-src_OSCompatSocket.cpp (new) | 11 + .../patch-src_bsd_kqueue_kqueue__stubs.c (gone) | 29 - lang/mosh/files/patch-src_scheme.h (new) | 20 + lang/mosh/pkg-plist | 721 +++++++++++++-------- 10 files changed, 482 insertions(+), 445 deletions(-)
Committed and pushed. Thanks! Some minor changes to Makefile and pkg-plist for better maintenance and ports style.