Bug 281782 - sysutils/daemontools: errno fixes
Summary: sysutils/daemontools: errno fixes
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Bryan Drewery
URL:
Keywords:
Depends on:
Blocks: 281799
  Show dependency treegraph
 
Reported: 2024-09-30 22:23 UTC by Brooks Davis
Modified: 2024-10-01 20:17 UTC (History)
0 users

See Also:
bugzilla: maintainer-feedback? (bdrewery)


Attachments
errno patch (1.29 KB, patch)
2024-09-30 22:23 UTC, Brooks Davis
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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.