svn commit: r419078 - head/emulators/virtualbox-ose-additions
Jung-uk Kim
jkim at FreeBSD.org
Mon Jul 25 22:34:22 UTC 2016
Author: jkim
Date: Mon Jul 25 22:34:21 2016
New Revision: 419078
URL: https://svnweb.freebsd.org/changeset/ports/419078
Log:
Do not load vboxvideo.ko from vboxguest script. DRI support was removed
from the X.Org vboxvideo driver.
https://www.virtualbox.org/changeset/59194
PR: 211373
Modified:
head/emulators/virtualbox-ose-additions/Makefile
Modified: head/emulators/virtualbox-ose-additions/Makefile
==============================================================================
--- head/emulators/virtualbox-ose-additions/Makefile Mon Jul 25 22:14:54 2016 (r419077)
+++ head/emulators/virtualbox-ose-additions/Makefile Mon Jul 25 22:34:21 2016 (r419078)
@@ -125,9 +125,11 @@ EXTRA_PATCHES+= ${PATCHDIR}/extrapatch-s
.endif
VBOX_KMODS= vboxguest:pci/vboxguest
-.if ${PORT_OPTIONS:MOPENGL}
-VBOX_KMODS+= vboxvideo:vgapci/vboxvideo
-.endif
+# DRI support was removed from the X.Org vboxvideo driver:
+# https://www.virtualbox.org/changeset/59194
+#.if ${PORT_OPTIONS:MOPENGL}
+#VBOX_KMODS+= vboxvideo:vgapci/vboxvideo
+#.endif
pre-everything::
.if ${ARCH} == "amd64"
More information about the svn-ports-all
mailing list