Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 20 Nov 2018 18:57:23 +0000 (UTC)
From:      Jan Beich <jbeich@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r485461 - in head: Mk www/firefox www/firefox/files
Message-ID:  <201811201857.wAKIvN5a060186@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201811201857.wAKIvN5a060186>