aboutsummaryrefslogtreecommitdiff
path: root/graphics/drm-fbsd11.2-kmod
diff options
context:
space:
mode:
authorRene Ladan <rene@FreeBSD.org>2019-11-07 16:30:12 +0000
committerRene Ladan <rene@FreeBSD.org>2019-11-07 16:30:12 +0000
commitee06ec39ce0f2b4e530bfe69c604c35ef3f35c2b (patch)
treef77314253e5ba2ab7585e4cd0aabc08e41f880a0 /graphics/drm-fbsd11.2-kmod
parent0f2b9d79ad721688dc507441e8eece6faea71a7b (diff)
downloadports-ee06ec39ce0f2b4e530bfe69c604c35ef3f35c2b.tar.gz
ports-ee06ec39ce0f2b4e530bfe69c604c35ef3f35c2b.zip
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
Notes
Notes: svn path=/head/; revision=516983
Diffstat (limited to 'graphics/drm-fbsd11.2-kmod')
-rw-r--r--graphics/drm-fbsd11.2-kmod/Makefile2
-rw-r--r--graphics/drm-fbsd11.2-kmod/pkg-descr2
2 files changed, 2 insertions, 2 deletions
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 <bsd.port.options.mk>
-.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