Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Florian Franzmann (7853647f9c1730ba2ebd9e79a14c64664a15e703)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Florian Franzmann <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Florian Franzmann (7853647f9c1730ba2ebd9e79a14c64664a15e703)
  • Date: Sun, 6 Nov 2016 22:29:35 +0000

GIT changes to master grimoire by Florian Franzmann
<siflfran AT hawo.stw.uni-erlangen.de>:

http/firefox/DEPENDS | 4 +++-
http/firefox/HISTORY | 3 +++
2 files changed, 6 insertions(+), 1 deletion(-)

New commits:
commit 7853647f9c1730ba2ebd9e79a14c64664a15e703
Author: Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
Commit: Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>

http/firefox: use icu provided by firefox

diff --git a/http/firefox/DEPENDS b/http/firefox/DEPENDS
index cea8545..20ae539 100755
--- a/http/firefox/DEPENDS
+++ b/http/firefox/DEPENDS
@@ -2,7 +2,9 @@ depends autoconf-2.13
&&
depends -sub CXX gcc &&
depends perl &&
depends python &&
-depends icu "--with-system-icu" &&
+
+# icu 58.1 crashes firefox 49.0.2 with a segfault, the relevant icu issue is
#12520
+#depends icu "--with-system-icu" &&

depends glib2 &&
depends "gtk+${FIREFOX_GTK_VERSION}"
"--enable-default-toolkit=cairo-gtk${FIREFOX_GTK_VERSION}" &&
diff --git a/http/firefox/HISTORY b/http/firefox/HISTORY
index ec60534..a3f5dcd 100644
--- a/http/firefox/HISTORY
+++ b/http/firefox/HISTORY
@@ -1,4 +1,7 @@
2016-11-05 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
+ * DEPENDS: don't use system icu to prevent segfault
+
+2016-11-05 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
* DEPENDS: optionally depend on rust

2016-11-01 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>



  • [SM-Commit] GIT changes to master grimoire by Florian Franzmann (7853647f9c1730ba2ebd9e79a14c64664a15e703), Florian Franzmann, 11/06/2016

Archive powered by MHonArc 2.6.24.

Top of Page