Created attachment 253914 [details] errno patch and revision bump use errno.h to access errno to fix build on current
Approved. Thanks!
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=4f7686e089ebd963d9fd1676327baaef0fd14096 commit 4f7686e089ebd963d9fd1676327baaef0fd14096 Author: Brooks Davis <brooks@FreeBSD.org> AuthorDate: 2024-09-30 15:56:09 +0000 Commit: Brooks Davis <brooks@FreeBSD.org> CommitDate: 2024-10-01 15:27:21 +0000 security/checkpassword: include errno.h for errno errno must be accessed by a macro from errno.h. PR: 281780 Approved by: garga (maintainer) security/checkpassword/Makefile | 1 + security/checkpassword/files/patch-error.h (new) | 11 +++++++++++ 2 files changed, 12 insertions(+)
I'm planning to let the 2024Q4 branch take care of MFH. If someone what's this one merged to 2024Q3 please reopen this PR and let me know.