Skip to Content.
Sympa Menu

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

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 (64b7cb55b5b7de15fd53c55df1c512a4a6ca7bde)
  • Date: Wed, 12 Dec 2018 00:21:17 +0000

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

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

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

http/firefox: needs nss >= 3.40 now

commit ad2cc4ffedc217e629d2a2df30dbc3260c8ea8fa
Author: Pavel Vinogradov <public AT sourcemage.org>
Commit: Pavel Vinogradov <public AT sourcemage.org>

http/firefox: forced gcc/g++ usage

diff --git a/http/firefox/BUILD b/http/firefox/BUILD
index 7374da9..9aacc57 100755
--- a/http/firefox/BUILD
+++ b/http/firefox/BUILD
@@ -54,4 +54,4 @@ for option in $OPTS; do
done &&

echo "mk_add_options MOZ_MAKE_FLAGS=\"-j${MAKE_NJOBS:-1}\"" >> .mozconfig &&
-./mach build
+CC=gcc CXX=g++ ./mach build
diff --git a/http/firefox/DEPENDS b/http/firefox/DEPENDS
index fda7f3b..5c28965 100755
--- a/http/firefox/DEPENDS
+++ b/http/firefox/DEPENDS
@@ -29,7 +29,7 @@ depends librsvg2
&&

depends nspr "--with-system-nspr" &&

-local NSS_BRANCH="3.39" &&
+local NSS_BRANCH="3.40" &&
if spell_ok nss &&
is_version_less "$(installed_version nss)" "${NSS_BRANCH}"; then
depends -sub "${NSS_BRANCH}.x" nss "--with-system-nss"
diff --git a/http/firefox/HISTORY b/http/firefox/HISTORY
index 184d0fe..87e1735 100644
--- a/http/firefox/HISTORY
+++ b/http/firefox/HISTORY
@@ -1,5 +1,6 @@
2018-12-11 Pavel Vinogradov <public AT sourcemage.org>
- * DEPENDS: nodejs is now a hard dependency
+ * BUILD: forced gcc/g++ as compilers (llvm fails)
+ * DEPENDS: nodejs is now a hard dependencyneeds, nss >= 3.40
* mozconfig: removed obsolete --enable-pie

2018-12-10 Pavel Vinogradov <public AT sourcemage.org>



  • [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (64b7cb55b5b7de15fd53c55df1c512a4a6ca7bde), Pavel Vinogradov, 12/11/2018

Archive powered by MHonArc 2.6.24.

Top of Page