maintainer-feedback requested: [Bug 284891] graphics/drm-66-kmod version discrepancy
- In reply to: bugzilla-noreply_a_freebsd.org: "[Bug 284891] graphics/drm-66-kmod version discrepancy"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 19 Feb 2025 01:04:54 UTC
Bugzilla Automation <bugzilla@FreeBSD.org> has asked freebsd-x11 (Nobody) <x11@FreeBSD.org> for maintainer-feedback: Bug 284891: graphics/drm-66-kmod version discrepancy https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=284891 --- Description --- Makefile forces >1500031 while pkg-descr says "1500023 and above". pkg-message.in makes reference to drm-61-kmod instead of drm-66-kmod which I assume was an oversight; it would be handy to tell users to consider older ports when hardware support was dropped or not added in newer drivers. drm-kmod could be expanded to include drm-66-kmod unless there is any reason to not consider it ready for use. With "ONLY_FOR_ARCHS=amd64" the "if ${ARCH}=" and related lines could be dropped. Similar cleanup is possible for the other drm-kmod versions. If support is expected to improve then the tests could be added back and refined once that support is reached. The drm-kmod port version checks seem similar but don't quite match the version checks in each of the ports it depends on.