[Bug 265819] devel/xxhash: fix static_assert bug

From: <bugzilla-noreply_at_freebsd.org>
Date: Sat, 13 Aug 2022 17:16:32 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=265819

            Bug ID: 265819
           Summary: devel/xxhash: fix static_assert bug
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Many People
          Priority: ---
         Component: Individual Port(s)
          Assignee: sunpoet@FreeBSD.org
          Reporter: thierry.dussuet@protonmail.com
          Assignee: sunpoet@FreeBSD.org
             Flags: maintainer-feedback?(sunpoet@FreeBSD.org)

Created attachment 235882
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=235882&action=edit
Replace static_assert by _Static_assert in xxhash.h

xxHash had a bug fixed in December 2021 regarding static_assert
(https://github.com/Cyan4973/xxHash/pull/670). While they did not release a new
version yet which would include this bugfix, it is affecting other ports, like
backup/py-borgbackup. It would be nice to include this patch into the FreeBSD
port so this library can be used again.

-- 
You are receiving this mail because:
You are the assignee for the bug.