svn commit: r459789 - in head/emulators/virtualbox-ose: . files

Jung-uk Kim jkim at FreeBSD.org
Tue Jan 23 17:30:51 UTC 2018


Author: jkim
Date: Tue Jan 23 17:30:49 2018
New Revision: 459789
URL: https://svnweb.freebsd.org/changeset/ports/459789

Log:
  Re-enable AVX/AVX2 support for guest.
  
  This patch is no longer necessary according to the original reporter.
  
  PR:		211651

Deleted:
  head/emulators/virtualbox-ose/files/patch-src_VBox_VMM_VMMR3_CPUMR3CpuId.cpp
Modified:
  head/emulators/virtualbox-ose/Makefile

Modified: head/emulators/virtualbox-ose/Makefile
==============================================================================
--- head/emulators/virtualbox-ose/Makefile	Tue Jan 23 17:15:59 2018	(r459788)
+++ head/emulators/virtualbox-ose/Makefile	Tue Jan 23 17:30:49 2018	(r459789)
@@ -3,6 +3,7 @@
 
 PORTNAME=	virtualbox-ose
 PORTVERSION=	5.2.6
+PORTREVISION=	1
 CATEGORIES=	emulators
 MASTER_SITES=	http://download.virtualbox.org/virtualbox/${PORTVERSION}/
 DISTFILES=	VirtualBox-${PORTVERSION}${EXTRACT_SUFX} ${GUESTADDITIONS}


More information about the svn-ports-all mailing list