From e4261604beef0f317f5447340b3db907f9e34f5d Mon Sep 17 00:00:00 2001 From: Rmys Date: Tue, 28 May 2019 18:33:57 +0300 Subject: [PATCH] virtualbox:ver.bump --- .../virtualbox/files/013-Makefile.patch | 44 +++++++++++++++++++ hardware/virtualization/virtualbox/pspec.xml | 10 ++++- 2 files changed, 53 insertions(+), 1 deletion(-) create mode 100644 hardware/virtualization/virtualbox/files/013-Makefile.patch diff --git a/hardware/virtualization/virtualbox/files/013-Makefile.patch b/hardware/virtualization/virtualbox/files/013-Makefile.patch new file mode 100644 index 0000000000..30b44c7259 --- /dev/null +++ b/hardware/virtualization/virtualbox/files/013-Makefile.patch @@ -0,0 +1,44 @@ +diff --git a/src/VBox/HostDrivers/linux/Makefile b/src/VBox/HostDrivers/linux/Makefile +index 18466b48..7c7de4e5 100644 +--- a/src/VBox/HostDrivers/linux/Makefile ++++ b/src/VBox/HostDrivers/linux/Makefile +@@ -23,25 +23,25 @@ + # terms and conditions of either the GPL or the CDDL or both. + # + +-ifneq ($(KERNELRELEASE),) ++ifneq ($(KBUILD_EXTMOD),) + +-# Building from kBuild (make -C M=`pwd`), +-# or inside a kernel source tree. ++# Building from kBuild (make -C M=`pwd`). ++# KBUILD_EXTMOD is set to $(M) in this case. + + obj-m = vboxdrv/ +-ifneq ($(wildcard $(CURDIR)/vboxnetflt/Makefile),) ++ifneq ($(wildcard $(KBUILD_EXTMOD)/vboxnetflt/Makefile),) + obj-m += vboxnetflt/ + endif +-ifneq ($(wildcard $(CURDIR)/vboxnetadp/Makefile),) ++ifneq ($(wildcard $(KBUILD_EXTMOD)/vboxnetadp/Makefile),) + obj-m += vboxnetadp/ + endif +-ifneq ($(wildcard $(CURDIR)/vboxpci/Makefile),) ++ifneq ($(wildcard $(KBUILD_EXTMOD)/vboxpci/Makefile),) + obj-m += vboxpci/ + endif + +-else # ! KERNELRELEASE ++else # ! KBUILD_EXTMOD + +-# convenience Makefile without KERNELRELEASE ++# convenience Makefile without KBUILD_EXTMOD + + KBUILD_VERBOSE ?= + KERN_VER ?= $(shell uname -r) +@@ -146,4 +146,4 @@ load: unload + fi; \ + done + +-endif # ! KERNELRELEASE ++endif # ! KBUILD_EXTMOD diff --git a/hardware/virtualization/virtualbox/pspec.xml b/hardware/virtualization/virtualbox/pspec.xml index 7e10b4df49..cd8f743c34 100644 --- a/hardware/virtualization/virtualbox/pspec.xml +++ b/hardware/virtualization/virtualbox/pspec.xml @@ -12,7 +12,7 @@ app:gui A powerful virtualization program VirtualBox is a family of powerful x86 virtualization products for enterprise as well as home use. This is the Open Source Edition which lacks USB support and some other things. - http://download.virtualbox.org/virtualbox/6.0.6/VirtualBox-6.0.6.tar.bz2 + http://download.virtualbox.org/virtualbox/6.0.8/VirtualBox-6.0.8.tar.bz2 dev86 cdrkit @@ -66,6 +66,7 @@ 012-vboxsf-automount.patch 001_virtualbox-5.0.16-mesa-check.patch --> 009-virtualbox-5.1.0-add_missing_gl_header.patch + 013-Makefile.patch @@ -155,6 +156,13 @@ + + 2019-05-17 + 6.0.8 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + 2019-04-19 6.0.6