Skip to Content.
Sympa Menu

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

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, sm-commit AT lists.sourcemage.org
  • Subject: [[SM-Commit] ] GIT changes to master grimoire by Pavel Vinogradov (d15512c71ad8d38f5006aa25be4c5a8f74412881)
  • Date: Fri, 23 Aug 2024 01:01:43 +0000

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

http/firefox/HISTORY | 3 ++
http/firefox/patches/0030-bgo-929967-fix-pgo-on-musl.patch | 14
+++++++++++++
2 files changed, 17 insertions(+)

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

http/firefox: updated patches for 129.0.2

diff --git a/http/firefox/HISTORY b/http/firefox/HISTORY
index f0599d1..b55c4c6 100644
--- a/http/firefox/HISTORY
+++ b/http/firefox/HISTORY
@@ -1,3 +1,6 @@
+2024-08-22 Pavel Vinogradov <public AT sourcemage.org>
+ * patches/*: updated
+
2024-08-20 Pavel Vinogradov <public AT sourcemage.org>
* DETAILS: version 129.0.2

diff --git a/http/firefox/patches/0030-bgo-929967-fix-pgo-on-musl.patch
b/http/firefox/patches/0030-bgo-929967-fix-pgo-on-musl.patch
new file mode 100644
index 0000000..3c8457e
--- /dev/null
+++ b/http/firefox/patches/0030-bgo-929967-fix-pgo-on-musl.patch
@@ -0,0 +1,14 @@
+diff --git a/build/pgo/profileserver.py b/build/pgo/profileserver.py
+index 7354714..0385792 100755
+--- a/build/pgo/profileserver.py
++++ b/build/pgo/profileserver.py
+@@ -171,6 +171,9 @@ if __name__ == "__main__":
+ env["UPLOAD_PATH"], "profile-run-1.log"
+ )
+
++ # Workaround for https://bugs.gentoo.org/929967
++ env["LD_LIBRARY_PATH"] = os.path.join(os.getcwd(), "dist", "bin")
++
+ # Run Firefox a first time to initialize its profile
+ runner = FirefoxRunner(
+ profile=profile,


  • [[SM-Commit] ] GIT changes to master grimoire by Pavel Vinogradov (d15512c71ad8d38f5006aa25be4c5a8f74412881), Pavel Vinogradov, 08/22/2024

Archive powered by MHonArc 2.6.24.

Top of Page