Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 23 Jan 2018 17:30:49 +0000 (UTC)
From:      Jung-uk Kim <jkim@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r459789 - in head/emulators/virtualbox-ose: . files
Message-ID:  <201801231730.w0NHUnA2070173@repo.freebsd.org>

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



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