Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 28 Sep 2017 23:46:20 +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: r450880 - in head/emulators/virtualbox-ose: . files
Message-ID:  <201709282346.v8SNkLgH021348@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jkim
Date: Thu Sep 28 23:46:20 2017
New Revision: 450880
URL: https://svnweb.freebsd.org/changeset/ports/450880

Log:
  Revert r450636.  It did not work as we expected.

Deleted:
  head/emulators/virtualbox-ose/files/extrapatch-src_recompiler_dyngen-exec.h
  head/emulators/virtualbox-ose/files/extrapatch-src_recompiler_tcg_i386_tcg-target.h
Modified:
  head/emulators/virtualbox-ose/Makefile

Modified: head/emulators/virtualbox-ose/Makefile
==============================================================================
--- head/emulators/virtualbox-ose/Makefile	Thu Sep 28 23:44:07 2017	(r450879)
+++ head/emulators/virtualbox-ose/Makefile	Thu Sep 28 23:46:20 2017	(r450880)
@@ -3,7 +3,7 @@
 
 PORTNAME=	virtualbox-ose
 PORTVERSION=	5.1.28
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	emulators
 MASTER_SITES=	http://download.virtualbox.org/virtualbox/${PORTVERSION}/
 DISTFILES=	VirtualBox-${PORTVERSION}${EXTRACT_SUFX} ${GUESTADDITIONS}
@@ -228,11 +228,7 @@ KMK_FLAGS+=	-j${MAKE_JOBS_NUMBER}
 PATCH_DEPENDS+=	${LOCALBASE}/share/kBuild/tools/GXX3.kmk:devel/kBuild
 EXTRA_PATCHES+=	${PATCHDIR}/extrapatch-Config.kmk \
 		${PATCHDIR}/extrapatch-src-VBox-Devices-PC-ipxe-Makefile.kmk \
-		${PATCHDIR}/extrapatch-src_recompiler_dyngen-exec.h \
-		${PATCHDIR}/extrapatch-src_recompiler_tcg_i386_tcg-target.h
-.if ${COMPILER_VERSION} < 35
-EXTRA_PATCHES+=	${PATCHDIR}/extrapatch-src-recompiler-Makefile.kmk
-.endif
+		${PATCHDIR}/extrapatch-src-recompiler-Makefile.kmk
 .endif
 
 .if ${PYTHON_MAJOR_VER} >= 3



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