Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 21 Feb 2020 21:00:21 +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: r526716 - head/graphics/drm-devel-kmod
Message-ID:  <202002212100.01LL0LfQ066902@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202002212100.01LL0LfQ066902>