Skip to Content.
Sympa Menu

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

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 (4bc94e578ee224ec321d7fdc90b3329bbf7da0f6)
  • Date: Sun, 2 Oct 2022 02:59:31 +0000

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

http/firefox/HISTORY | 2 ++
http/firefox/PRE_BUILD | 6 +++---
2 files changed, 5 insertions(+), 3 deletions(-)

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

http/firefox: moved patching to the end of PRE_BUILD, helps to circumvent
the new bash/readline bug

diff --git a/http/firefox/HISTORY b/http/firefox/HISTORY
index 1e59045..b0412d2 100644
--- a/http/firefox/HISTORY
+++ b/http/firefox/HISTORY
@@ -1,5 +1,7 @@
2022-10-01 Pavel Vinogradov <public AT sourcemage.org>
* patches/*: updated
+ * PRE_BUILD: moved patching to the end, helps to circumvent
+ the new bash/readline bug

2022-09-23 Pavel Vinogradov <public AT sourcemage.org>
* DETAILS: version 105.0.1
diff --git a/http/firefox/PRE_BUILD b/http/firefox/PRE_BUILD
index 3a49aed..d66eda6 100755
--- a/http/firefox/PRE_BUILD
+++ b/http/firefox/PRE_BUILD
@@ -1,8 +1,6 @@
default_pre_build &&
cd $SOURCE_DIRECTORY &&

-apply_patch_dir patches &&
-
# To remove version suffix from some directories
sed 's;-$(MOZ_APP_VERSION);;g' -i config/baseconfig.mk &&

@@ -54,4 +52,6 @@ esac &&

# clearing all checksums so the patches wouldn't cause troubles
find third_party/rust -name .cargo-checksum.json \
- -exec sed -i -e 's/\("files":{\)[^}]*/\1/' {} \;
+ -exec sed -i -e 's/\("files":{\)[^}]*/\1/' {} \; &&
+
+apply_patch_dir patches



  • [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (4bc94e578ee224ec321d7fdc90b3329bbf7da0f6), Pavel Vinogradov, 10/01/2022

Archive powered by MHonArc 2.6.24.

Top of Page