summaryrefslogtreecommitdiff
path: root/www/firefox/files/patch-bug847568
diff options
context:
space:
mode:
authorJan Beich <jbeich@FreeBSD.org>2016-02-16 09:20:52 +0000
committerJan Beich <jbeich@FreeBSD.org>2016-02-16 09:20:52 +0000
commit9c13ccd39c785e7f03af04f6bdeee7d71685ef44 (patch)
tree649071b97947dbb29fd0c11ecaa5b80d26e3498c /www/firefox/files/patch-bug847568
parentmail/thunderbird: update to 38.6.0 (diff)
www/firefox: simplify upstream graphite2 update-helper
Notes
Notes: svn path=/head/; revision=408984
Diffstat (limited to '')
-rw-r--r--www/firefox/files/patch-bug8475687
1 files changed, 2 insertions, 5 deletions
diff --git a/www/firefox/files/patch-bug847568 b/www/firefox/files/patch-bug847568
index 76b07298304f..7bed0aac8371 100644
--- a/www/firefox/files/patch-bug847568
+++ b/www/firefox/files/patch-bug847568
@@ -101,14 +101,11 @@ diff --git gfx/graphite2/moz-gr-update.sh gfx/graphite2/moz-gr-update.sh
index f3d76ea..a9e7fb6 100644
--- gfx/graphite2/moz-gr-update.sh
+++ gfx/graphite2/moz-gr-update.sh
-@@ -37,6 +37,12 @@
+@@ -37,6 +37,9 @@
#find gfx/graphite2/ -name "*.cpp" -exec perl -p -i -e "s/<cstdio>/<stdio.h>/;s/Windows.h/windows.h/;" {} \;
#find gfx/graphite2/ -name "*.h" -exec perl -p -i -e "s/<cstdio>/<stdio.h>/;s/Windows.h/windows.h/;" {} \;
-+# closest tag/release to require for system version
-+TAG=$(cd ../graphitedev/ && hg parents --template {latesttag})
-+
-+perl -p -i -e "s/[0-9]+\,[0-9]+\,[0-9]+/$TAG/ and tr/./,/ \
++perl -p -i -e "s/[0-9]+\,[0-9]+\,[0-9]+/$RELEASE/ and tr/./,/ \
+ if /GR2_VERSION_REQUIRE/" configure.in
+
# summarize what's been touched