Date: Sun, 25 Feb 2018 15:48:31 +0000 (UTC) From: Johannes M Dieterich <jmd@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r462962 - head/graphics/drm-next-kmod Message-ID: <201802251548.w1PFmV7C075807@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: jmd Date: Sun Feb 25 15:48:31 2018 New Revision: 462962 URL: https://svnweb.freebsd.org/changeset/ports/462962 Log: graphics/drm-next-kmod: update DRM/KMS to Linux 4.11 level for recent CURRENT and 11-STABLE. This was tested with CURRENT on: * Haswell * Broadwell * Skylake * Evergreen * Kaveri (both radeon and amgpu KMS) * Carrizo * Polaris Thanks to Johannes Lundberg and Hans Petter Selasky for their heroic efforts! Reviewed by: swills (mentor), rene (mentor) Approved by: swills (mentor), rene (mentor) Obtained from: FreeBSDDesktop Differential Revision: https://reviews.freebsd.org/D14496 Modified: head/graphics/drm-next-kmod/Makefile head/graphics/drm-next-kmod/distinfo Modified: head/graphics/drm-next-kmod/Makefile ============================================================================== --- head/graphics/drm-next-kmod/Makefile Sun Feb 25 15:39:07 2018 (r462961) +++ head/graphics/drm-next-kmod/Makefile Sun Feb 25 15:48:31 2018 (r462962) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= drm-next-kmod -PORTVERSION= g20180117 -PORTREVISION= 3 +PORTVERSION= 4.11.g20180224 CATEGORIES= graphics MAINTAINER= jmd@FreeBSD.org @@ -24,14 +23,14 @@ USES= kmod uidfix USE_GITHUB= yes GH_ACCOUNT= FreeBSDDesktop GH_PROJECT= kms-drm -GH_TAGNAME= cd0b05f +GH_TAGNAME= 79764d6 .include <bsd.port.options.mk> -.if ${OPSYS} == FreeBSD && ${OSVERSION} < 1101510 +.if ${OPSYS} == FreeBSD && ${OSVERSION} < 1101511 IGNORE= not supported on 10.x or older, no kernel support .endif -.if ${OPSYS} == FreeBSD && ${OSVERSION} >= 1200000 && ${OSVERSION} < 1200045 +.if ${OPSYS} == FreeBSD && ${OSVERSION} >= 1200000 && ${OSVERSION} < 1200058 IGNORE= not supported on older CURRENT, no kernel support .endif .if ${OPSYS} != FreeBSD Modified: head/graphics/drm-next-kmod/distinfo ============================================================================== --- head/graphics/drm-next-kmod/distinfo Sun Feb 25 15:39:07 2018 (r462961) +++ head/graphics/drm-next-kmod/distinfo Sun Feb 25 15:48:31 2018 (r462962) @@ -1,3 +1,3 @@ -TIMESTAMP = 1519147749 -SHA256 (FreeBSDDesktop-kms-drm-g20180117-cd0b05f_GH0.tar.gz) = 359ce8fb2f7c624be74c8e38c04352ee3e1632e932d5762382da55ca03287a88 -SIZE (FreeBSDDesktop-kms-drm-g20180117-cd0b05f_GH0.tar.gz) = 6678925 +TIMESTAMP = 1519569721 +SHA256 (FreeBSDDesktop-kms-drm-4.11.g20180224-79764d6_GH0.tar.gz) = 8a76a709a281964149993638e98210846eb5d4705668f28ac95a450b773314bb +SIZE (FreeBSDDesktop-kms-drm-4.11.g20180224-79764d6_GH0.tar.gz) = 7358364
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201802251548.w1PFmV7C075807>