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

Niclas Zeising zeising at FreeBSD.org
Fri Feb 21 21:00:21 UTC 2020


Author: zeising
Date: Fri Feb 21 21:00:20 2020
New Revision: 526716
URL: https://svnweb.freebsd.org/changeset/ports/526716

Log:
  graphics/drm-devel-kmod: Install vboxdrv
  
  Install vboxdrv unkonditionally on amd64 and i386.  It was not installed for
  older FreeBSD versions, but we don't support those any more.

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

Modified: head/graphics/drm-devel-kmod/Makefile
==============================================================================
--- head/graphics/drm-devel-kmod/Makefile	Fri Feb 21 20:46:30 2020	(r526715)
+++ head/graphics/drm-devel-kmod/Makefile	Fri Feb 21 21:00:20 2020	(r526716)
@@ -44,21 +44,13 @@ PLIST_SUB+=	AMDGPU=""
 PLIST_SUB+=	AMDKFD="@comment "
 PLIST_SUB+=	I915=""
 PLIST_SUB+=	VMWGFX=""
-.  if ${OSVERSION} >= 1300033
 PLIST_SUB+=	VBOXVIDEO=""
-.  else
-PLIST_SUB+=	VBOXVIDEO="@comment "
-.  endif
 .elif ${ARCH} == "i386"
 PLIST_SUB+=	AMDGPU="@comment "
 PLIST_SUB+=	AMDKFD="@comment "
 PLIST_SUB+=	I915=""
 PLIST_SUB+=	VMWGFX=""
-.  if ${OSVERSION} >= 1300033
 PLIST_SUB+=	VBOXVIDEO=""
-.  else
-PLIST_SUB+=	VBOXVIDEO="@comment "
-.  endif
 .elif ${ARCH} == "aarch64" || ${ARCH} == "powerpc64"
 PLIST_SUB+=	AMDGPU=""
 PLIST_SUB+=	AMDKFD="@comment " 
@@ -69,6 +61,7 @@ PLIST_SUB+=	VMWGFX="@comment "
 PLIST_SUB+=	AMDGPU="@comment "
 PLIST_SUB+=	AMDKFD="@comment "
 PLIST_SUB+=	I915="@comment "
+PLIST_SUB+=	VBOXVIDEO="@comment "
 PLIST_SUB+=	VMWGFX="@comment "
 .endif
 


More information about the svn-ports-head mailing list