| Summary: | sysutils/bsdisks: ensure uid_t is declared (else potential build error) | ||
|---|---|---|---|
| Product: | Ports & Packages | Reporter: | John Hein <jcfyecrayz> |
| Component: | Individual Port(s) | Assignee: | Gleb Popov <arrowd> |
| Status: | Closed FIXED | ||
| Severity: | Affects Some People | Flags: | arrowd:
maintainer-feedback+
|
| Priority: | --- | ||
| Version: | Latest | ||
| Hardware: | Any | ||
| OS: | Any | ||
|
Description
John Hein
2023-12-03 16:35:35 UTC
FreeBSD 12 goes EoL in 2 days, so I don't want to bother with this fix. But now I read you reasoning, I guess it is still a right thing to do (In reply to Gleb Popov from comment #2) Yeah, it seems most correct to include sys/types.h in blockfilesystem.h (not just because it happens to fail on 12.x) A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=1f1bf812eb2bb5b2ad37702fd6b046c2df9101dd commit 1f1bf812eb2bb5b2ad37702fd6b046c2df9101dd Author: Gleb Popov <arrowd@FreeBSD.org> AuthorDate: 2023-12-03 16:43:36 +0000 Commit: Gleb Popov <arrowd@FreeBSD.org> CommitDate: 2023-12-03 16:44:06 +0000 sysutils/bsdisks: Update to 0.33 PR: 275508 sysutils/bsdisks/Makefile | 4 ++-- sysutils/bsdisks/distinfo | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) (In reply to Gleb Popov from comment #2) Thanks for taking a look. I see you already committed upstream. I haven't delved into the warnings yet. I will (later) if no one beats me to it. (In reply to John Hein from comment #5) And thank you for the standards writeup. I was aware of the build failure but was reluctant to fix it only for the sake of FreeBSD 12. But conforming to standards is much more important thing. |