Skip to Content.
Sympa Menu

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

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 (2eb47cda63eff09dc15bd315563a5757466d47f8)
  • Date: Fri, 13 Oct 2017 02:46:48 +0000

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

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

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

http/firefox: disabled building of stylo & made system cairo usable again

diff --git a/http/firefox/BUILD b/http/firefox/BUILD
index 0236daf..ad5ce8f 100755
--- a/http/firefox/BUILD
+++ b/http/firefox/BUILD
@@ -46,11 +46,14 @@ if [[ $gccmajor == "4" ]] && [[ $gccminor -ge "6" ]]; then
CXXFLAGS="${CXXFLAGS//-mavx} -mno-avx"
fi

+# Stylo can't find some system libraries for now
+OPTS+=" --disable-stylo" &&
+
for option in $OPTS; do
echo "ac_add_options $option" >> .mozconfig
done &&

-local MAKE_TARGET
+local MAKE_TARGET &&
if [[ $FIREFOX_PGO == y ]]; then
MAKE_TARGET=profiledbuild
else
diff --git a/http/firefox/DEPENDS b/http/firefox/DEPENDS
index 00c8b86..a126a71 100755
--- a/http/firefox/DEPENDS
+++ b/http/firefox/DEPENDS
@@ -18,7 +18,7 @@ depends pango "--enable-pango"
&&
depends libxft "--enable-xft --disable-freetype2" &&


-#depends -sub TEE cairo '--enable-system-cairo' &&
+depends -sub TEE cairo "--enable-system-cairo" &&
depends gdk-pixbuf2 &&

depends libjpeg-turbo "--with-system-jpeg" &&
diff --git a/http/firefox/HISTORY b/http/firefox/HISTORY
index 3c74eae..4d74c67 100644
--- a/http/firefox/HISTORY
+++ b/http/firefox/HISTORY
@@ -1,3 +1,7 @@
+2017-10-12 Pavel Vinogradov <public AT sourcemage.org>
+ * BUILD: disabled building of stylo, added missing &&
+ * DEPENDS: system cairo is back in the game
+
2017-10-06 Pavel Vinogradov <public AT sourcemage.org>
* DETAILS: version 56.0.1




  • [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (2eb47cda63eff09dc15bd315563a5757466d47f8), Pavel Vinogradov, 10/12/2017

Archive powered by MHonArc 2.6.24.

Top of Page