Skip to Content.
Sympa Menu

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

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 (e8bf765aec488cb3d3242940b88408c3acbdf618)
  • Date: Fri, 1 Jul 2022 01:24:06 +0000

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

http/firefox/BUILD | 2 +-
http/firefox/HISTORY | 4 ++++
2 files changed, 5 insertions(+), 1 deletion(-)

New commits:
commit e8bf765aec488cb3d3242940b88408c3acbdf618
Author: Pavel Vinogradov <public AT sourcemaage.org>
Commit: Pavel Vinogradov <public AT sourcemaage.org>

http/firefox: do not check installed python packages, not needed for
regular compilation

diff --git a/http/firefox/BUILD b/http/firefox/BUILD
index 10d9c3b..4ee0218 100755
--- a/http/firefox/BUILD
+++ b/http/firefox/BUILD
@@ -61,5 +61,5 @@ for option in $OPTS; do
done &&

echo "mk_add_options MOZ_MAKE_FLAGS=\"-j${MAKE_NJOBS:-1}\"" >> .mozconfig &&
-export MACH_BUILD_PYTHON_NATIVE_PACKAGE_SOURCE=system &&
+export MACH_BUILD_PYTHON_NATIVE_PACKAGE_SOURCE=none &&
./mach build
diff --git a/http/firefox/HISTORY b/http/firefox/HISTORY
index bdf7a6b..dd8dd18 100644
--- a/http/firefox/HISTORY
+++ b/http/firefox/HISTORY
@@ -1,3 +1,7 @@
+2022-06-30 Pavel Vinogradov <public AT sourcemage.org>
+ * BUILD: fixed (once again) the system python instruction to not check
+ installed python packages
+
2022-06-30 Thomas Orgis <sobukus AT sourcemage.org>
* DETAILS: PATCHLEVEL++
* patches/*: sync with gentoo firefox-102-patches-02j



  • [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (e8bf765aec488cb3d3242940b88408c3acbdf618), Pavel Vinogradov, 06/30/2022

Archive powered by MHonArc 2.6.24.

Top of Page