Created attachment 253921 [details] errno fixes and portrevsion bump use errno.h to access errno
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=d4400f87b255ff235ac12fec2c7d502858ebae93 commit d4400f87b255ff235ac12fec2c7d502858ebae93 Author: Brooks Davis <brooks@FreeBSD.org> AuthorDate: 2024-09-30 15:56:09 +0000 Commit: Brooks Davis <brooks@FreeBSD.org> CommitDate: 2024-10-01 20:11:46 +0000 games/xtrojka: include errno.h for errno errno must be accessed by a macro from errno.h. PR: 281786 Approved by: portmgr (build fix blanket), mikael games/xtrojka/Makefile | 2 +- games/xtrojka/files/patch-scores.c (new) | 19 +++++++++++++++++++ games/xtrojka/files/patch-slist.c (new) | 19 +++++++++++++++++++ 3 files changed, 39 insertions(+), 1 deletion(-)
I'm planning to let the 2024Q4 branch take care of MFH. If someone want's this one merged to 2024Q3 please reopen this PR and let me know.