aboutsummaryrefslogtreecommitdiff
path: root/graphics/drm-devel-kmod
diff options
context:
space:
mode:
authorNiclas Zeising <zeising@FreeBSD.org>2019-05-21 06:23:48 +0000
committerNiclas Zeising <zeising@FreeBSD.org>2019-05-21 06:23:48 +0000
commit21d61aed7f8ed7810d5562126ec76ea879508771 (patch)
tree9f4a9b83d77cb78521d19694e0a7af5a1a4fe337 /graphics/drm-devel-kmod
parent95511686931cf09cdd67f7cc59321526666ea3e5 (diff)
downloadports-21d61aed7f8ed7810d5562126ec76ea879508771.tar.gz
ports-21d61aed7f8ed7810d5562126ec76ea879508771.zip
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. MFH: 2019Q2 (implicit, drm-drivers blanket) Sponsored by: B3 Init
Notes
Notes: svn path=/head/; revision=502190
Diffstat (limited to 'graphics/drm-devel-kmod')
-rw-r--r--graphics/drm-devel-kmod/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/drm-devel-kmod/Makefile b/graphics/drm-devel-kmod/Makefile
index a8d0589fc228..639d23b39de6 100644
--- a/graphics/drm-devel-kmod/Makefile
+++ b/graphics/drm-devel-kmod/Makefile
@@ -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"