Created attachment 251700 [details] fix xshogi not working update WWW use PLIST_FILES
Created attachment 251701 [details] fix xshogi not working edit pkg-descr
Created attachment 251711 [details] fix xshogi not working remove INFO option
Could you please test without MAKE_JOBS_UNSAFE? For me it works. And please check "portfmt -D Makefile". Thanks.
Created attachment 251839 [details] fix xshogi not working MAKE_JOBS_UNSAFE excluded. Slightly rearranged. I don't like "portfmt -D Makefile" with more lines because my screen is not wide enough.
I can't run xshogi with your gnushogi-modification: $ xshogi X Error of failed request: BadName (named color or font does not exist) Major opcode of failed request: 45 (X_OpenFont) Serial number of failed request: 20 Current serial number in output stream: 21 The xshogi is from FreeBSD repository (not yours). What's wrong?
Requires xorg-fonts-100dpi or xorg-fonts-75dpi or xorg-fonts-cyrillic. Installed with x11/xorg dependencies but not with x11/xorg-minimal.
(In reply to mew14930xvi from comment #6) Ah, okay. But in this case these fonts should be dependency. Please add them! I'll test it tomorrow. (I installed only the necessary packages of xorg, not xorg or xorg-minimal.)
Created attachment 253991 [details] fix xshogi not working Remove post-patch:
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=8862ed973d74b83da10a5618c3fb290f1fc6216e commit 8862ed973d74b83da10a5618c3fb290f1fc6216e Author: mew14930xvi <mew14930xvi@inbox.lv> AuthorDate: 2024-10-28 04:29:57 +0000 Commit: Zsolt Udvari <uzsolt@FreeBSD.org> CommitDate: 2024-10-28 04:38:14 +0000 games/gnushogi: Update WWW Remove INFO option. Use PLIST_FILES. Fix to DISTVERSION. Submitter takes maintainership. PR: 279993 games/gnushogi/Makefile | 46 +++++++++------------- .../files/patch-gnushogi_commondsp.c (new) | 10 +++++ games/gnushogi/files/patch-gnushogi_cursesdsp.c | 12 +++++- games/gnushogi/files/patch-gnushogi_globals.c | 2 +- games/gnushogi/files/patch-gnushogi_init.c | 9 ----- games/gnushogi/files/patch-gnushogi_rawdsp.c | 12 +++++- games/gnushogi/pkg-descr | 2 +- games/gnushogi/pkg-plist (gone) | 8 ---- 8 files changed, 51 insertions(+), 50 deletions(-)
Committed, thanks!