From owner-svn-ports-head@freebsd.org Fri Feb 21 20:42:22 2020 Return-Path: Delivered-To: svn-ports-head@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 F167F2429E2; Fri, 21 Feb 2020 20:42:22 +0000 (UTC) (envelope-from zeising@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) server-signature RSA-PSS (4096 bits) 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 48PNgL5dB9z4PK3; Fri, 21 Feb 2020 20:42:22 +0000 (UTC) (envelope-from zeising@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 B2FAE18860; Fri, 21 Feb 2020 20:42:21 +0000 (UTC) (envelope-from zeising@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 01LKgLEY060024; Fri, 21 Feb 2020 20:42:21 GMT (envelope-from zeising@FreeBSD.org) Received: (from zeising@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 01LKgLtD060022; Fri, 21 Feb 2020 20:42:21 GMT (envelope-from zeising@FreeBSD.org) Message-Id: <202002212042.01LKgLtD060022@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: zeising set sender to zeising@FreeBSD.org using -f From: Niclas Zeising Date: Fri, 21 Feb 2020 20:42:21 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r526714 - head/graphics/drm-devel-kmod X-SVN-Group: ports-head X-SVN-Commit-Author: zeising X-SVN-Commit-Paths: head/graphics/drm-devel-kmod X-SVN-Commit-Revision: 526714 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 Feb 2020 20:42:23 -0000 Author: zeising Date: Fri Feb 21 20:42:21 2020 New Revision: 526714 URL: https://svnweb.freebsd.org/changeset/ports/526714 Log: graphics/drm-devel-kmod: Update snapshot Update graphics/drm-devel-kmod to the latest snapshot. This fixes the build on latest current. Make unsynchronized DRM_IOCTL_I915_GEM_USERPTR work in mesa on 7th generation Haswell graphics. This is needed for vulkan Add devctl (devd) notification for monitor hotplug Remove support for older FreeBSD versions and bump the minimum version requirements to FreeBSD 1300055. Modified: head/graphics/drm-devel-kmod/Makefile head/graphics/drm-devel-kmod/distinfo Modified: head/graphics/drm-devel-kmod/Makefile ============================================================================== --- head/graphics/drm-devel-kmod/Makefile Fri Feb 21 20:25:00 2020 (r526713) +++ head/graphics/drm-devel-kmod/Makefile Fri Feb 21 20:42:21 2020 (r526714) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= drm-devel-kmod -PORTVERSION= 5.0.g20200115 +PORTVERSION= 5.0.g20200221 CATEGORIES= graphics kld MAINTAINER= x11@FreeBSD.org @@ -28,11 +28,11 @@ USES= kmod uidfix compiler:c++11-lang USE_GITHUB= yes GH_ACCOUNT= FreeBSDDesktop GH_PROJECT= kms-drm -GH_TAGNAME= 6706271 +GH_TAGNAME= 54164ff .include -.if ${OPSYS} == FreeBSD && ${OSVERSION} < 1300029 +.if ${OPSYS} == FreeBSD && ${OSVERSION} < 1300055 IGNORE= not supported on older CURRENT, no kernel support .endif .if ${OPSYS} != FreeBSD Modified: head/graphics/drm-devel-kmod/distinfo ============================================================================== --- head/graphics/drm-devel-kmod/distinfo Fri Feb 21 20:25:00 2020 (r526713) +++ head/graphics/drm-devel-kmod/distinfo Fri Feb 21 20:42:21 2020 (r526714) @@ -1,3 +1,3 @@ -TIMESTAMP = 1579089460 -SHA256 (FreeBSDDesktop-kms-drm-5.0.g20200115-6706271_GH0.tar.gz) = e19846a63d42d7002e1072ee624bb4a948dd6519ff3c0a7edd25ff6d99d76478 -SIZE (FreeBSDDesktop-kms-drm-5.0.g20200115-6706271_GH0.tar.gz) = 14636013 +TIMESTAMP = 1582314495 +SHA256 (FreeBSDDesktop-kms-drm-5.0.g20200221-54164ff_GH0.tar.gz) = a549449b82d6ae9c9c933ce93d25c106eb86cfea1ecd7f1344dcb698219e44b3 +SIZE (FreeBSDDesktop-kms-drm-5.0.g20200221-54164ff_GH0.tar.gz) = 14634831