public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/virtualbox-patches:master commit in: patches/
@ 2023-04-18 17:38 Viorel Munteanu
  0 siblings, 0 replies; 2+ messages in thread
From: Viorel Munteanu @ 2023-04-18 17:38 UTC (permalink / raw
  To: gentoo-commits

commit:     a1b67eff62a33d2f98aefa772e8a758bf8986725
Author:     Viorel Munteanu <ceamac <AT> gentoo <DOT> org>
AuthorDate: Tue Apr 18 17:33:08 2023 +0000
Commit:     Viorel Munteanu <ceamac <AT> gentoo <DOT> org>
CommitDate: Tue Apr 18 17:33:49 2023 +0000
URL:        https://gitweb.gentoo.org/proj/virtualbox-patches.git/commit/?id=a1b67eff

Update patches for virtualbox 7.0.8

Signed-off-by: Viorel Munteanu <ceamac <AT> gentoo.org>

 patches/003_virtualbox-4.0.2-restore_old_machines_dir.patch | 12 ------------
 patches/003_virtualbox-7.0.8-restore_old_machines_dir.patch | 12 ++++++++++++
 patches/005_virtualbox-4.2.26-asneeded.patch                | 11 -----------
 patches/005_virtualbox-7.0.8-asneeded.patch                 | 11 +++++++++++
 4 files changed, 23 insertions(+), 23 deletions(-)

diff --git a/patches/003_virtualbox-4.0.2-restore_old_machines_dir.patch b/patches/003_virtualbox-4.0.2-restore_old_machines_dir.patch
deleted file mode 100644
index a79cd90..0000000
--- a/patches/003_virtualbox-4.0.2-restore_old_machines_dir.patch
+++ /dev/null
@@ -1,12 +0,0 @@
---- VirtualBox-4.0.2_OSE/src/VBox/Main/src-server/SystemPropertiesImpl.cpp
-+++ VirtualBox-4.0.2_OSE/src/VBox/Main/src-server/SystemPropertiesImpl.cpp
-@@ -1035,7 +1035,8 @@
-         // new default with VirtualBox 4.0: "$HOME/VirtualBox VMs"
-         HRESULT rc = getUserHomeDirectory(path);
-         if (FAILED(rc)) return rc;
--        path += RTPATH_SLASH_STR "VirtualBox VMs";
-+        path += RTPATH_SLASH_STR ".VirtualBox";
-+        path += RTPATH_SLASH_STR "Machines";
-     }
- 
-     if (!RTPathStartsWithRoot(path.c_str()))

diff --git a/patches/003_virtualbox-7.0.8-restore_old_machines_dir.patch b/patches/003_virtualbox-7.0.8-restore_old_machines_dir.patch
new file mode 100644
index 0000000..06be394
--- /dev/null
+++ b/patches/003_virtualbox-7.0.8-restore_old_machines_dir.patch
@@ -0,0 +1,12 @@
+--- VirtualBox-7.0.8/src/VBox/Main/src-server/SystemPropertiesImpl.cpp
++++ VirtualBox-7.0.8/src/VBox/Main/src-server/SystemPropertiesImpl.cpp
+@@ -2171,7 +2171,8 @@
+         // new default with VirtualBox 4.0: "$HOME/VirtualBox VMs"
+         HRESULT hrc = i_getUserHomeDirectory(path);
+         if (FAILED(hrc)) return hrc;
+-        path += RTPATH_SLASH_STR "VirtualBox VMs";
++	path += RTPATH_SLASH_STR ".VirtualBox";
++	path += RTPATH_SLASH_STR "Machines";
+     }
+ 
+     if (!RTPathStartsWithRoot(path.c_str()))

diff --git a/patches/005_virtualbox-4.2.26-asneeded.patch b/patches/005_virtualbox-4.2.26-asneeded.patch
deleted file mode 100644
index 4b53d16..0000000
--- a/patches/005_virtualbox-4.2.26-asneeded.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- VirtualBox-4.2.26/Config.kmk
-+++ VirtualBox-4.2.26/Config.kmk
-@@ -4672,7 +4672,7 @@
- TEMPLATE_VBoxBldProg_LDFLAGS.amd64       = -m64
- TEMPLATE_VBoxBldProg_LDFLAGS.sparc64     = -m64
-  ifeq ($(KBUILD_HOST),linux)
--TEMPLATE_VBoxBldProg_LIBS                = pthread m rt dl
-+TEMPLATE_VBoxBldProg_LIBS                = pthread m rt dl crypt
-  else ifeq ($(KBUILD_HOST),os2)
- TEMPLATE_VBoxBldProg_TOOL                = GXX3OMF
- TEMPLATE_VBoxBldProg_LIBS                = socket iconv

diff --git a/patches/005_virtualbox-7.0.8-asneeded.patch b/patches/005_virtualbox-7.0.8-asneeded.patch
new file mode 100644
index 0000000..121b802
--- /dev/null
+++ b/patches/005_virtualbox-7.0.8-asneeded.patch
@@ -0,0 +1,11 @@
+--- VirtualBox-7.0.8/Config.kmk
++++ VirtualBox-7.0.8/Config.kmk
+@@ -8176,7 +8176,7 @@
+  TEMPLATE_VBoxBldProg_LDFLAGS.amd64      = -m64
+  TEMPLATE_VBoxBldProg_LDFLAGS.sparc64    = -m64
+  ifeq ($(KBUILD_HOST),linux)
+-  TEMPLATE_VBoxBldProg_LIBS              = pthread m rt dl
++  TEMPLATE_VBoxBldProg_LIBS              = pthread m rt dl crypt
+  else ifeq ($(KBUILD_HOST),os2)
+   TEMPLATE_VBoxBldProg_TOOL              = GXX3OMF
+   TEMPLATE_VBoxBldProg_LIBS              = socket iconv


^ permalink raw reply related	[flat|nested] 2+ messages in thread
* [gentoo-commits] proj/virtualbox-patches:master commit in: patches/
@ 2023-06-15  5:35 Viorel Munteanu
  0 siblings, 0 replies; 2+ messages in thread
From: Viorel Munteanu @ 2023-06-15  5:35 UTC (permalink / raw
  To: gentoo-commits

commit:     e7c2a64f869f2a165700c7aa14f408117293452e
Author:     Viorel Munteanu <ceamac <AT> gentoo <DOT> org>
AuthorDate: Thu Jun 15 05:27:18 2023 +0000
Commit:     Viorel Munteanu <ceamac <AT> gentoo <DOT> org>
CommitDate: Thu Jun 15 05:27:18 2023 +0000
URL:        https://gitweb.gentoo.org/proj/virtualbox-patches.git/commit/?id=e7c2a64f

Upstream dropped VBoxTestOGL so drop related patches

Signed-off-by: Viorel Munteanu <ceamac <AT> gentoo.org>

 .../009-virtualbox-5.1.0-add_missing_gl_header.patch   | 12 ------------
 .../012_virtualbox-6.1.0-include_opengl_headers.patch  | 18 ------------------
 patches/014_virtualbox-6.0.14-Glsizeiptr.patch         | 14 --------------
 3 files changed, 44 deletions(-)

diff --git a/patches/009-virtualbox-5.1.0-add_missing_gl_header.patch b/patches/009-virtualbox-5.1.0-add_missing_gl_header.patch
deleted file mode 100644
index 71f2adf..0000000
--- a/patches/009-virtualbox-5.1.0-add_missing_gl_header.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-https://bugs.gentoo.org/588794
-
---- a/include/VBox/VBoxGL2D.h
-+++ b/include/VBox/VBoxGL2D.h
-@@ -28,6 +28,7 @@
- #define __VBoxGLSupportInfo_h__
- 
- #include <iprt/types.h>
-+#include <GL/gl.h>
- 
- typedef char GLchar;
- 

diff --git a/patches/012_virtualbox-6.1.0-include_opengl_headers.patch b/patches/012_virtualbox-6.1.0-include_opengl_headers.patch
deleted file mode 100644
index 12ecc56..0000000
--- a/patches/012_virtualbox-6.1.0-include_opengl_headers.patch
+++ /dev/null
@@ -1,18 +0,0 @@
-https://bugs.gentoo.org/702990
-
-Submitted-by: Bernd Feige <Bernd.Feige@gmx.net>
-
-Index: VirtualBox-6.1.0/src/VBox/Main/src-helper-apps/OpenGLTest/OpenGLTestApp.cpp
-===================================================================
---- VirtualBox-6.1.0/src/VBox/Main/src-helper-apps/OpenGLTest/OpenGLTestApp.cpp
-+++ VirtualBox-6.1.0/src/VBox/Main/src-helper-apps/OpenGLTest/OpenGLTestApp.cpp
-@@ -49,6 +49,9 @@
- #include <VBox/version.h>
- #endif
- 
-+#include <GL/gl.h>
-+#include <GL/glu.h>
-+
- #ifdef VBOX_WITH_VIDEOHWACCEL
- #include <QGLWidget>
- #include <QApplication>

diff --git a/patches/014_virtualbox-6.0.14-Glsizeiptr.patch b/patches/014_virtualbox-6.0.14-Glsizeiptr.patch
deleted file mode 100644
index a011dbf..0000000
--- a/patches/014_virtualbox-6.0.14-Glsizeiptr.patch
+++ /dev/null
@@ -1,14 +0,0 @@
---- a/include/VBox/VBoxGL2D.h	2020-01-25 22:48:54.000000000 +0700
-+++ b/include/VBox/VBoxGL2D.h	2020-01-25 22:57:14.000000000 +0700
-@@ -113,8 +113,8 @@
- 
- /* GL_ARB_pixel_buffer_object*/
--#ifndef Q_WS_MAC
-+/*#ifndef Q_WS_MAC*/
- /* apears to be defined on mac */
--typedef ptrdiff_t GLsizeiptr;
--#endif
-+/*typedef ptrdiff_t GLsizeiptr;*/
-+/*#endif*/
- 
- #ifndef GL_READ_ONLY


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

end of thread, other threads:[~2023-06-15  5:35 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-04-18 17:38 [gentoo-commits] proj/virtualbox-patches:master commit in: patches/ Viorel Munteanu
  -- strict thread matches above, loose matches on Subject: below --
2023-06-15  5:35 Viorel Munteanu

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