Bug 281784 - lang/pbasic: errno fixes
Summary: lang/pbasic: 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:31 UTC by Brooks Davis
Modified: 2024-10-01 20:17 UTC (History)
1 user (show)

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


Attachments
errno fixes and portrevsion bump (1.36 KB, patch)
2024-09-30 22:31 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:31:17 UTC
Created attachment 253919 [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:45 UTC
A commit in branch main references this bug:

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

commit 4fb33e13da045dfe3a59b791c0f556e5663b8f3e
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

    lang/pbasic: include errno.h for errno

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

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

 lang/pbasic/Makefile                 |  2 +-
 lang/pbasic/files/patch-bas3.c (new) | 18 ++++++++++++++++++
 2 files changed, 19 insertions(+), 1 deletion(-)
Comment 2 Brooks Davis freebsd_committer freebsd_triage 2024-10-01 20:17:49 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.