ports/graphics/mesa-dri/files
Cy Schubert 4caac3599a graphics/mesa-dri: Fix 15-CURRENT 108de784513d build
108de784513d on main in src redefined CLOCK_BOOTTIME to alias
CLOCK_MONOTONIC, instead of CLOCK_UPTIME. This results in the following
errors when building this port under 15-CURRENT:

../src/intel/common/xe/intel_gem.c:72:9: error: duplicate case value '4'
   72 |    case CLOCK_BOOTTIME:
      |         ^
/usr/include/sys/_clock_id.h:81:25: note: expanded from macro
'CLOCK_BOOTTIME'
   81 | #define CLOCK_BOOTTIME          CLOCK_MONOTONIC
      |                                 ^
/usr/include/sys/_clock_id.h:56:26: note: expanded from macro
'CLOCK_MONOTONIC'
   56 | #define CLOCK_MONOTONIC         4
      |                                 ^
../src/intel/common/xe/intel_gem.c:66:9: note: previous case defined here
   66 |    case CLOCK_MONOTONIC:
      |         ^
/usr/include/sys/_clock_id.h:56:26: note: expanded from macro
'CLOCK_MONOTONIC'
   56 | #define CLOCK_MONOTONIC         4
      |                                 ^
1 error generated.

On FreeBSD systems without 108de784513d the old definition will be used
while on 108de784513d and newer the duplicate case will be removed.

Repored by:	eduardo
Obtained from:	src 676041c41ba5
Discussed with: imp
2024-06-01 22:30:40 -07:00
..
01-freebsd.conf
patch-meson.build
patch-src_gallium_drivers_llvmpipe_lp__rast__tri.c
patch-src_gallium_winsys_amdgpu_drm_amdgpu__bo.c graphics/mesa: Update to 24.0.1 2024-02-17 15:53:56 +01:00
patch-src_intel_common_xe_intel__gem.c graphics/mesa-dri: Fix 15-CURRENT 108de784513d build 2024-06-01 22:30:40 -07:00
patch-src_util_u__memory.h graphics/mesa*: Update to 23.3.0 2023-12-01 16:43:11 +01:00
pkg-message.in