Bug 281782

Summary: sysutils/daemontools: errno fixes
Product: Ports & Packages Reporter: Brooks Davis <brooks>
Component: Individual Port(s)Assignee: Bryan Drewery <bdrewery>
Status: Closed FIXED    
Severity: Affects Only Me Flags: bugzilla: maintainer-feedback? (bdrewery)
Priority: ---    
Version: Latest   
Hardware: Any   
OS: Any   
Bug Depends on:    
Bug Blocks: 281799    
Attachments:
Description Flags
errno patch none

Description Brooks Davis freebsd_committer freebsd_triage 2024-09-30 22:23:29 UTC
Created attachment 253916 [details]
errno patch

use errno.h to access errno
Comment 1 commit-hook freebsd_committer freebsd_triage 2024-10-01 20:13:41 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=cbfd08c3d46b8c85d40e0a1e6e07b4aa3a5adf29

commit cbfd08c3d46b8c85d40e0a1e6e07b4aa3a5adf29
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:47 +0000

    sysutils/daemontools: include errno.h for errno

    errno must be accessed by a macro from errno.h.

    PR:             281782
    Approved by:    portmgr (build fix blanket), mikael

 sysutils/daemontools/Makefile                  |  2 +-
 sysutils/daemontools/files/patch-error.h (new) | 11 +++++++++++
 2 files changed, 12 insertions(+), 1 deletion(-)
Comment 2 Brooks Davis freebsd_committer freebsd_triage 2024-10-01 20:17:17 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.