diff --git a/graphics/drm-61-kmod/Makefile b/graphics/drm-61-kmod/Makefile index 43f0d5be31aa..1327241c9177 100644 --- a/graphics/drm-61-kmod/Makefile +++ b/graphics/drm-61-kmod/Makefile @@ -1,56 +1,57 @@ PORTNAME= drm-61-kmod PORTVERSION= ${DRM_KMOD_DISTVERSION} +PORTREVISION= 1 CATEGORIES= graphics kld .include "Makefile.version" MAINTAINER= x11@FreeBSD.org COMMENT= DRM drivers modules WWW= https://github.com/freebsd/drm-kmod/ LICENSE= BSD2CLAUSE MIT GPLv2 LICENSE_COMB= multi ONLY_FOR_ARCHS= amd64 powerpc64 powerpc64le ONLY_FOR_ARCHS_REASON= the new KMS components are only supported on amd64 and powerpc64 CONFLICTS_INSTALL= drm-510-kmod \ - drm-61-kmod + drm-515-kmod USES= kmod uidfix compiler:c++11-lang USE_GITHUB= yes GH_ACCOUNT= freebsd GH_PROJECT= drm-kmod GH_TAGNAME= ${DRM_KMOD_GH_TAGNAME} .include -.if ${OPSYS} == FreeBSD && ${OSVERSION} < 1500008 -IGNORE= not supported on older than 15.0, no kernel support +.if ${OPSYS} == FreeBSD && ${OSVERSION} < 1500008 || ( ${OSVERSION} >= 1400508 && ${OSVERSION} < 1500000 ) +IGNORE= not supported on older than 14-STABLE 1400508, 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+= I915="" .elif ${ARCH} == "i386" PLIST_SUB+= AMDGPU="@comment " PLIST_SUB+= I915="" .elif ${ARCH} == "aarch64" || ${ARCH:Mpowerpc*} PLIST_SUB+= AMDGPU="" PLIST_SUB+= I915="@comment " .else PLIST_SUB+= AMDGPU="@comment " PLIST_SUB+= I915="@comment " .endif MAKE_ENV+= MAKEOBJDIRPREFIX=${WRKSRC}/obj pre-build: ${MKDIR} ${WRKSRC}/obj (cd ${WRKSRC} ; ${SETENV} ${MAKE_ENV} ${MAKE_CMD} obj) .include diff --git a/graphics/drm-61-kmod/Makefile.version b/graphics/drm-61-kmod/Makefile.version index c96b856be7d1..42e5c12ac0b4 100644 --- a/graphics/drm-61-kmod/Makefile.version +++ b/graphics/drm-61-kmod/Makefile.version @@ -1,5 +1,5 @@ # drm-kmod common version definition # # This will be included from consumers such as nvidia-drm DRM_KMOD_DISTVERSION= 6.1.69 -DRM_KMOD_GH_TAGNAME= drm_v6.1.69 +DRM_KMOD_GH_TAGNAME= drm_v6.1.69_1 diff --git a/graphics/drm-61-kmod/distinfo b/graphics/drm-61-kmod/distinfo index 80cbb156b286..4f081f80bbf2 100644 --- a/graphics/drm-61-kmod/distinfo +++ b/graphics/drm-61-kmod/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1704471820 -SHA256 (freebsd-drm-kmod-6.1.69-drm_v6.1.69_GH0.tar.gz) = 2327b60eb403f07c9782894cff70de04920cb14a70efc565d68d4b5ad12bc5cb -SIZE (freebsd-drm-kmod-6.1.69-drm_v6.1.69_GH0.tar.gz) = 37088102 +TIMESTAMP = 1708780832 +SHA256 (freebsd-drm-kmod-6.1.69-drm_v6.1.69_1_GH0.tar.gz) = da88f18f0678b12525a236dfd580bc762f42a5d9c29294192d8cf7fa2b36f68a +SIZE (freebsd-drm-kmod-6.1.69-drm_v6.1.69_1_GH0.tar.gz) = 37093608 diff --git a/graphics/drm-61-kmod/pkg-descr b/graphics/drm-61-kmod/pkg-descr index 1e3881cc4eff..a2e7a2515a87 100644 --- a/graphics/drm-61-kmod/pkg-descr +++ b/graphics/drm-61-kmod/pkg-descr @@ -1,3 +1,4 @@ amdgpu, i915, and radeon DRM drivers modules. Currently corresponding to Linux 6.1 DRM. -This version is for FreeBSD 15.0 and above. +This version is for FreeBSD 14-STABLE 1400508 +and above.