diff options
author | Emmanuel Vadot <manu@FreeBSD.org> | 2020-07-24 11:38:53 +0000 |
---|---|---|
committer | Emmanuel Vadot <manu@FreeBSD.org> | 2020-07-24 11:38:53 +0000 |
commit | 61bb2039601ed60fcd71b40d686ef68982d5fe8a (patch) | |
tree | 006c6e8b7b874dabe2c652369314e6b7af272f85 | |
parent | www/rt50: create port (diff) |
graphics/drm-devel-kmod: Update to latest version
This fix the vboxvideo module. Console doesn't update, one need to
interact with the vbox gui so it's refreshed.
I don't know yet if it's a vbox problem or drm driver one.
While here update pkg-descr to have the correct url and info.
Sponsored by: The FreeBSD Foundation
Notes
Notes:
svn path=/head/; revision=543244
-rw-r--r-- | graphics/drm-devel-kmod/Makefile | 4 | ||||
-rw-r--r-- | graphics/drm-devel-kmod/distinfo | 6 | ||||
-rw-r--r-- | graphics/drm-devel-kmod/pkg-descr | 7 |
3 files changed, 9 insertions, 8 deletions
diff --git a/graphics/drm-devel-kmod/Makefile b/graphics/drm-devel-kmod/Makefile index dbc229934c54..01b7046ec699 100644 --- a/graphics/drm-devel-kmod/Makefile +++ b/graphics/drm-devel-kmod/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= drm-devel-kmod -PORTVERSION= 5.3.g20200710 +PORTVERSION= 5.3.g20200724 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.3_3 +GH_TAGNAME= drm_v5.3_4 .include <bsd.port.options.mk> diff --git a/graphics/drm-devel-kmod/distinfo b/graphics/drm-devel-kmod/distinfo index 7ae6363cb7db..9bd0a655ea8b 100644 --- a/graphics/drm-devel-kmod/distinfo +++ b/graphics/drm-devel-kmod/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1594344166 -SHA256 (freebsd-drm-kmod-5.3.g20200710-drm_v5.3_3_GH0.tar.gz) = c111a02b5a53782c99b496773d2b15d304b689bd0d04ca5f2e69c5d2aa173575 -SIZE (freebsd-drm-kmod-5.3.g20200710-drm_v5.3_3_GH0.tar.gz) = 17458752 +TIMESTAMP = 1595590495 +SHA256 (freebsd-drm-kmod-5.3.g20200724-drm_v5.3_4_GH0.tar.gz) = 601a3e57e47ffb11fd2f85eca525e84ed5c409e47619a504e26f4a37f98c19d8 +SIZE (freebsd-drm-kmod-5.3.g20200724-drm_v5.3_4_GH0.tar.gz) = 17460056 diff --git a/graphics/drm-devel-kmod/pkg-descr b/graphics/drm-devel-kmod/pkg-descr index 0cd7155895a9..4c28b5969973 100644 --- a/graphics/drm-devel-kmod/pkg-descr +++ b/graphics/drm-devel-kmod/pkg-descr @@ -1,6 +1,7 @@ -amdgpu, i915, and radeon DRM modules for the linuxkpi-based KMS components. -Currently corresponding to Linux 5.0 DRM. +amdgpu, i915, radeon, vmwgfx and vboxvideo DRM modules for the linuxkpi-based +KMS components. +Currently corresponding to Linux 5.3 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/FreeBSDDesktop/kms-drm +WWW: https://github.com/freebsd/drm-kmod |