aboutsummaryrefslogtreecommitdiff
path: root/graphics/drm-kmod
diff options
context:
space:
mode:
authorRene Ladan <rene@FreeBSD.org>2021-01-24 17:16:15 +0000
committerRene Ladan <rene@FreeBSD.org>2021-01-24 17:16:15 +0000
commit74bd0a5a2f59050f6ceb1b22dbe3243d8e269e87 (patch)
tree1132f3d12829f070a6f88cc9555813b2a30c6aa5 /graphics/drm-kmod
parentcfb01cecd94e5877deff32b336a428ef6f162ed8 (diff)
downloadports-74bd0a5a2f59050f6ceb1b22dbe3243d8e269e87.tar.gz
ports-74bd0a5a2f59050f6ceb1b22dbe3243d8e269e87.zip
Hook drm-fbsd13-kmod to the maser drm-kmod port and bump its PORTREVISION.
Add new drm-fbsd13-kmod to the conflict lists of the other ports. Be pedantic about version boundaries. Approved by: manu (on ports-committers) MFH: 2021Q1
Notes
Notes: svn path=/head/; revision=562491
Diffstat (limited to 'graphics/drm-kmod')
-rw-r--r--graphics/drm-kmod/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/graphics/drm-kmod/Makefile b/graphics/drm-kmod/Makefile
index 8770063cdf83..ba5f866a0b09 100644
--- a/graphics/drm-kmod/Makefile
+++ b/graphics/drm-kmod/Makefile
@@ -3,6 +3,7 @@
PORTNAME= drm-kmod
PORTVERSION= g20190710
+PORTREVISION= 1
CATEGORIES= graphics
MAINTAINER= x11@FreeBSD.org
@@ -22,7 +23,9 @@ RUN_DEPENDS= ${KMODDIR}/drm.ko:graphics/drm-fbsd11.2-kmod
RUN_DEPENDS= ${KMODDIR}/drm.ko:graphics/drm-fbsd12.0-kmod
.elif ${OSVERSION} >= 1300000 && ${OSVERSION} < 1300108
IGNORE= not supported on older 13, no kernel support
-.elif ${OSVERSION} >= 1300108
+.elif ${OSVERSION} >= 1300108 && ${OSVERSION} < 1400000
+RUN_DEPENDS= ${KMODDIR}/drm.ko:graphics/drm-fbsd13-kmod
+.elif ${OSVERSION} >= 1400000
RUN_DEPENDS= ${KMODDIR}/drm.ko:graphics/drm-current-kmod
.else
IGNORE= not supported for this configuration