Bug 282406

Summary: lang/mosh: Update to 0.2.9-rc1 and unbreak
Product: Ports & Packages Reporter: mjt
Component: Individual Port(s)Assignee: Li-Wen Hsu <lwhsu>
Status: Closed FIXED    
Severity: Affects Only Me CC: lwhsu
Priority: ---    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
patch(git am) none

Description mjt 2024-10-29 14:45:19 UTC
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)
Comment 1 Li-Wen Hsu freebsd_committer freebsd_triage 2024-10-29 15:06:20 UTC
(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?
Comment 2 mjt 2024-10-29 23:48:01 UTC
(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 )
Comment 3 Li-Wen Hsu freebsd_committer freebsd_triage 2024-10-29 23:51:13 UTC
(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!
Comment 4 commit-hook freebsd_committer freebsd_triage 2024-10-30 03:11:11 UTC
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(-)
Comment 5 Li-Wen Hsu freebsd_committer freebsd_triage 2024-10-30 03:11:40 UTC
Committed and pushed. Thanks!  Some minor changes to Makefile and pkg-plist for better maintenance and ports style.