svn commit: r485461 - in head: Mk www/firefox www/firefox/files
Jan Beich
jbeich at FreeBSD.org
Tue Nov 20 18:57:24 UTC 2018
Author: jbeich
Date: Tue Nov 20 18:57:23 2018
New Revision: 485461
URL: https://svnweb.freebsd.org/changeset/ports/485461
Log:
www/firefox: don't load system dictionaries after r472727
Bundled Hunspell may not be compatible. If users still want system
dictionaries they can set spellchecker.dictionary_path in about:config.
Deleted:
head/www/firefox/files/patch-bug991253
Modified:
head/Mk/bsd.gecko.mk (contents, props changed)
head/www/firefox/Makefile (contents, props changed)
Modified: head/Mk/bsd.gecko.mk
==============================================================================
--- head/Mk/bsd.gecko.mk Tue Nov 20 18:55:42 2018 (r485460)
+++ head/Mk/bsd.gecko.mk Tue Nov 20 18:57:23 2018 (r485461)
@@ -539,8 +539,10 @@ gecko-post-patch:
-e 's|share/mozilla/extensions|lib/xpi|g' \
${MOZSRC}/xpcom/io/nsAppFileLocationProvider.cpp \
${MOZSRC}/toolkit/xre/nsXREDirProvider.cpp
+.if ${MOZILLA_VER:R:R} < 61
@${REINPLACE_CMD} -e 's|%%LOCALBASE%%|${LOCALBASE}|g' \
${MOZSRC}/extensions/spellcheck/hunspell/*/mozHunspell.cpp
+.endif
# handles mozilla pis scripts.
gecko-moz-pis-patch:
Modified: head/www/firefox/Makefile
==============================================================================
--- head/www/firefox/Makefile Tue Nov 20 18:55:42 2018 (r485460)
+++ head/www/firefox/Makefile Tue Nov 20 18:57:23 2018 (r485461)
@@ -3,7 +3,7 @@
PORTNAME= firefox
DISTVERSION= 63.0.3
-PORTREVISION= 2
+PORTREVISION= 3
PORTEPOCH= 1
CATEGORIES= www ipv6
MASTER_SITES= MOZILLA/${PORTNAME}/releases/${DISTVERSION}/source \
More information about the svn-ports-all
mailing list