From owner-svn-ports-all@freebsd.org Fri Jul 24 11:38:54 2020 Return-Path: Delivered-To: svn-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 6F009362374; Fri, 24 Jul 2020 11:38:54 +0000 (UTC) (envelope-from manu@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4BCnKB2QGwz4QWD; Fri, 24 Jul 2020 11:38:54 +0000 (UTC) (envelope-from manu@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 1D9E29D3B; Fri, 24 Jul 2020 11:38:54 +0000 (UTC) (envelope-from manu@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 06OBcsDm039560; Fri, 24 Jul 2020 11:38:54 GMT (envelope-from manu@FreeBSD.org) Received: (from manu@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 06OBcrDW039557; Fri, 24 Jul 2020 11:38:53 GMT (envelope-from manu@FreeBSD.org) Message-Id: <202007241138.06OBcrDW039557@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: manu set sender to manu@FreeBSD.org using -f From: Emmanuel Vadot Date: Fri, 24 Jul 2020 11:38:53 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r543244 - head/graphics/drm-devel-kmod X-SVN-Group: ports-head X-SVN-Commit-Author: manu X-SVN-Commit-Paths: head/graphics/drm-devel-kmod X-SVN-Commit-Revision: 543244 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.33 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 24 Jul 2020 11:38:54 -0000 Author: manu Date: Fri Jul 24 11:38:53 2020 New Revision: 543244 URL: https://svnweb.freebsd.org/changeset/ports/543244 Log: 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 Modified: head/graphics/drm-devel-kmod/Makefile head/graphics/drm-devel-kmod/distinfo head/graphics/drm-devel-kmod/pkg-descr Modified: head/graphics/drm-devel-kmod/Makefile ============================================================================== --- head/graphics/drm-devel-kmod/Makefile Fri Jul 24 11:22:31 2020 (r543243) +++ head/graphics/drm-devel-kmod/Makefile Fri Jul 24 11:38:53 2020 (r543244) @@ -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 Modified: head/graphics/drm-devel-kmod/distinfo ============================================================================== --- head/graphics/drm-devel-kmod/distinfo Fri Jul 24 11:22:31 2020 (r543243) +++ head/graphics/drm-devel-kmod/distinfo Fri Jul 24 11:38:53 2020 (r543244) @@ -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 Modified: head/graphics/drm-devel-kmod/pkg-descr ============================================================================== --- head/graphics/drm-devel-kmod/pkg-descr Fri Jul 24 11:22:31 2020 (r543243) +++ head/graphics/drm-devel-kmod/pkg-descr Fri Jul 24 11:38:53 2020 (r543244) @@ -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