Date: Tue, 21 May 2019 06:25:21 +0000 (UTC) From: Niclas Zeising <zeising@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r502191 - branches/2019Q2/graphics/drm-devel-kmod Message-ID: <201905210625.x4L6PL3I070191@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@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"
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201905210625.x4L6PL3I070191>