Summary: | devel/xxhash: fix static_assert bug | ||||||
---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | Thierry Dussuet <thierry.dussuet> | ||||
Component: | Individual Port(s) | Assignee: | Matthias Andree <mandree> | ||||
Status: | Closed FIXED | ||||||
Severity: | Affects Some People | CC: | mandree | ||||
Priority: | --- | Flags: | bugzilla:
maintainer-feedback?
(sunpoet) mandree: merge-quarterly+ |
||||
Version: | Latest | ||||||
Hardware: | Any | ||||||
OS: | Any | ||||||
Bug Depends on: | |||||||
Bug Blocks: | 265060 | ||||||
Attachments: |
|
Description
Thierry Dussuet
2022-08-13 17:16:32 UTC
I'll claim this under portmgr@ blanket approval to fix downstream ports. A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=8a4d5e26a9721eae2deba5fef794a2e593170658 commit 8a4d5e26a9721eae2deba5fef794a2e593170658 Author: Thierry Dussuet <thierry.dussuet@protonmail.com> AuthorDate: 2022-08-13 18:35:43 +0000 Commit: Matthias Andree <mandree@FreeBSD.org> CommitDate: 2022-08-13 18:43:27 +0000 devel/xxhash: fix static_assert to _Static_assert This fixes C11+ users of xxhash that do not #include <assert.h> PR: 265819 Approved by: portmgr@ (blanket, one-line fix to unbreak py-borgbackup) MFH: 2022Q3 devel/xxhash/Makefile | 2 +- devel/xxhash/files/patch-xxhash.h (new) | 12 ++++++++++++ 2 files changed, 13 insertions(+), 1 deletion(-) A commit in branch 2022Q3 references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=4d45e445eb831ec162b4d92e89a7b83878d14f9d commit 4d45e445eb831ec162b4d92e89a7b83878d14f9d Author: Thierry Dussuet <thierry.dussuet@protonmail.com> AuthorDate: 2022-08-13 18:35:43 +0000 Commit: Matthias Andree <mandree@FreeBSD.org> CommitDate: 2022-08-13 18:52:06 +0000 devel/xxhash: fix static_assert to _Static_assert This fixes C11+ users of xxhash that do not #include <assert.h> PR: 265819 Approved by: portmgr@ (blanket, one-line fix to unbreak py-borgbackup) MFH: 2022Q3 (cherry picked from commit 8a4d5e26a9721eae2deba5fef794a2e593170658) devel/xxhash/Makefile | 2 +- devel/xxhash/files/patch-xxhash.h (new) | 12 ++++++++++++ 2 files changed, 13 insertions(+), 1 deletion(-) |