svn commit: r515567 - head/graphics/drm-devel-kmod

Niclas Zeising zeising at FreeBSD.org
Thu Oct 24 22:21:14 UTC 2019


Author: zeising
Date: Thu Oct 24 22:21:13 2019
New Revision: 515567
URL: https://svnweb.freebsd.org/changeset/ports/515567

Log:
  Fix packaging on powerpc64
  
  Fix packaging on powerpc64, the vboxvideo driver isn't installed there.
  While here, replace space with tabs.
  
  PR:		241478
  Submitted by:	pkubaj

Modified:
  head/graphics/drm-devel-kmod/Makefile

Modified: head/graphics/drm-devel-kmod/Makefile
==============================================================================
--- head/graphics/drm-devel-kmod/Makefile	Thu Oct 24 21:53:55 2019	(r515566)
+++ head/graphics/drm-devel-kmod/Makefile	Thu Oct 24 22:21:13 2019	(r515567)
@@ -53,7 +53,7 @@ PLIST_SUB+=	VBOXVIDEO="@comment "
 PLIST_SUB+=	AMDGPU="@comment "
 PLIST_SUB+=	AMDKFD="@comment "
 PLIST_SUB+=	I915=""
-PLIST_SUB+=     VMWGFX=""
+PLIST_SUB+=	VMWGFX=""
 .  if ${OSVERSION} >= 1300033
 PLIST_SUB+=	VBOXVIDEO=""
 .  else
@@ -63,12 +63,13 @@ PLIST_SUB+=	VBOXVIDEO="@comment "
 PLIST_SUB+=	AMDGPU=""
 PLIST_SUB+=	AMDKFD="@comment " 
 PLIST_SUB+=	I915="@comment "
-PLIST_SUB+=     VMWGFX="@comment "
+PLIST_SUB+=	VBOXVIDEO="@comment "
+PLIST_SUB+=	VMWGFX="@comment "
 .else
 PLIST_SUB+=	AMDGPU="@comment "
 PLIST_SUB+=	AMDKFD="@comment "
 PLIST_SUB+=	I915="@comment "
-PLIST_SUB+=     VMWGFX="@comment "
+PLIST_SUB+=	VMWGFX="@comment "
 .endif
 
 .include <bsd.port.mk>


More information about the svn-ports-head mailing list