graphics/drm-devel-kmod: Update to latest source after linuxkpi update in base
This commit is contained in:
parent
cc785655f1
commit
51a05ab1d3
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=561320
3 changed files with 5 additions and 15 deletions
|
@ -28,11 +28,11 @@ USES= kmod uidfix compiler:c++11-lang
|
|||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= freebsd
|
||||
GH_PROJECT= drm-kmod
|
||||
GH_TAGNAME= drm_v5.4.62_4
|
||||
GH_TAGNAME= drm_v5.4.62_6
|
||||
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
.if ${OPSYS} == FreeBSD && ${OSVERSION} < 1300118
|
||||
.if ${OPSYS} == FreeBSD && ${OSVERSION} < 1300128
|
||||
IGNORE= not supported on older CURRENT, no kernel support
|
||||
.endif
|
||||
.if ${OPSYS} != FreeBSD
|
||||
|
@ -43,26 +43,18 @@ IGNORE= not supported on anything but FreeBSD (missing linuxkpi functionality)
|
|||
PLIST_SUB+= AMDGPU=""
|
||||
PLIST_SUB+= AMDKFD="@comment "
|
||||
PLIST_SUB+= I915=""
|
||||
PLIST_SUB+= VMWGFX=""
|
||||
PLIST_SUB+= VBOXVIDEO=""
|
||||
.elif ${ARCH} == "i386"
|
||||
PLIST_SUB+= AMDGPU="@comment "
|
||||
PLIST_SUB+= AMDKFD="@comment "
|
||||
PLIST_SUB+= I915=""
|
||||
PLIST_SUB+= VMWGFX=""
|
||||
PLIST_SUB+= VBOXVIDEO=""
|
||||
.elif ${ARCH} == "aarch64" || ${ARCH:Mpowerpc*}
|
||||
PLIST_SUB+= AMDGPU=""
|
||||
PLIST_SUB+= AMDKFD="@comment "
|
||||
PLIST_SUB+= I915="@comment "
|
||||
PLIST_SUB+= VBOXVIDEO="@comment "
|
||||
PLIST_SUB+= VMWGFX="@comment "
|
||||
.else
|
||||
PLIST_SUB+= AMDGPU="@comment "
|
||||
PLIST_SUB+= AMDKFD="@comment "
|
||||
PLIST_SUB+= I915="@comment "
|
||||
PLIST_SUB+= VBOXVIDEO="@comment "
|
||||
PLIST_SUB+= VMWGFX="@comment "
|
||||
.endif
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1604928365
|
||||
SHA256 (freebsd-drm-kmod-5.4.62.g20201109-drm_v5.4.62_4_GH0.tar.gz) = 17b0ba158e8fd39e11f1b50bb2ca51a5ff2debe416f12ecc5cc035e6317dffb1
|
||||
SIZE (freebsd-drm-kmod-5.4.62.g20201109-drm_v5.4.62_4_GH0.tar.gz) = 18833838
|
||||
TIMESTAMP = 1610453802
|
||||
SHA256 (freebsd-drm-kmod-5.4.62.g20201109-drm_v5.4.62_6_GH0.tar.gz) = 8ff7e23ee4e51cba17c5d6003728dd893f78586b1ad89886d8039130b87ae08f
|
||||
SIZE (freebsd-drm-kmod-5.4.62.g20201109-drm_v5.4.62_6_GH0.tar.gz) = 18829883
|
||||
|
|
|
@ -5,5 +5,3 @@
|
|||
/%%KMODDIR%%/linuxkpi_gplv2.ko
|
||||
/%%KMODDIR%%/radeonkms.ko
|
||||
/%%KMODDIR%%/ttm.ko
|
||||
%%VMWGFX%%/%%KMODDIR%%/vmwgfx.ko
|
||||
%%VBOXVIDEO%%/%%KMODDIR%%/vboxvideo.ko
|
||||
|
|
Loading…
Reference in a new issue