Gentoo Archives: gentoo-commits

From: Lars Wendler <polynomial-c@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-drivers/xf86-video-virtualbox/files/, x11-drivers/xf86-video-virtualbox/
Date: Tue, 17 Oct 2017 09:13:41
Message-Id: 1508231614.66cc657956afa033a7c3e85875a68a3d383c4048.polynomial-c@gentoo
1 commit: 66cc657956afa033a7c3e85875a68a3d383c4048
2 Author: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
3 AuthorDate: Tue Oct 17 09:13:34 2017 +0000
4 Commit: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
5 CommitDate: Tue Oct 17 09:13:34 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=66cc6579
7
8 x11-drivers/xf86-video-virtualbox: Fixed sysmacros patch.
9
10 Package-Manager: Portage-2.3.11, Repoman-2.3.3
11
12 .../xf86-video-virtualbox-5.1.30-sysmacros.patch | 20 ++++++++++++++++++++
13 .../xf86-video-virtualbox-5.1.30.ebuild | 2 +-
14 2 files changed, 21 insertions(+), 1 deletion(-)
15
16 diff --git a/x11-drivers/xf86-video-virtualbox/files/xf86-video-virtualbox-5.1.30-sysmacros.patch b/x11-drivers/xf86-video-virtualbox/files/xf86-video-virtualbox-5.1.30-sysmacros.patch
17 new file mode 100644
18 index 00000000000..0ee85e52f00
19 --- /dev/null
20 +++ b/x11-drivers/xf86-video-virtualbox/files/xf86-video-virtualbox-5.1.30-sysmacros.patch
21 @@ -0,0 +1,20 @@
22 +--- VirtualBox-5.1.30/src/VBox/Main/src-server/linux/HostHardwareLinux.cpp
23 ++++ VirtualBox-5.1.30/src/VBox/Main/src-server/linux/HostHardwareLinux.cpp
24 +@@ -64,6 +64,7 @@
25 + #include <stdio.h>
26 + #include <stdlib.h>
27 + #include <sys/types.h>
28 ++#include <sys/sysmacros.h>
29 +
30 +
31 + /*********************************************************************************************************************************
32 +--- VirtualBox-5.1.30/src/VBox/Main/src-server/linux/USBGetDevices.cpp
33 ++++ VirtualBox-5.1.30/src/VBox/Main/src-server/linux/USBGetDevices.cpp
34 +@@ -47,6 +47,7 @@
35 +
36 + #include <sys/types.h>
37 + #include <sys/stat.h>
38 ++#include <sys/sysmacros.h>
39 + #include <sys/vfs.h>
40 +
41 + #include <dirent.h>
42
43 diff --git a/x11-drivers/xf86-video-virtualbox/xf86-video-virtualbox-5.1.30.ebuild b/x11-drivers/xf86-video-virtualbox/xf86-video-virtualbox-5.1.30.ebuild
44 index 3eb7cfa80d3..816a3943e3c 100644
45 --- a/x11-drivers/xf86-video-virtualbox/xf86-video-virtualbox-5.1.30.ebuild
46 +++ b/x11-drivers/xf86-video-virtualbox/xf86-video-virtualbox-5.1.30.ebuild
47 @@ -60,7 +60,7 @@ PATCHES=(
48 "${FILESDIR}/${PN}-5.1.10-xorg119.patch"
49
50 # fix bug #579946
51 - "${FILESDIR}/${PN}-5.1.22-sysmacros.patch"
52 + "${FILESDIR}/${PN}-5.1.30-sysmacros.patch"
53 )
54
55 QA_TEXTRELS_x86="usr/lib/VBoxOGL.so"