head 1.5; access; symbols pkgsrc-2026Q1:1.4.0.14 pkgsrc-2026Q1-base:1.4 pkgsrc-2025Q4:1.4.0.12 pkgsrc-2025Q4-base:1.4 pkgsrc-2025Q3:1.4.0.10 pkgsrc-2025Q3-base:1.4 pkgsrc-2025Q2:1.4.0.8 pkgsrc-2025Q2-base:1.4 pkgsrc-2025Q1:1.4.0.6 pkgsrc-2025Q1-base:1.4 pkgsrc-2024Q4:1.4.0.4 pkgsrc-2024Q4-base:1.4 pkgsrc-2024Q3:1.4.0.2 pkgsrc-2024Q3-base:1.4 pkgsrc-2024Q2:1.1.0.20 pkgsrc-2024Q2-base:1.1 pkgsrc-2024Q1:1.1.0.18 pkgsrc-2024Q1-base:1.1 pkgsrc-2023Q4:1.1.0.16 pkgsrc-2023Q4-base:1.1 pkgsrc-2023Q3:1.1.0.14 pkgsrc-2023Q3-base:1.1 pkgsrc-2023Q2:1.1.0.12 pkgsrc-2023Q2-base:1.1 pkgsrc-2023Q1:1.1.0.10 pkgsrc-2023Q1-base:1.1 pkgsrc-2022Q4:1.1.0.8 pkgsrc-2022Q4-base:1.1 pkgsrc-2022Q3:1.1.0.6 pkgsrc-2022Q3-base:1.1 pkgsrc-2022Q2:1.1.0.4 pkgsrc-2022Q2-base:1.1 pkgsrc-2022Q1:1.1.0.2 pkgsrc-2022Q1-base:1.1; locks; strict; comment @ * @; 1.5 date 2026.05.29.09.02.25; author wiz; state dead; branches; next 1.4; commitid sYXDcxeT7qOCLGHG; 1.4 date 2024.07.02.16.24.47; author wiz; state Exp; branches; next 1.3; commitid IT0CDii3rpz5BhgF; 1.3 date 2024.07.02.15.46.37; author tnn; state Exp; branches; next 1.2; commitid xR1UyKyxfEd1ohgF; 1.2 date 2024.06.26.16.24.33; author wiz; state dead; branches; next 1.1; commitid TEA423OzcfKZMvfF; 1.1 date 2022.03.13.15.20.01; author tnn; state Exp; branches; next ; commitid KTKc8xW8y2ZMi4wD; desc @@ 1.5 log @libdrm: update to 2.4.134. Eric Engestrom (2): ci: fix indentation ci: bump debian from bookworm to trixie Rudi Heitbaum (2): amdgpu: fix discards 'const' qualifier from pointer target type modetest: fix discards 'const' qualifier from pointer target type Samuel Pitoiset (4): add missing include to util_math.h build: bump version to 2.4.133 omap: stop including linux/types.h meson: do not mark exynos/omap/tegra as disabled features Simon Ser (2): Sync drm_fourcc.h with drm-next build: bump version to 2.4.134 @ text @$NetBSD: patch-omap_omap__drm.c,v 1.4 2024/07/02 16:24:47 wiz Exp $ Only include Linux-specific header on Linux. https://gitlab.freedesktop.org/mesa/drm/-/merge_requests/384 --- omap/omap_drm.c.orig 2024-07-02 15:43:49.303040722 +0000 +++ omap/omap_drm.c @@@@ -27,7 +27,9 @@@@ */ #include +#if defined(__linux__) #include +#endif #include #include #include @ 1.4 log @libdrm: add URLs for try at upstreaming most of these. @ text @d1 1 a1 1 $NetBSD: patch-omap_omap__drm.c,v 1.3 2024/07/02 15:46:37 tnn Exp $ @ 1.3 log @libdrm: fix build on NetBSD/aarch64 @ text @d1 1 a1 1 $NetBSD$ d5 2 @ 1.2 log @libdrm: update to 2.4.122. Enrico Weigelt, metux IT consult (6): OpenBSD: fix FTBS on misspelled and missing variables fix FTBS on FreeBSD (or non-Linux in general) freedreno: fix FTBS on non-Linux platforms (unused header) etnaviv: fix FTBS on undefined linux/* headers on non-Linux platforms. ci: upgrade debian container to bookworm ci: upgrade FreeBSD VM to 14.1 Nicolas Caramelli (1): Remove libm in libdrm dependencies Simon Ser (2): Sync headers with drm-next build: bump version to 2.4.122 @ text @d1 1 a1 1 $NetBSD: patch-omap_omap__drm.c,v 1.1 2022/03/13 15:20:01 tnn Exp $ d3 1 a3 1 Fix Linuxisms. d5 1 a5 1 --- omap/omap_drm.c.orig 2022-02-16 10:00:13.000000000 +0000 d7 1 a7 1 @@@@ -27,8 +27,10 @@@@ d11 1 a11 2 +#ifdef __linux__ #include @ 1.1 log @libdrm: update to 2.4.100 Changes build framework to meson. [ANNOUNCE] libdrm 2.4.110 misc bug fixes [ANNOUNCE] libdrm 2.4.109 misc bug fixes [ANNOUNCE] libdrm 2.4.108 misc bug fixes, build fixes [ANNOUNCE] libdrm 2.4.107 misc bug fixes, update AMD product names [ANNOUNCE] libdrm 2.4.106 Some nouveau debug, amdgpu tests, and a regression fix from 105. Releasing so 105 doesn't end up being used a lot with a regression. [ANNOUNCE] libdrm 2.4.105 misc bug fixes, update AMD product names [ANNOUNCE] libdrm 2.4.104 This release brings updated kernel headers and converts man pages to reStructuredText. [ANNOUNCE] libdrm 2.4.103 libdrm mostly for new hw and ame names. [ANNOUNCE] libdrm 2.4.102 lots of FreeBSD and modetest stuff. [ANNOUNCE] libdrm 2.4.101 misc bug fixes, update AMD product names @ text @d1 1 a1 1 $NetBSD$ @