From ee06ec39ce0f2b4e530bfe69c604c35ef3f35c2b Mon Sep 17 00:00:00 2001 From: Rene Ladan Date: Thu, 7 Nov 2019 16:30:12 +0000 Subject: Clean up support for FreeBSD 11.2. While here, modernize some comments in Mk/bsd.*.mk. Note that graphics/drm-fbsd11.2-kmod is not renamed yet, this was somewhat under discussion. Submitted by: rene Reviewed by: antoine, jbeich, mat, zeising Differential Revision: https://reviews.freebsd.org/D21974 --- graphics/drm-fbsd11.2-kmod/Makefile | 2 +- graphics/drm-fbsd11.2-kmod/pkg-descr | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'graphics/drm-fbsd11.2-kmod') diff --git a/graphics/drm-fbsd11.2-kmod/Makefile b/graphics/drm-fbsd11.2-kmod/Makefile index 05c7824bd4fa..c2470fe49132 100644 --- a/graphics/drm-fbsd11.2-kmod/Makefile +++ b/graphics/drm-fbsd11.2-kmod/Makefile @@ -32,7 +32,7 @@ GH_TAGNAME= 72300db .include -.if ${OPSYS} == FreeBSD && (${OSVERSION} < 1102000 || ${OSVERSION} > 1200000) +.if ${OPSYS} == FreeBSD && ${OSVERSION} > 1200000 IGNORE= only supported on FreeBSD 11. .endif diff --git a/graphics/drm-fbsd11.2-kmod/pkg-descr b/graphics/drm-fbsd11.2-kmod/pkg-descr index eda4c34dd5db..b422adefc5e2 100644 --- a/graphics/drm-fbsd11.2-kmod/pkg-descr +++ b/graphics/drm-fbsd11.2-kmod/pkg-descr @@ -1,6 +1,6 @@ amdgpu, i915, and radeon DRM modules for the linuxkpi-based KMS components. Currently corresponding to Linux 4.11 DRM. -This version is for FreeBSD 11.2. +This version is for FreeBSD 11.3. amdgpu and radeonkms are known to fail with EFI boot. WWW: https://github.com/FreeBSDDesktop/kms-drm -- cgit v1.2.3