Bug 281786 - games/xtrojka: errno fixes
Summary: games/xtrojka: 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: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks: 281799
  Show dependency treegraph
 
Reported: 2024-09-30 22:33 UTC by Brooks Davis
Modified: 2024-10-01 20:18 UTC (History)
1 user (show)

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


Attachments
errno fixes and portrevsion bump (1.98 KB, patch)
2024-09-30 22:33 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:33:27 UTC
Created attachment 253921 [details]
errno fixes and portrevsion bump

use errno.h to access errno
Comment 1 commit-hook freebsd_committer freebsd_triage 2024-10-01 20:13:44 UTC
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(-)
Comment 2 Brooks Davis freebsd_committer freebsd_triage 2024-10-01 20:18:33 UTC
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.