Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 21 May 2019 06:23:48 +0000 (UTC)
From:      Niclas Zeising <zeising@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r502190 - head/graphics/drm-devel-kmod
Message-ID:  <201905210623.x4L6NmUq069962@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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?201905210623.x4L6NmUq069962>