1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-01 05:45:45 +00:00

graphics/drm-61-kmod: Update to drm_v6.1.69_1

- Allow build on recent 14-STABLE
- Fix https://github.com/freebsd/drm-kmod/issues/277
- Attempt to fix PR/274770

Sponsored by:	Serenity Cyber Security, LLC
Approved by:	x11 (manu, implicit)
This commit is contained in:
Vladimir Kondratyev 2024-02-24 16:29:50 +03:00
parent 537cbffa59
commit 0d8479cccc
4 changed files with 10 additions and 8 deletions

View File

@ -1,5 +1,6 @@
PORTNAME= drm-61-kmod
PORTVERSION= ${DRM_KMOD_DISTVERSION}
PORTREVISION= 1
CATEGORIES= graphics kld
.include "Makefile.version"
@ -15,7 +16,7 @@ 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
@ -26,8 +27,8 @@ GH_TAGNAME= ${DRM_KMOD_GH_TAGNAME}
.include <bsd.port.options.mk>
.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)

View File

@ -2,4 +2,4 @@
#
# 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

View File

@ -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

View File

@ -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.