Bug 281780

Summary: security/checkpassword: errno fixes
Product: Ports & Packages Reporter: Brooks Davis <brooks>
Component: Individual Port(s)Assignee: Renato Botelho <garga>
Status: Closed FIXED    
Severity: Affects Only Me Flags: garga: maintainer-feedback+
Priority: ---    
Version: Latest   
Hardware: Any   
OS: Any   
Bug Depends on:    
Bug Blocks: 281799    
Attachments:
Description Flags
errno patch and revision bump none

Description Brooks Davis freebsd_committer freebsd_triage 2024-09-30 22:21:21 UTC
Created attachment 253914 [details]
errno patch and revision bump

use errno.h to access errno to fix build on current
Comment 1 Renato Botelho freebsd_committer freebsd_triage 2024-10-01 12:01:56 UTC
Approved.  Thanks!
Comment 2 commit-hook freebsd_committer freebsd_triage 2024-10-01 15:28:25 UTC
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(+)
Comment 3 Brooks Davis freebsd_committer freebsd_triage 2024-10-01 20:16:19 UTC
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.