Bug 281785 - deskutils/sliderule: errno fixes
Summary: deskutils/sliderule: 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: Joerg Wunsch
URL:
Keywords:
Depends on:
Blocks: 281799
  Show dependency treegraph
 
Reported: 2024-09-30 22:32 UTC by Brooks Davis
Modified: 2024-10-01 20:18 UTC (History)
0 users

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


Attachments
errno fixes and portrevsion bump (1.39 KB, patch)
2024-09-30 22:32 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:32:29 UTC
Created attachment 253920 [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:47 UTC
A commit in branch main references this bug:

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

commit 87071de424cc546dadc6a92b36706e37407b9a92
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

    deskutils/sliderule: include errno.h for errno

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

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

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