svn commit: r559745 - head/graphics/drm-kmod
Rene Ladan
rene at FreeBSD.org
Thu Dec 31 15:25:44 UTC 2020
Author: rene
Date: Thu Dec 31 15:25:43 2020
New Revision: 559745
URL: https://svnweb.freebsd.org/changeset/ports/559745
Log:
graphics/drm-kmod: drop support for expired graphics/drm-legacy-kmod
Modified:
head/graphics/drm-kmod/Makefile
Modified: head/graphics/drm-kmod/Makefile
==============================================================================
--- head/graphics/drm-kmod/Makefile Thu Dec 31 15:21:41 2020 (r559744)
+++ head/graphics/drm-kmod/Makefile Thu Dec 31 15:25:43 2020 (r559745)
@@ -15,13 +15,7 @@ USES= metaport
.if ${OPSYS} != FreeBSD
IGNORE= not supported on anything but FreeBSD (missing linuxkpi functionality)
.else
-.if ${ARCH} != "amd64"
-.if ${OSVERSION} >= 1200080
-RUN_DEPENDS= ${KMODDIR}/drm.ko:graphics/drm-legacy-kmod
-.else
-IGNORE= legacy kmod not required on less than 12.0
-.endif
-.else
+.if ${ARCH} == "amd64"
.if ${OSVERSION} >= 1103000 && ${OSVERSION} < 1200000
RUN_DEPENDS= ${KMODDIR}/drm.ko:graphics/drm-fbsd11.2-kmod
.elif ${OSVERSION} >= 1200058 && ${OSVERSION} < 1300000
More information about the svn-ports-all
mailing list