Index: head/graphics/drm-devel-kmod/Makefile =================================================================== --- head/graphics/drm-devel-kmod/Makefile (revision 547649) +++ head/graphics/drm-devel-kmod/Makefile (revision 547650) @@ -1,68 +1,69 @@ # Created by: Johannes Dieterich # $FreeBSD$ PORTNAME= drm-devel-kmod PORTVERSION= 5.4.62.g20200905 +PORTREVISION= 1 CATEGORIES= graphics kld MAINTAINER= x11@FreeBSD.org COMMENT= DRM modules for the linuxkpi-based KMS components (development version) LICENSE= BSD2CLAUSE MIT GPLv2 LICENSE_COMB= multi ONLY_FOR_ARCHS= aarch64 amd64 i386 powerpc64 ONLY_FOR_ARCHS_REASON= the new KMS components are only supported on amd64, arm64, i386 and powerpc64 -RUN_DEPENDS= gpu-firmware-kmod>=g20180319:graphics/gpu-firmware-kmod +RUN_DEPENDS= gpu-firmware-kmod>=g20200503:graphics/gpu-firmware-kmod CONFLICTS_INSTALL= drm-current-kmod \ drm-fbsd11.2-kmod \ drm-fbsd12.0-kmod \ drm-legacy-kmod OPTIONS_DEFINE= DEBUG USES= kmod uidfix compiler:c++11-lang USE_GITHUB= yes GH_ACCOUNT= freebsd GH_PROJECT= drm-kmod GH_TAGNAME= drm_v5.4.62 .include .if ${OPSYS} == FreeBSD && ${OSVERSION} < 1300108 IGNORE= not supported on older CURRENT, no kernel support .endif .if ${OPSYS} != FreeBSD IGNORE= not supported on anything but FreeBSD (missing linuxkpi functionality) .endif .if ${ARCH} == "amd64" PLIST_SUB+= AMDGPU="" PLIST_SUB+= AMDKFD="@comment " PLIST_SUB+= I915="" PLIST_SUB+= VMWGFX="" PLIST_SUB+= VBOXVIDEO="" .elif ${ARCH} == "i386" PLIST_SUB+= AMDGPU="@comment " PLIST_SUB+= AMDKFD="@comment " PLIST_SUB+= I915="" PLIST_SUB+= VMWGFX="" PLIST_SUB+= VBOXVIDEO="" .elif ${ARCH} == "aarch64" || ${ARCH} == "powerpc64" PLIST_SUB+= AMDGPU="" PLIST_SUB+= AMDKFD="@comment " PLIST_SUB+= I915="@comment " PLIST_SUB+= VBOXVIDEO="@comment " PLIST_SUB+= VMWGFX="@comment " .else PLIST_SUB+= AMDGPU="@comment " PLIST_SUB+= AMDKFD="@comment " PLIST_SUB+= I915="@comment " PLIST_SUB+= VBOXVIDEO="@comment " PLIST_SUB+= VMWGFX="@comment " .endif .include Index: head/graphics/drm-devel-kmod/pkg-descr =================================================================== --- head/graphics/drm-devel-kmod/pkg-descr (revision 547649) +++ head/graphics/drm-devel-kmod/pkg-descr (revision 547650) @@ -1,7 +1,6 @@ amdgpu, i915, radeon, vmwgfx and vboxvideo DRM modules for the linuxkpi-based KMS components. -Currently corresponding to Linux 5.3 DRM. +Currently corresponding to Linux 5.4.62 DRM. This version is the development version and only works on FreeBSD CURRENT. -amdgpu and radeonkms are known to fail with EFI boot. WWW: https://github.com/freebsd/drm-kmod Index: head/graphics/drm-devel-kmod/pkg-message =================================================================== --- head/graphics/drm-devel-kmod/pkg-message (revision 547649) +++ head/graphics/drm-devel-kmod/pkg-message (revision 547650) @@ -1,25 +1,22 @@ [ { type: install message: <