MFH: r502190
graphics/drm-devel-kmod: fix package Fix packaging of graphics/drm-devel-kmod, the amdkfd module has been disabled, and I missed this last night. Remove it from the pkg-plist by commenting it out for all architectures for now. This is a stop gap measure to get the port to package, until I can touch base with johalun and jmd about how to handle this permanently. Sponsored by: B3 Init Approved by: ports-secteam (implicit, drm-drivers blanket)
This commit is contained in:
parent
32b6a4aca5
commit
9ca2b38930
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/branches/2019Q2/; revision=502191
@ -3,6 +3,7 @@
|
||||
|
||||
PORTNAME= drm-devel-kmod
|
||||
PORTVERSION= 5.0.g20190520
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= graphics kld
|
||||
|
||||
MAINTAINER= jmd@FreeBSD.org
|
||||
@ -41,7 +42,7 @@ IGNORE= not supported on anything but FreeBSD (missing linuxkpi functionality)
|
||||
|
||||
.if ${ARCH} == "amd64"
|
||||
PLIST_SUB+= AMDGPU=""
|
||||
PLIST_SUB+= AMDKFD=""
|
||||
PLIST_SUB+= AMDKFD="@comment "
|
||||
PLIST_SUB+= I915=""
|
||||
PLIST_SUB+= VMWGFX=""
|
||||
.elif ${ARCH} == "i386"
|
||||
|
Loading…
Reference in New Issue
Block a user