diff --git a/graphics/drm-devel-kmod/Makefile b/graphics/drm-devel-kmod/Makefile index cf5f994ed3c6..7346edddb051 100644 --- a/graphics/drm-devel-kmod/Makefile +++ b/graphics/drm-devel-kmod/Makefile @@ -1,56 +1,56 @@ # Created by: Johannes Dieterich PORTNAME= drm-devel-kmod -PORTVERSION= 5.5.0.g20210707 +PORTVERSION= 5.5.19.g20210709 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 powerpc64le ONLY_FOR_ARCHS_REASON= the new KMS components are only supported on amd64, arm64, i386 and powerpc64 RUN_DEPENDS= gpu-firmware-kmod>=g20200914:graphics/gpu-firmware-kmod CONFLICTS_INSTALL= drm-current-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.5_0 +GH_TAGNAME= drm_v5.5.19_0 .include .if ${OPSYS} == FreeBSD && ${OSVERSION} < 1400024 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="" .elif ${ARCH} == "i386" PLIST_SUB+= AMDGPU="@comment " PLIST_SUB+= AMDKFD="@comment " PLIST_SUB+= I915="" .elif ${ARCH} == "aarch64" || ${ARCH:Mpowerpc*} PLIST_SUB+= AMDGPU="" PLIST_SUB+= AMDKFD="@comment " PLIST_SUB+= I915="@comment " .else PLIST_SUB+= AMDGPU="@comment " PLIST_SUB+= AMDKFD="@comment " PLIST_SUB+= I915="@comment " .endif .include diff --git a/graphics/drm-devel-kmod/distinfo b/graphics/drm-devel-kmod/distinfo index e83547cc1260..7c7a8bfd065c 100644 --- a/graphics/drm-devel-kmod/distinfo +++ b/graphics/drm-devel-kmod/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1625654070 -SHA256 (freebsd-drm-kmod-5.5.0.g20210707-drm_v5.5_0_GH0.tar.gz) = e6ffe63d77bc65db1eaaeb2790cdd875fe510428fa246037bd21a9dc9f31fcf7 -SIZE (freebsd-drm-kmod-5.5.0.g20210707-drm_v5.5_0_GH0.tar.gz) = 18886670 +TIMESTAMP = 1625822748 +SHA256 (freebsd-drm-kmod-5.5.19.g20210709-drm_v5.5.19_0_GH0.tar.gz) = 6dd7e10639652abd007089c21007ee3650fae002619585c7af4bb14470019b3b +SIZE (freebsd-drm-kmod-5.5.19.g20210709-drm_v5.5.19_0_GH0.tar.gz) = 18894314 diff --git a/graphics/drm-devel-kmod/pkg-descr b/graphics/drm-devel-kmod/pkg-descr index 677af4ebabdd..e801411f99e5 100644 --- a/graphics/drm-devel-kmod/pkg-descr +++ b/graphics/drm-devel-kmod/pkg-descr @@ -1,6 +1,6 @@ amdgpu, i915, and radeon DRM modules for the linuxkpi-based KMS components. -Currently corresponding to Linux 5.4.92 DRM. +Currently corresponding to Linux 5.5.19 DRM. This version is the development version and only works on FreeBSD CURRENT. WWW: https://github.com/freebsd/drm-kmod