svn commit: r502190 - head/graphics/drm-devel-kmod
Niclas Zeising
zeising at FreeBSD.org
Tue May 21 06:23:49 UTC 2019
Author: zeising
Date: Tue May 21 06:23:48 2019
New Revision: 502190
URL: https://svnweb.freebsd.org/changeset/ports/502190
Log:
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
Modified:
head/graphics/drm-devel-kmod/Makefile
Modified: head/graphics/drm-devel-kmod/Makefile
==============================================================================
--- head/graphics/drm-devel-kmod/Makefile Tue May 21 05:52:53 2019 (r502189)
+++ head/graphics/drm-devel-kmod/Makefile Tue May 21 06:23:48 2019 (r502190)
@@ -3,6 +3,7 @@
PORTNAME= drm-devel-kmod
PORTVERSION= 5.0.g20190520
+PORTREVISION= 1
CATEGORIES= graphics kld
MAINTAINER= jmd at FreeBSD.org
@@ -41,7 +42,7 @@ IGNORE= not supported on anything but FreeBSD (missin
.if ${ARCH} == "amd64"
PLIST_SUB+= AMDGPU=""
-PLIST_SUB+= AMDKFD=""
+PLIST_SUB+= AMDKFD="@comment "
PLIST_SUB+= I915=""
PLIST_SUB+= VMWGFX=""
.elif ${ARCH} == "i386"
More information about the svn-ports-all
mailing list