aboutsummaryrefslogtreecommitdiff
path: root/graphics/gpu-firmware-kmod
diff options
context:
space:
mode:
authorJohannes M Dieterich <jmd@FreeBSD.org>2018-02-18 04:41:15 +0000
committerJohannes M Dieterich <jmd@FreeBSD.org>2018-02-18 04:41:15 +0000
commitc456a2d6ed1d730098d2fc415a4ae6faedcf57c5 (patch)
tree987d5a2abba67610069cf836aae11377155a4ea0 /graphics/gpu-firmware-kmod
parentb0ab54ab43a67af51c2b7f53876be2a823f8e243 (diff)
downloadports-c456a2d6ed1d730098d2fc415a4ae6faedcf57c5.tar.gz
ports-c456a2d6ed1d730098d2fc415a4ae6faedcf57c5.zip
graphics/drm-next-kmod and graphics/gpu-firmware-kmod: after MFC'ing the relevant parts of the linuxkpi to 11-STABLE by hps allows us to now support the Linux-based KMS bits there. Adjust the OSVERSION check accordingly.
Reviewed by: swills (mentor) Approved by: swills (mentor) Obtained from: FreeBSDDesktop / hps Differential Revision: https://reviews.freebsd.org/D14424
Notes
Notes: svn path=/head/; revision=462202
Diffstat (limited to 'graphics/gpu-firmware-kmod')
-rw-r--r--graphics/gpu-firmware-kmod/Makefile8
1 files changed, 6 insertions, 2 deletions
diff --git a/graphics/gpu-firmware-kmod/Makefile b/graphics/gpu-firmware-kmod/Makefile
index 0e39478e0422..51336876f41b 100644
--- a/graphics/gpu-firmware-kmod/Makefile
+++ b/graphics/gpu-firmware-kmod/Makefile
@@ -3,6 +3,7 @@
PORTNAME= gpu-firmware-kmod
PORTVERSION= g20180206
+PORTREVISION= 1
CATEGORIES= graphics
MAINTAINER= jmd@FreeBSD.org
@@ -29,8 +30,11 @@ GH_TAGNAME= dc3c90e
.include <bsd.port.pre.mk>
-.if ${OPSYS} == FreeBSD && ${OSVERSION} < 1200019
-IGNORE= not supported on 11.x or older, no kernel support
+.if ${OPSYS} == FreeBSD && ${OSVERSION} < 1101510
+IGNORE= not supported on 10.x or older, no kernel support
+.endif
+.if ${OPSYS} == FreeBSD && ${OSVERSION} >= 1200000 && ${OSVERSION} < 1200019
+IGNORE= not supported on older CURRENT, no kernel support
.endif
.include <bsd.port.post.mk>