svn commit: r526714 - head/graphics/drm-devel-kmod

Niclas Zeising zeising at FreeBSD.org
Fri Feb 21 20:42:23 UTC 2020


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 at 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 <bsd.port.options.mk>
 
-.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


More information about the svn-ports-head mailing list