maintainer-feedback requested: [Bug 284891] graphics/drm-66-kmod version discrepancy
| Newsgroups | gmane.os.freebsd.devel.x11 |
|---|---|
| Message-ID | <[email protected]/bugzilla/> |
Bugzilla Automation <[email protected]> has asked freebsd-x11 (Nobody) <[email protected]> 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.