New commits:
commit 8d975a32be6df870a0910bba7931668adb5df6bf
Author: Pavel Vinogradov <public AT sourcemage.org>
Commit: Pavel Vinogradov <public AT sourcemage.org>
http/firefox: version 49.0.1
diff --git a/http/firefox/DEPENDS b/http/firefox/DEPENDS
index baca85c..1d6f27c 100755
--- a/http/firefox/DEPENDS
+++ b/http/firefox/DEPENDS
@@ -128,4 +128,14 @@ fi &&
suggest_depends_2 firefox-smglwiki "" "" \
- "to enable searching the SMGL Wiki from the Search Bar"
+ "to enable searching the SMGL Wiki from the Search Bar" &&
+
+optional_depends graphite2 \
+ "--with-system-graphite2" \
+ "--without-system-graphite2" \
+ "for system graphite2" &&
+
+optional_depends harfbuzz \
+ "--with-system-harfbuzz" \
+ "--without-system-harfbuzz" \
+ "for system harfbuzz"
diff --git a/http/firefox/DETAILS b/http/firefox/DETAILS
index 0baaa0b..4bc2117 100755
--- a/http/firefox/DETAILS
+++ b/http/firefox/DETAILS
@@ -1,7 +1,7 @@
SPELL=firefox
- VERSION=49.0
+ VERSION=49.0.1
SOURCE=${SPELL}-${VERSION}.source.tar.xz
-
SOURCE_HASH=sha512:9431f86dec5587131699ae57ae428be168e4d6c7d1d48df643c10540e8e18bc5eadfcd08bb204950be611c87d35d8a40aa8ece454b7dfa3992239639c2d688a9
+
SOURCE_HASH=sha512:6f56adde39db1b50937be3a50152a473d9d7221dd4d3f7ad4eb341f8a69ef1078a1073b783dfc8ee3150ebcc5eead4c4f0a9aa07f0fe5ab47731da575d571a16
SOURCE_URL[1]=http://ftp.mozilla.org/pub/mozilla.org/${SPELL}/releases/${VERSION}/source/${SOURCE}
SECURITY_PATCH=96
diff --git a/http/firefox/HISTORY b/http/firefox/HISTORY
index 9be55b2..805916e 100644
--- a/http/firefox/HISTORY
+++ b/http/firefox/HISTORY
@@ -1,3 +1,12 @@
+2016-09-24 Pavel Vinogradov <public AT sourcemage.org>
+ * DETAILS: updated spell to 49.0.1
+ * DEPENDS: added support for system harfbuzz and graphite2
+ * PRE_BUILD: uses apply_patch_dir now
+ * old.configure.patch: moved to patches/
+ * patches/firefox-49.0-system_graphite2_harfbuzz-1.patch: added,
+ the patch is from LFS project and enables building with system
+ harfbuzz and graphite2
+
2016-09-20 Pavel Vinogradov <public AT sourcemage.org>
* DETAILS: updated spell to 49.0, SECURITY_PATCH++, (MFSA-2016-85)
* DEPENDS: added more plugins for gstreamer 1.0 (courtesy of
diff --git a/http/firefox/PRE_BUILD b/http/firefox/PRE_BUILD
index 1c3b2f5..547ce80 100755
--- a/http/firefox/PRE_BUILD
+++ b/http/firefox/PRE_BUILD
@@ -1,7 +1,7 @@
default_pre_build &&
cd $SOURCE_DIRECTORY &&