Hello, almost every release there are users who panic when they get drm-kmod from the packages with the latest FreeBSD version without knowing it. This could be prevented if it is communicated for which version they were built. An patch as suggestion have been attached. Thanks in advance!
Created attachment 255604 [details] 0001-graphics-drm-kmod-Inform-users-that-against-which-Fr.patch
Created attachment 255610 [details] 0001-graphics-drm-kmod-Inform-users-against-which-FreeBSD.patch
Thank you - we need to solve this problem properly, but having this message in the package is better than the status quo.
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=91fc9bdcfb3cb4ab0facccdf4aa50fad7338c76b commit 91fc9bdcfb3cb4ab0facccdf4aa50fad7338c76b Author: Alexander Vereeken <Alexander88207@protonmail.com> AuthorDate: 2024-12-03 21:10:37 +0000 Commit: Emmanuel Vadot <manu@FreeBSD.org> CommitDate: 2024-12-06 08:31:44 +0000 graphics/drm-kmod: Inform users against which FreeBSD version the packages do got built. PR: 283107 graphics/drm-510-kmod/Makefile | 5 ++++- graphics/drm-510-kmod/{pkg-message => files/pkg-message.in} | 4 ++++ graphics/drm-515-kmod/Makefile | 5 ++++- graphics/drm-515-kmod/{pkg-message => files/pkg-message.in} | 4 ++++ graphics/drm-61-kmod/Makefile | 5 ++++- graphics/drm-61-kmod/{pkg-message => files/pkg-message.in} | 4 ++++ 6 files changed, 24 insertions(+), 3 deletions(-)
Thanks, commited.