Skip to Content.
Sympa Menu

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

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 (65c19fc46c60e30f4d743e7173c6bd8b2a2aae9e)
  • Date: Mon, 17 Nov 2025 04:30:50 +0000

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

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

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

http/firefox: needs nodejs after all

diff --git a/http/firefox/DEPENDS b/http/firefox/DEPENDS
index faecccb..29d449a 100755
--- a/http/firefox/DEPENDS
+++ b/http/firefox/DEPENDS
@@ -75,6 +75,8 @@ depends pixman "--enable-system-pixman"
&&

depends rust &&

+uepends nodejs &&
+
depends startup-notification &&
depends gconf2 &&

@@ -166,9 +168,4 @@ fi &&
optional_depends libjxl \
"--enable-jxl" \
"--disable-jxl" \
- "for JPEG-XL support" &&
-
-optional_depends nodejs \
- "--enable-nodejs" \
- "--disable-nodejs" \
- "use NodeJS?"
+ "for JPEG-XL support"
diff --git a/http/firefox/HISTORY b/http/firefox/HISTORY
index 1ae8302..f3a2e2b 100644
--- a/http/firefox/HISTORY
+++ b/http/firefox/HISTORY
@@ -1,3 +1,6 @@
+2025-11-16 Pavel Vinogradov <public AT sourcemage.org>
+ * DEPENDS: needs nodejs after all
+
2025-11-11 Pavel Vinogradov <public AT sourcemage.org>
* DEPENDS: xystem icu and pipewire cause build failures, disabled for
now
* patches/*: updated


  • [[SM-Commit] ] GIT changes to master grimoire by Pavel Vinogradov (65c19fc46c60e30f4d743e7173c6bd8b2a2aae9e), Pavel Vinogradov, 11/16/2025

Archive powered by MHonArc 2.6.24.

Top of Page