Github messages for voidlinux
 help / color / mirror / Atom feed
From: voidlinux-github@inbox.vuxu.org
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] virtualbox-ose: update to 6.0.6.
Date: Wed, 08 May 2019 12:59:35 +0200	[thread overview]
Message-ID: <20190508105935.twNAF2j7TF_qDQBJQ_dgYus9R9FP32lfjzjk8a4q-2k@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-11553@inbox.vuxu.org>

[-- Attachment #1: Type: text/plain, Size: 341 bytes --]

There is an updated pull request by Hoshpak against master on the void-packages repository

https://github.com/Hoshpak/void-packages update-virtualbox
https://github.com/void-linux/void-packages/pull/11553

virtualbox-ose: update to 6.0.6.
[skip ci]

A patch file from https://github.com/void-linux/void-packages/pull/11553.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-update-virtualbox-11553.patch --]
[-- Type: application/text/x-diff, Size: 4983 bytes --]

From b2bd37c49e4b82e97ca55e007cc15379c3aa8de4 Mon Sep 17 00:00:00 2001
From: Helmut Pozimski <helmut@pozimski.eu>
Date: Wed, 8 May 2019 11:25:13 +0200
Subject: [PATCH] virtualbox-ose: update to 6.0.6.

[skip ci]
---
 .../patches/009-include-path.patch            | 77 -------------------
 srcpkgs/virtualbox-ose/template               |  7 +-
 2 files changed, 4 insertions(+), 80 deletions(-)
 delete mode 100644 srcpkgs/virtualbox-ose/patches/009-include-path.patch

diff --git a/srcpkgs/virtualbox-ose/patches/009-include-path.patch b/srcpkgs/virtualbox-ose/patches/009-include-path.patch
deleted file mode 100644
index 5236bdd3311..00000000000
--- a/srcpkgs/virtualbox-ose/patches/009-include-path.patch
+++ /dev/null
@@ -1,77 +0,0 @@
---- src/VBox/HostDrivers/Support/linux/Makefile
-+++ src/VBox/HostDrivers/Support/linux/Makefile
-@@ -131,7 +131,7 @@ ifdef VBOX_WITH_NATIVE_DTRACE
-  MOD_OBJS += SUPDrvDTrace.o
- endif
- 
--MOD_INCL  = $(addprefix -I$(KBUILD_EXTMOD),/ /include /r0drv/linux)
-+MOD_INCL  = $(addprefix -I$(KBUILD_EXTMOD)/vboxdrv,/ /include /r0drv/linux)
- ifdef VBOX_WITH_NATIVE_DTRACE
-  MOD_INCL += -I/usr/include/linux -I/usr/include
- endif
-@@ -157,7 +157,7 @@ ifdef VBOX_WITH_TEXT_MODMEM_HACK
- endif
- 
- # build defs
--MOD_CFLAGS = -include $(KBUILD_EXTMOD)/include/VBox/SUPDrvMangling.h \
-+MOD_CFLAGS = -include $(KBUILD_EXTMOD)/vboxdrv/include/VBox/SUPDrvMangling.h \
- 	-fno-omit-frame-pointer -fno-pie
- 
- include $(obj)/Makefile.include.footer
---- src/VBox/HostDrivers/VBoxNetAdp/linux/Makefile
-+++ src/VBox/HostDrivers/VBoxNetAdp/linux/Makefile
-@@ -34,7 +34,7 @@ MOD_OBJS += math/gcc/divdi3.o \
- 	math/gcc/umoddi3.o
- endif
- 
--MOD_INCL = $(addprefix -I$(KBUILD_EXTMOD),/ /include /r0drv/linux)
-+MOD_INCL = $(addprefix -I$(KBUILD_EXTMOD)/vboxnetadp,/ /include /r0drv/linux)
- MOD_DEFS = -DRT_OS_LINUX -DIN_RING0 -DIN_RT_R0 -DIN_SUP_R0 -DVBOX \
- 	    -DRT_WITH_VBOX -DVBOX_WITH_HARDENING \
- 	    -Wno-declaration-after-statement
-@@ -59,6 +59,6 @@ ifdef VBOX_USE_INSERT_PAGE
- endif
- 
- # build defs
--MOD_CFLAGS = -include $(KBUILD_EXTMOD)/include/VBox/SUPDrvMangling.h -fno-pie
-+MOD_CFLAGS = -include $(KBUILD_EXTMOD)/vboxnetadp/include/VBox/SUPDrvMangling.h -fno-pie
- 
- include $(obj)/Makefile.include.footer
---- src/VBox/HostDrivers/VBoxNetFlt/linux/Makefile
-+++ src/VBox/HostDrivers/VBoxNetFlt/linux/Makefile
-@@ -38,7 +38,7 @@ MOD_OBJS += math/gcc/divdi3.o \
- 	math/gcc/umoddi3.o
- endif
- 
--MOD_INCL = $(addprefix -I$(KBUILD_EXTMOD),/ /include /r0drv/linux)
-+MOD_INCL = $(addprefix -I$(KBUILD_EXTMOD)/vboxnetflt,/ /include /r0drv/linux)
- MOD_DEFS = -DRT_OS_LINUX -DIN_RING0 -DIN_RT_R0 \
- 	-DIN_SUP_R0 -DVBOX -DRT_WITH_VBOX -DVBOX_WITH_HARDENING \
- 	-Wno-declaration-after-statement
-@@ -63,6 +63,6 @@ ifdef VBOX_USE_INSERT_PAGE
- endif
- 
- # build defs
--MOD_CFLAGS = -include $(KBUILD_EXTMOD)/include/VBox/SUPDrvMangling.h -fno-pie
-+MOD_CFLAGS = -include $(KBUILD_EXTMOD)/vboxnetflt/include/VBox/SUPDrvMangling.h -fno-pie
- 
- include $(obj)/Makefile.include.footer
---- src/VBox/HostDrivers/VBoxPci/linux/Makefile
-+++ src/VBox/HostDrivers/VBoxPci/linux/Makefile
-@@ -38,7 +38,7 @@ MOD_OBJS += math/gcc/divdi3.o       \
- 	math/gcc/umoddi3.o
- endif
- 
--MOD_INCL = $(addprefix -I$(KBUILD_EXTMOD),/ /include /r0drv/linux)
-+MOD_INCL = $(addprefix -I$(KBUILD_EXTMOD)/vboxpci,/ /include /r0drv/linux)
- MOD_DEFS = -DRT_OS_LINUX -DIN_RING0 -DIN_RT_R0 -DIN_SUP_R0 -DVBOX \
- 	-DRT_WITH_VBOX -DVBOX_WITH_HARDENING
- ifeq ($(BUILD_TARGET_ARCH),amd64)
-@@ -60,6 +60,6 @@ ifdef VBOX_USE_INSERT_PAGE
- endif
- 
- # build defs
--MOD_CFLAGS = -include $(KBUILD_EXTMOD)/include/VBox/SUPDrvMangling.h -fno-pie
-+MOD_CFLAGS = -include $(KBUILD_EXTMOD)/vboxpci/include/VBox/SUPDrvMangling.h -fno-pie
- 
- include $(obj)/Makefile.include.footer
diff --git a/srcpkgs/virtualbox-ose/template b/srcpkgs/virtualbox-ose/template
index 9dda13b4b33..e3f2a35bdad 100644
--- a/srcpkgs/virtualbox-ose/template
+++ b/srcpkgs/virtualbox-ose/template
@@ -1,7 +1,7 @@
 # Template file for 'virtualbox-ose'
 pkgname=virtualbox-ose
-version=6.0.4
-revision=2
+version=6.0.6
+revision=1
 wrksrc="VirtualBox-${version%*a}"
 short_desc="General-purpose full virtualizer for x86 hardware"
 maintainer="Juan RP <xtraeme@voidlinux.org>"
@@ -9,7 +9,7 @@ license="GPL-2.0-only, CDDL-1.0"
 homepage="https://www.virtualbox.org"
 changelog="https://www.virtualbox.org/wiki/Changelog"
 distfiles="http://download.virtualbox.org/virtualbox/${version%*a}/VirtualBox-$version.tar.bz2"
-checksum=f80b0c68182c946fb74ada8034960c38159ad91085b153da1277e4f191af6e1f
+checksum=3419c49a90cef7f0a5781426259d47d7871457ab0fd201ec0fca83321441e552
 
 nopie=yes
 lib32disabled=yes
@@ -131,6 +131,7 @@ virtualbox-ose-dkms_package() {
 
 		install -d ${_osedir}
 		cp -a . ${_osedir}
+		cp -a ${wrksrc}/include ${_osedir}
 		rm -f ${_osedir}/do_dkms
 		install -m644 ${FILESDIR}/${sourcepkg}-dkms.dkms ${_osedir}/dkms.conf
 		vinstall ${FILESDIR}/${sourcepkg}-dkms.udev 644 \

  parent reply	other threads:[~2019-05-08 10:59 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-05-08  9:26 [PR PATCH] " voidlinux-github
2019-05-08 10:59 ` [PR PATCH] [Updated] " voidlinux-github
2019-05-08 10:59 ` voidlinux-github [this message]
2019-05-08 11:02 ` [PR PATCH] [Merged]: " voidlinux-github

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20190508105935.twNAF2j7TF_qDQBJQ_dgYus9R9FP32lfjzjk8a4q-2k@z \
    --to=voidlinux-github@inbox.vuxu.org \
    --cc=ml@inbox.vuxu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).