diff options
author | jmd <jmd@FreeBSD.org> | 2018-02-25 23:48:31 +0800 |
---|---|---|
committer | jmd <jmd@FreeBSD.org> | 2018-02-25 23:48:31 +0800 |
commit | 796a7c2e2d5cd79f1114cc68211a16904b74a5d4 (patch) | |
tree | d5493b6cf533044a9fb98336073f7973505f686d /graphics | |
parent | f7573a098e968874895ee532afea911f2282831f (diff) | |
download | freebsd-ports-gnome-796a7c2e2d5cd79f1114cc68211a16904b74a5d4.tar.gz freebsd-ports-gnome-796a7c2e2d5cd79f1114cc68211a16904b74a5d4.tar.zst freebsd-ports-gnome-796a7c2e2d5cd79f1114cc68211a16904b74a5d4.zip |
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
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/drm-next-kmod/Makefile | 9 | ||||
-rw-r--r-- | graphics/drm-next-kmod/distinfo | 6 |
2 files changed, 7 insertions, 8 deletions
diff --git a/graphics/drm-next-kmod/Makefile b/graphics/drm-next-kmod/Makefile index ee8db87791fa..4a798d794ecf 100644 --- a/graphics/drm-next-kmod/Makefile +++ b/graphics/drm-next-kmod/Makefile @@ -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 diff --git a/graphics/drm-next-kmod/distinfo b/graphics/drm-next-kmod/distinfo index 2dcf56083077..5340d8047fcc 100644 --- a/graphics/drm-next-kmod/distinfo +++ b/graphics/drm-next-kmod/distinfo @@ -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 |