Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 31 Dec 2020 15:25:43 +0000 (UTC)
From:      Rene Ladan <rene@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r559745 - head/graphics/drm-kmod
Message-ID:  <202012311525.0BVFPh4M096714@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202012311525.0BVFPh4M096714>