svn commit: r502191 - branches/2019Q2/graphics/drm-devel-kmod
Niclas Zeising
zeising at FreeBSD.org
Tue May 21 06:25:22 UTC 2019
Author: zeising
Date: Tue May 21 06:25:21 2019
New Revision: 502191
URL: https://svnweb.freebsd.org/changeset/ports/502191
Log:
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)
Modified:
branches/2019Q2/graphics/drm-devel-kmod/Makefile
Directory Properties:
branches/2019Q2/ (props changed)
Modified: branches/2019Q2/graphics/drm-devel-kmod/Makefile
==============================================================================
--- branches/2019Q2/graphics/drm-devel-kmod/Makefile Tue May 21 06:23:48 2019 (r502190)
+++ branches/2019Q2/graphics/drm-devel-kmod/Makefile Tue May 21 06:25:21 2019 (r502191)
@@ -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