Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (70c7edafe2f94bc5a6771b41ac41b6888f308d57)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Pavel Vinogradov <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (70c7edafe2f94bc5a6771b41ac41b6888f308d57)
  • Date: Wed, 22 Nov 2023 03:08:24 +0000

GIT changes to master grimoire by Pavel Vinogradov <public AT sourcemage.org>:

http/firefox/HISTORY | 2 ++
http/firefox/patches/0029-dbus.patch | 28 ++++++++++++++++++++++++++++
2 files changed, 30 insertions(+)

New commits:
commit 70c7edafe2f94bc5a6771b41ac41b6888f308d57
Author: Pavel Vinogradov <public AT sourcemage.org>
Commit: Pavel Vinogradov <public AT sourcemage.org>

http/firefox: added patch to fix missing dbus header error

diff --git a/http/firefox/HISTORY b/http/firefox/HISTORY
index ad6f8e0..ef7d0f6 100644
--- a/http/firefox/HISTORY
+++ b/http/firefox/HISTORY
@@ -3,6 +3,8 @@
* DEPENDS, PRE_BUILD, patches-for-python-3.12/*: removed six
dependency,
dbus-glib -> dbus and made it optional, wireless_tools option needs
dbus
enabled, patches and symlinking code
+ * patches/0029-dbus.patch: added from Firefox bug 1864083, to fix
missing
+ dbus header error

2023-11-12 Thomas Orgis <sobukus AT sourcemage.org>
* DEPENDS: handle atk deprecation (half-automated)
diff --git a/http/firefox/patches/0029-dbus.patch
b/http/firefox/patches/0029-dbus.patch
new file mode 100644
index 0000000..fc92ec9
--- /dev/null
+++ b/http/firefox/patches/0029-dbus.patch
@@ -0,0 +1,28 @@
+diff --git a/toolkit/components/remote/moz.build
b/toolkit/components/remote/moz.build
+--- a/toolkit/components/remote/moz.build
++++ b/toolkit/components/remote/moz.build
+@@ -23,10 +23,11 @@
+ ]
+ EXPORTS += [
+ "nsUnixRemoteServer.h",
+ "RemoteUtils.h",
+ ]
++ CXXFLAGS += CONFIG["MOZ_DBUS_CFLAGS"]
+ else:
+ SOURCES += [
+ "nsGTKRemoteServer.cpp",
+ "nsXRemoteClient.cpp",
+ "nsXRemoteServer.cpp",
+diff --git a/widget/gtk/moz.build b/widget/gtk/moz.build
+--- a/widget/gtk/moz.build
++++ b/widget/gtk/moz.build
+@@ -172,7 +172,8 @@
+ "AsyncDBus.h",
+ ]
+ UNIFIED_SOURCES += [
+ "AsyncDBus.cpp",
+ ]
++ CXXFLAGS += CONFIG["MOZ_DBUS_CFLAGS"]
+
+ CXXFLAGS += ["-Werror=switch"]
+



  • [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (70c7edafe2f94bc5a6771b41ac41b6888f308d57), Pavel Vinogradov, 11/21/2023

Archive powered by MHonArc 2.6.24.

Top of Page