MFH: r471110 r471368
graphics/drm-stable-kmod: update to the latest snapshot This snapshot gives us better support for old intel graphics hardware, including chips such as the GM965 found on core2duo CPUs. Approved by: jmd (maintainer) graphics/drm-stable-kmod, graphics/drm-next-kmod: Update to latest snapshot This fixes a regression on CURRENT after some changes to lkpi in base r334482 Approved by: jmd (maintainer, implicit, regression fix) X-MFH-note: include r471110, better support for old GPUs in stable-kmod Tested by: Johannes Lundberg Approved by: ports-secteam (miwi)
This commit is contained in:
parent
17a0055e4c
commit
17437346df
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/branches/2018Q2/; revision=471374
@ -2,8 +2,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= drm-next-kmod
|
||||
PORTVERSION= 4.11.g20180505
|
||||
PORTREVISION= 1
|
||||
PORTVERSION= 4.11.g20180602
|
||||
CATEGORIES= graphics kld
|
||||
|
||||
MAINTAINER= jmd@FreeBSD.org
|
||||
@ -26,12 +25,12 @@ USES= kmod uidfix
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= FreeBSDDesktop
|
||||
GH_PROJECT= kms-drm
|
||||
GH_TAGNAME= fd12167
|
||||
GH_TAGNAME= 3f50a1b
|
||||
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
.if ${OPSYS} == FreeBSD && ${OSVERSION} < 1101511
|
||||
IGNORE= not supported on 10.x or older, no kernel support
|
||||
IGNORE= not supported on 11.1 or older, no kernel support
|
||||
.endif
|
||||
.if ${OPSYS} == FreeBSD && ${OSVERSION} >= 1200000 && ${OSVERSION} < 1200058
|
||||
IGNORE= not supported on older CURRENT, no kernel support
|
||||
|
@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1525546046
|
||||
SHA256 (FreeBSDDesktop-kms-drm-4.11.g20180505-fd12167_GH0.tar.gz) = d6bd9b17c50ee389a6c1c9000268640a90fb75263e6616ab5444acc0b3dc89e0
|
||||
SIZE (FreeBSDDesktop-kms-drm-4.11.g20180505-fd12167_GH0.tar.gz) = 7358510
|
||||
TIMESTAMP = 1527936438
|
||||
SHA256 (FreeBSDDesktop-kms-drm-4.11.g20180602-3f50a1b_GH0.tar.gz) = a85020cff6a65d746c97f6b593f54970dd90dab6ceaba6088de8d31712ab75f1
|
||||
SIZE (FreeBSDDesktop-kms-drm-4.11.g20180602-3f50a1b_GH0.tar.gz) = 7357117
|
||||
|
@ -2,8 +2,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= drm-stable-kmod
|
||||
PORTVERSION= g20180505
|
||||
PORTREVISION= 5
|
||||
PORTVERSION= g20180602
|
||||
CATEGORIES= graphics kld
|
||||
|
||||
MAINTAINER= jmd@FreeBSD.org
|
||||
@ -26,12 +25,12 @@ USES= kmod uidfix
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= FreeBSDDesktop
|
||||
GH_PROJECT= kms-drm
|
||||
GH_TAGNAME= b35c15d
|
||||
GH_TAGNAME= b0074b1
|
||||
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
.if ${OPSYS} == FreeBSD && ${OSVERSION} < 1101510
|
||||
IGNORE= not supported on 10.x or older, no kernel support
|
||||
IGNORE= not supported on 11.1 or older, no kernel support
|
||||
.endif
|
||||
.if ${OPSYS} == FreeBSD && ${OSVERSION} >= 1200000 && ${OSVERSION} < 1200045
|
||||
IGNORE= not supported on older CURRENT, no kernel support
|
||||
|
@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1525544813
|
||||
SHA256 (FreeBSDDesktop-kms-drm-g20180505-b35c15d_GH0.tar.gz) = 522b3136cfbab3af35f4ee70ed3cceee8ff1fd6098b1451e65c36e81ceceb6c9
|
||||
SIZE (FreeBSDDesktop-kms-drm-g20180505-b35c15d_GH0.tar.gz) = 6678724
|
||||
TIMESTAMP = 1527936486
|
||||
SHA256 (FreeBSDDesktop-kms-drm-g20180602-b0074b1_GH0.tar.gz) = 35755b2cafb01212c79828c6636b9cfbc129d9fd2d12ed97d5a3ccf82123d068
|
||||
SIZE (FreeBSDDesktop-kms-drm-g20180602-b0074b1_GH0.tar.gz) = 6677917
|
||||
|
Loading…
Reference in New Issue
Block a user