Files
ports/emulators
Ganael LAPLANCHE febc7a58b9 emulators/fbsd-duckstation: Fix build on 16-CURRENT
Shipped fmt does not build with clang 21 and consteval enabled:

/wrkdirs/usr/ports/emulators/fbsd-duckstation/work/duckstation-0.1-6937/dep/fmt/src/os.cc:172:35: error: call to consteval function 'fmt::basic_format_string<char, const char *>::basic_format_string<FMT_COMPILE_STRING, 0>' is not a constant expression
  172 |     FMT_THROW(system_error(errno, FMT_STRING("cannot open file {}"),
      |                                   ^
/wrkdirs/usr/ports/emulators/fbsd-duckstation/work/duckstation-0.1-6937/dep/fmt/include/fmt/format.h:1905:23: note: expanded from macro 'FMT_STRING'
 1905 | #define FMT_STRING(s) FMT_STRING_IMPL(s, fmt::detail::compile_string, )
      |                       ^
[...]

so disable consteval to work-around the problem.
2026-05-19 12:40:07 +02:00
..
2025-02-24 20:36:44 -05:00
2025-12-23 21:32:19 +01:00
2026-03-26 21:51:26 +01:00
2025-06-08 20:23:13 +02:00
2025-12-30 07:00:05 -05:00
2026-05-09 13:25:51 -04:00
2026-04-08 18:43:07 -04:00
2025-06-02 23:57:06 +02:00
2025-10-24 20:06:24 +03:00
2024-12-05 22:45:00 -08:00
2025-05-06 20:53:12 +02:00
2026-03-15 21:01:29 +01:00
2026-01-16 22:28:05 +03:00
2025-01-22 10:21:27 +01:00