[Clang] treat fixed-underlying enum constants as the enumerated type in C23 to follow the spec (#172211)
Fixes #172118
---
This patch resolves an issue where C23 fixed-underlying enum constants
were incorrectly treated as the underlying integer type instead of the
enumeration type.
According to C23 `6.7.2.2p15`:
> The enumeration member type of an enumerated type with a fixed
underlying type is the same as the type itself.
iflib: document new sysctls
Document the new tx related sysctls I've added to iflib in the
last few months: tx_reclaim_ticks & tx_reclaim_thresh
Sponsored by: Netflix
Reviewed by: ziaee
Differential Revision: https://reviews.freebsd.org/D54564
MFC after: 3 days
freetype-utils: work around broken X detection
just build the programs independent of if X detection fails or not
to have a consistent PLIST
Bump PKGREVISION.
php-framadate: move to wip
This package is not ready for pkgsrc:
- php-composer updates itself from git during extract
- which makes the list of installed files change over time
which makes this fail to package for some months now, and even before
you didn't know what sources exactly you were getting.