public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: x11-drivers/xf86-video-virtualbox/files/
@ 2016-03-06 19:31 Lars Wendler
  0 siblings, 0 replies; 4+ messages in thread
From: Lars Wendler @ 2016-03-06 19:31 UTC (permalink / raw
  To: gentoo-commits

commit:     3bb30e1b115add53251a3f4b9214bd552ca6e49c
Author:     Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
AuthorDate: Sun Mar  6 19:30:50 2016 +0000
Commit:     Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
CommitDate: Sun Mar  6 19:31:18 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3bb30e1b

x11-drivers/xf86-video-virtualbox: Fixed application of opengl patch (#576598).

Package-Manager: portage-2.2.27
Signed-off-by: Lars Wendler <polynomial-c <AT> gentoo.org>

 .../files/xf86-video-virtualbox-2.2.0-enable-opengl.patch             | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/x11-drivers/xf86-video-virtualbox/files/xf86-video-virtualbox-2.2.0-enable-opengl.patch b/x11-drivers/xf86-video-virtualbox/files/xf86-video-virtualbox-2.2.0-enable-opengl.patch
index ad66ff2..b0779d4 100644
--- a/x11-drivers/xf86-video-virtualbox/files/xf86-video-virtualbox-2.2.0-enable-opengl.patch
+++ b/x11-drivers/xf86-video-virtualbox/files/xf86-video-virtualbox-2.2.0-enable-opengl.patch
@@ -1,5 +1,5 @@
---- configure.orig	2009-04-11 19:30:06.000000000 +0200
-+++ configure	2009-04-11 20:46:05.000000000 +0200
+--- a/configure
++++ b/configure
 @@ -1955,8 +1955,8 @@
        HEADLESS=1
        WITH_SDL=0


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: x11-drivers/xf86-video-virtualbox/files/
@ 2017-02-17 16:52 Lars Wendler
  0 siblings, 0 replies; 4+ messages in thread
From: Lars Wendler @ 2017-02-17 16:52 UTC (permalink / raw
  To: gentoo-commits

commit:     652459c378c454a1bd8690718b4d5fd735129022
Author:     Michael Mair-Keimberger (asterix) <m.mairkeimberger <AT> gmail <DOT> com>
AuthorDate: Fri Feb 17 16:41:33 2017 +0000
Commit:     Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
CommitDate: Fri Feb 17 16:51:58 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=652459c3

x11-drivers/xf86-video-virtualbox: remove unused patches/file

Closes: https://github.com/gentoo/gentoo/pull/3999

 .../files/xf86-video-virtualbox-3-localconfig      | 30 ------------------
 .../xf86-video-virtualbox-3.2.8-mesa-check.patch   | 36 ----------------------
 .../xf86-video-virtualbox-4-makeself-check.patch   | 10 ------
 .../xf86-video-virtualbox-4-mkisofs-check.patch    | 10 ------
 ...o-virtualbox-4.3.8-vboxvideo_compilefixes.patch | 31 -------------------
 ...deo-virtualbox-5.0.20-Makefile.module.kms.patch | 11 -------
 6 files changed, 128 deletions(-)

diff --git a/x11-drivers/xf86-video-virtualbox/files/xf86-video-virtualbox-3-localconfig b/x11-drivers/xf86-video-virtualbox/files/xf86-video-virtualbox-3-localconfig
deleted file mode 100644
index 535c3f914a..0000000000
--- a/x11-drivers/xf86-video-virtualbox/files/xf86-video-virtualbox-3-localconfig
+++ /dev/null
@@ -1,30 +0,0 @@
-# -*- Makefile -*-
-#
-# Overwrite some default kBuild settings
-#
-
-#
-# Copyright (C) 2006-2008 Sun Microsystems, Inc.
-#
-# This file is part of VirtualBox Open Source Edition (OSE), as
-# available from http://www.virtualbox.org. This file is free software;
-# you can redistribute it and/or modify it under the terms of the GNU
-# General Public License as published by the Free Software Foundation,
-# in version 2 as it comes in the "COPYING" file of the VirtualBox OSE
-# distribution. VirtualBox OSE is distributed in the hope that it will
-# be useful, but WITHOUT ANY WARRANTY of any kind.
-#
-
-# don't build testcases to save time, they are not needed for the package
-VBOX_WITH_TESTCASES     :=
-VBOX_WITH_TESTSUITE     :=
-
-KBUILD_MSG_STYLE        := brief
-
-## paths, origin, hardening
-VBOX_WITH_HARDENING        := 2
-VBOX_WITH_ORIGIN           :=
-VBOX_ONLY_ADDITIONS        := 1
-
-TEMPLATE_VBOXGUESTR3XF86MOD_LDFLAGS.release =
-TEMPLATE_VBOXGUESTR3XORGMOD_LDFLAGS = $(TEMPLATE_VBOXGUESTR3DLL_LDFLAGS)

diff --git a/x11-drivers/xf86-video-virtualbox/files/xf86-video-virtualbox-3.2.8-mesa-check.patch b/x11-drivers/xf86-video-virtualbox/files/xf86-video-virtualbox-3.2.8-mesa-check.patch
deleted file mode 100644
index 6813a17446..0000000000
--- a/x11-drivers/xf86-video-virtualbox/files/xf86-video-virtualbox-3.2.8-mesa-check.patch
+++ /dev/null
@@ -1,36 +0,0 @@
---- configure
-+++ configure
-@@ -1225,10 +1225,7 @@
-   XCloseDisplay(dpy);
- }
- EOF
--  [ -n "$INCX11" ] && I_INCX11=`prefix_I "$INCX11"`
--  if test_compile "$LIBX11 $I_INCX11" Xlibs Xlibs; then
--    log_success "found"
--  fi
-+  test_compile "$LIBX11 $I_INCX11" Xlibs Xlibs
- }
- 
- 
-@@ -1382,21 +1379,6 @@
- #include <GL/glu.h>
- extern "C" int main(void)
- {
--  Display *dpy;
--  int major, minor;
--
--  dpy = XOpenDisplay(NULL);
--  if (dpy)
--  {
--    Bool glx_version = glXQueryVersion(dpy, &major, &minor);
--    XCloseDisplay(dpy);
--    if (glx_version)
--    {
--      printf("found version %u.%u, OK.\n", major, minor);
--      return 0;
--    }
--  }
--  printf("found (inactive), OK.\n");
-   return 0;
- }
- EOF

diff --git a/x11-drivers/xf86-video-virtualbox/files/xf86-video-virtualbox-4-makeself-check.patch b/x11-drivers/xf86-video-virtualbox/files/xf86-video-virtualbox-4-makeself-check.patch
deleted file mode 100644
index e1fcb8c2f4..0000000000
--- a/x11-drivers/xf86-video-virtualbox/files/xf86-video-virtualbox-4-makeself-check.patch
+++ /dev/null
@@ -1,10 +0,0 @@
---- VirtualBox-4.0.0_OSE/configure
-+++ VirtualBox-4.0.0_OSE/configure
-@@ -2527,7 +2527,6 @@
-   check_compiler_h
-   [ "$BUILD_MACHINE" = "amd64" -a $WITH_VMMRAW -eq 1 ] && check_32bit
-   # tools/common/makeself*
--  [ $OSE -ge 1 ] && check_makeself
- fi
- 
- [ -n "$SETUP_WINE" ] && setup_wine

diff --git a/x11-drivers/xf86-video-virtualbox/files/xf86-video-virtualbox-4-mkisofs-check.patch b/x11-drivers/xf86-video-virtualbox/files/xf86-video-virtualbox-4-mkisofs-check.patch
deleted file mode 100644
index 8b0d59123f..0000000000
--- a/x11-drivers/xf86-video-virtualbox/files/xf86-video-virtualbox-4-mkisofs-check.patch
+++ /dev/null
@@ -1,10 +0,0 @@
---- VirtualBox-4.0.0_OSE/configure
-+++ VirtualBox-4.0.0_OSE/configure
-@@ -2499,7 +2499,6 @@
- # don't check for yasm for the time beeing as 0.40 and 0.50 both have known bugs
- # [ "$OS" != "darwin" ] && check_yasm
- [ "$OS" != "darwin"  ] && check_xsltproc
--[ "$OS" != "darwin"  ] && check_mkisofs
- 
- # the libraries
- [ "$OS" != "darwin"  ] && check_pthread

diff --git a/x11-drivers/xf86-video-virtualbox/files/xf86-video-virtualbox-4.3.8-vboxvideo_compilefixes.patch b/x11-drivers/xf86-video-virtualbox/files/xf86-video-virtualbox-4.3.8-vboxvideo_compilefixes.patch
deleted file mode 100644
index 23be8a5cb6..0000000000
--- a/x11-drivers/xf86-video-virtualbox/files/xf86-video-virtualbox-4.3.8-vboxvideo_compilefixes.patch
+++ /dev/null
@@ -1,31 +0,0 @@
---- VirtualBox-4.3.8/src/VBox/Additions/x11/vboxvideo/vboxvideo.h
-+++ VirtualBox-4.3.8/src/VBox/Additions/x11/vboxvideo/vboxvideo.h
-@@ -105,7 +105,6 @@
- #define VBOX_NAME               "VBoxVideo"
- #define VBOX_DRIVER_NAME        "vboxvideo"
- 
--#ifdef VBOX_DRI_OLD
- /* DRI support */
- #define _XF86DRI_SERVER_
- /* Hack to work around a libdrm header which is broken on Solaris */
-@@ -120,7 +119,6 @@
- /* For some reason this is not in the header files. */
- extern void GlxSetVisualConfigs(int nconfigs, __GLXvisualConfig *configs,
-                                 void **configprivs);
--#endif
- 
- #define VBOX_VIDEO_MAJOR  1
- #define VBOX_VIDEO_MINOR  0
-@@ -191,12 +189,10 @@
-     Bool fAnyX;
- #ifdef VBOX_DRI
-     Bool useDRI;
--#ifdef VBOX_DRI_OLD
-     int cVisualConfigs;
-     __GLXvisualConfig *pVisualConfigs;
-     DRIInfoRec *pDRIInfo;
-     int drmFD;
--# endif
- #endif
- } VBOXRec, *VBOXPtr;
- 

diff --git a/x11-drivers/xf86-video-virtualbox/files/xf86-video-virtualbox-5.0.20-Makefile.module.kms.patch b/x11-drivers/xf86-video-virtualbox/files/xf86-video-virtualbox-5.0.20-Makefile.module.kms.patch
deleted file mode 100644
index dd05a4a70a..0000000000
--- a/x11-drivers/xf86-video-virtualbox/files/xf86-video-virtualbox-5.0.20-Makefile.module.kms.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- a/src/VBox/Additions/linux/drm/Makefile.module.kms	2016-04-28 09:08:06.000000000 -0400
-+++ b/src/VBox/Additions/linux/drm/Makefile.module.kms	2016-05-03 15:11:22.134971872 -0400
-@@ -38,7 +38,7 @@
-  MANGLING := $(KBUILD_EXTMOD)/include/VBox/VBoxGuestMangling.h
- endif
- MOD_CFLAGS = -Wno-declaration-after-statement -fshort-wchar -include $(MANGLING)
--MOD_INCL   = $(addprefix -I$(KBUILD_EXTMOD),/ /include)
-+MOD_INCL   = $(addprefix -I$(KBUILD_EXTMOD),/ /include /r0drv/linux)
- # What on earth is this?
- MOD_INCL  += $(addprefix -I$(KBUILD_EXTMOD)/vboxvideo,/ /include)
- MOD_INCL  += -Iinclude/drm


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: x11-drivers/xf86-video-virtualbox/files/
@ 2018-01-05 12:50 Lars Wendler
  0 siblings, 0 replies; 4+ messages in thread
From: Lars Wendler @ 2018-01-05 12:50 UTC (permalink / raw
  To: gentoo-commits

commit:     d526d90e4b27d7701000cfb808ba64f6bdc6f544
Author:     Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
AuthorDate: Wed Jan  3 17:01:57 2018 +0000
Commit:     Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
CommitDate: Fri Jan  5 12:50:15 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d526d90e

x11-drivers/xf86-video-virtualbox: remove unused patch

Closes: https://github.com/gentoo/gentoo/pull/6734

 .../files/xf86-video-virtualbox-5.1.22-sysmacros.patch    | 15 ---------------
 1 file changed, 15 deletions(-)

diff --git a/x11-drivers/xf86-video-virtualbox/files/xf86-video-virtualbox-5.1.22-sysmacros.patch b/x11-drivers/xf86-video-virtualbox/files/xf86-video-virtualbox-5.1.22-sysmacros.patch
deleted file mode 100644
index 673beef32de..00000000000
--- a/x11-drivers/xf86-video-virtualbox/files/xf86-video-virtualbox-5.1.22-sysmacros.patch
+++ /dev/null
@@ -1,15 +0,0 @@
-Fix bug #579910. Add sys/sysmacros.h header.
-
-https://bugs.gentoo.org/579910
-
-index 20ae130..2f3fac0 100644
---- a/src/VBox/Runtime/r3/linux/sysfs.cpp
-+++ b/src/VBox/Runtime/r3/linux/sysfs.cpp
-@@ -46,6 +46,7 @@
- #include <sys/sysctl.h>
- #include <sys/stat.h>
- #include <sys/fcntl.h>
-+#include <sys/sysmacros.h>
- #include <errno.h>
- 
- 


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: x11-drivers/xf86-video-virtualbox/files/
@ 2018-02-04  5:42 Lars Wendler
  0 siblings, 0 replies; 4+ messages in thread
From: Lars Wendler @ 2018-02-04  5:42 UTC (permalink / raw
  To: gentoo-commits

commit:     dd4e89de99b74b9f59e146bf55b659cef05ef306
Author:     Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
AuthorDate: Sat Feb  3 19:54:57 2018 +0000
Commit:     Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
CommitDate: Sun Feb  4 05:42:05 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dd4e89de

x11-drivers/xf86-video-virtualbox: remove unused patch

Closes: https://github.com/gentoo/gentoo/pull/7040

 .../xf86-video-virtualbox-5.1.30-sysmacros.patch     | 20 --------------------
 1 file changed, 20 deletions(-)

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
deleted file mode 100644
index 0ee85e52f00..00000000000
--- a/x11-drivers/xf86-video-virtualbox/files/xf86-video-virtualbox-5.1.30-sysmacros.patch
+++ /dev/null
@@ -1,20 +0,0 @@
---- VirtualBox-5.1.30/src/VBox/Main/src-server/linux/HostHardwareLinux.cpp
-+++ VirtualBox-5.1.30/src/VBox/Main/src-server/linux/HostHardwareLinux.cpp
-@@ -64,6 +64,7 @@
- #include <stdio.h>
- #include <stdlib.h>
- #include <sys/types.h>
-+#include <sys/sysmacros.h>
- 
- 
- /*********************************************************************************************************************************
---- VirtualBox-5.1.30/src/VBox/Main/src-server/linux/USBGetDevices.cpp
-+++ VirtualBox-5.1.30/src/VBox/Main/src-server/linux/USBGetDevices.cpp
-@@ -47,6 +47,7 @@
- 
- #include <sys/types.h>
- #include <sys/stat.h>
-+#include <sys/sysmacros.h>
- #include <sys/vfs.h>
- 
- #include <dirent.h>


^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2018-02-04  5:42 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-01-05 12:50 [gentoo-commits] repo/gentoo:master commit in: x11-drivers/xf86-video-virtualbox/files/ Lars Wendler
  -- strict thread matches above, loose matches on Subject: below --
2018-02-04  5:42 Lars Wendler
2017-02-17 16:52 Lars Wendler
2016-03-06 19:31 Lars Wendler

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox