graphics/drm-current-kmod: Update after FreeBSD 1400037
While here update the comment to reflect the correct version shipped.
And remove the comment about amdgpu and EFI as I never had the problem
so it's not something general.
Sponsored by: Beckhoff Automation GmbH & Co. KG
(cherry picked from commit 7b66dded88
)
This commit is contained in:
parent
db21685c45
commit
9e64f3d696
3 changed files with 6 additions and 7 deletions
|
@ -1,7 +1,7 @@
|
|||
# Created by: Johannes Dieterich <jmd@FreeBSD.org>
|
||||
|
||||
PORTNAME= drm-current-kmod
|
||||
PORTVERSION= 5.4.144.g20210929
|
||||
PORTVERSION= 5.4.144.g20211012
|
||||
CATEGORIES= graphics kld
|
||||
|
||||
MAINTAINER= x11@FreeBSD.org
|
||||
|
@ -28,7 +28,7 @@ USES= kmod uidfix compiler:c++11-lang
|
|||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= freebsd
|
||||
GH_PROJECT= drm-kmod
|
||||
GH_TAGNAME= drm_v5.4.144_1
|
||||
GH_TAGNAME= drm_v5.4.144_2
|
||||
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1632948160
|
||||
SHA256 (freebsd-drm-kmod-5.4.144.g20210929-drm_v5.4.144_1_GH0.tar.gz) = 968726baa7eaf03dfc78f224cc2c0f7afc763607d79e8b3b1eae9f2d485fa7d5
|
||||
SIZE (freebsd-drm-kmod-5.4.144.g20210929-drm_v5.4.144_1_GH0.tar.gz) = 18825506
|
||||
TIMESTAMP = 1634028457
|
||||
SHA256 (freebsd-drm-kmod-5.4.144.g20211012-drm_v5.4.144_2_GH0.tar.gz) = a7a843051bd10985b24f3e3c3fce498417093342b4836ca0dae9fcc79229dadd
|
||||
SIZE (freebsd-drm-kmod-5.4.144.g20211012-drm_v5.4.144_2_GH0.tar.gz) = 18825880
|
||||
|
|
|
@ -1,6 +1,5 @@
|
|||
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.4.114 DRM.
|
||||
This version is for FreeBSD CURRENT.
|
||||
amdgpu and radeonkms are known to fail with EFI boot.
|
||||
|
||||
WWW: https://github.com/freebsd/drm-kmod/
|
||||
|
|
Loading…
Reference in a new issue