Created attachment 229437 [details] maintainer update and bug fix Resolved crash / display issue when removing item from pack. Adopting port.
Thank you for the report, patch and adopting the port Alex!
Comment on attachment 229437 [details] maintainer update and bug fix Approved by: portmgr (blanket: bugfix, unmaintained port) MFH: 2021Q4
Might be worth adding a PORTREVISION of 1 as well. The included change prevents crash / display problems, but the code still has some issues. For example, when compiling with clang, -O2 is required or display issues return (but no crash).
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=dfc806ae70f1cd36860b6b90e4185d2198446f7a commit dfc806ae70f1cd36860b6b90e4185d2198446f7a Author: Alex <r7st.guru@gmail.com> AuthorDate: 2021-12-12 07:53:57 +0000 Commit: Hiroki Tagato <tagattie@FreeBSD.org> CommitDate: 2021-12-12 07:55:44 +0000 games/omega: Fix inventory display crash and take maintainership PR: 259786 Reported by: Alex <r7st.guru@gmail.com> (new maintainer) Approved by: portmgr (blanket: bugfix, unmaintained port) MFH: 2021Q4 games/omega/Makefile | 3 ++- games/omega/files/patch-inv.c | 14 ++++++++++++-- 2 files changed, 14 insertions(+), 3 deletions(-)
A commit in branch 2021Q4 references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=a34084d590bbd0c46ca1509c17914d5865daaa81 commit a34084d590bbd0c46ca1509c17914d5865daaa81 Author: Alex <r7st.guru@gmail.com> AuthorDate: 2021-12-12 07:53:57 +0000 Commit: Hiroki Tagato <tagattie@FreeBSD.org> CommitDate: 2021-12-12 07:57:45 +0000 games/omega: Fix inventory display crash and take maintainership PR: 259786 Reported by: Alex <r7st.guru@gmail.com> (new maintainer) Approved by: portmgr (blanket: bugfix, unmaintained port) MFH: 2021Q4 (cherry picked from commit dfc806ae70f1cd36860b6b90e4185d2198446f7a) games/omega/Makefile | 3 ++- games/omega/files/patch-inv.c | 14 ++++++++++++-- 2 files changed, 14 insertions(+), 3 deletions(-)
Committed, thanks!