Summary: | lang/pbasic: errno fixes | ||||||
---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | Brooks Davis <brooks> | ||||
Component: | Individual Port(s) | Assignee: | freebsd-ports-bugs (Nobody) <ports-bugs> | ||||
Status: | Closed FIXED | ||||||
Severity: | Affects Only Me | CC: | jhs | ||||
Priority: | --- | Flags: | bugzilla:
maintainer-feedback?
(jhs) |
||||
Version: | Latest | ||||||
Hardware: | Any | ||||||
OS: | Any | ||||||
Bug Depends on: | |||||||
Bug Blocks: | 281799 | ||||||
Attachments: |
|
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(-) 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. |
Created attachment 253919 [details] errno fixes and portrevsion bump use errno.h to access errno.