Date: Thu, 11 Jun 2026 20:07:36 +0000 From: Jean-=?utf-8?Q?S=C3=A9bast?==?utf-8?Q?ien P=C3=A9?=dron <dumbbell@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-branches@FreeBSD.org Cc: Chad Jacob Milios <milios@ccsys.com> Subject: git: eeb0a6fe4942 - 2026Q2 - graphics/drm-61-kmod: Fix build of intel bits on 15.0-RELEASE Message-ID: <6a2b1588.1d0e7.ec0ec45@gitrepo.freebsd.org>
index | next in thread | raw e-mail
The branch 2026Q2 has been updated by dumbbell: URL: https://cgit.FreeBSD.org/ports/commit/?id=eeb0a6fe4942e0c98d14e6c3a4c9a6c4c584c133 commit eeb0a6fe4942e0c98d14e6c3a4c9a6c4c584c133 Author: Chad Jacob Milios <milios@ccsys.com> AuthorDate: 2026-05-06 14:06:22 +0000 Commit: Jean-Sébastien Pédron <dumbbell@FreeBSD.org> CommitDate: 2026-06-11 20:06:40 +0000 graphics/drm-61-kmod: Fix build of intel bits on 15.0-RELEASE PR: 294870 294878 (cherry picked from commit 298bede9dc94ff43a54a378540600b86991a2731) --- graphics/drm-61-kmod/files/patch-i915_Makefile | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/graphics/drm-61-kmod/files/patch-i915_Makefile b/graphics/drm-61-kmod/files/patch-i915_Makefile new file mode 100644 index 000000000000..7b2805933152 --- /dev/null +++ b/graphics/drm-61-kmod/files/patch-i915_Makefile @@ -0,0 +1,16 @@ +--- i915/Makefile.orig 2026-04-29 07:48:52 UTC ++++ i915/Makefile +@@ -347,9 +347,11 @@ CWARNFLAGS.intel_freebsd.c= -Wno-unused-function + CWARNFLAGS.intel_fbc.c= -Wno-unused-variable + CWARNFLAGS.intel_fbdev.c= -Wno-initializer-overrides + CWARNFLAGS.intel_freebsd.c= -Wno-unused-function +-CWARNFLAGS.i915_gem_context.c= -Wno-unused-function ++CWARNFLAGS.i915_gem_context.c= -Wno-unused-function -Wno-address-of-packed-member + CWARNFLAGS.intel_ggtt.c= -Wno-integer-overflow +-CWARNFLAGS.intel_guc_capture.c= -Wno-unused-but-set-variable ++CWARNFLAGS.intel_guc_capture.c= -Wno-unused-but-set-variable -Wno-address-of-packed-member ++CWARNFLAGS.intel_guc_ct.c= -Wno-address-of-packed-member ++CWARNFLAGS.intel_guc_submission.c= -Wno-unused-function -Wno-address-of-packed-member + CWARNFLAGS.intel_hdmi.c= -Wno-unused-but-set-variable + CWARNFLAGS.intel_hotplug.c= -Wno-uninitialized + CWARNFLAGS.intel_pm.c= -Wno-incompatible-pointer-types-discards-qualifiershome | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?6a2b1588.1d0e7.ec0ec45>
