svn commit: r497194 - in head: . mail mail/thunderbird-i18n www www/firefox-esr-i18n www/firefox-i18n www/seamonkey-i18n

Jan Beich jbeich at FreeBSD.org
Fri Mar 29 20:13:47 UTC 2019


Author: jbeich
Date: Fri Mar 29 20:13:45 2019
New Revision: 497194
URL: https://svnweb.freebsd.org/changeset/ports/497194

Log:
  gecko: drop -i18n ports
  
  These haven't been QA'd for years, only blindly updated. After Firefox 57
  language selection via extension was broken but Firefox 65 gained native UI.
  
  PR:		221916

Deleted:
  head/mail/thunderbird-i18n/
  head/www/firefox-esr-i18n/
  head/www/firefox-i18n/
  head/www/seamonkey-i18n/
Modified:
  head/MOVED
  head/UPDATING
  head/mail/Makefile
  head/www/Makefile

Modified: head/MOVED
==============================================================================
--- head/MOVED	Fri Mar 29 20:08:55 2019	(r497193)
+++ head/MOVED	Fri Mar 29 20:13:45 2019	(r497194)
@@ -12014,3 +12014,7 @@ x11-fm/pcmanfmqt-l10n||2019-03-28|Obsolete by upstream
 devel/liblxqt-l10n||2019-03-28|Obsolete by upstream
 x11/lxqt-l10n||2019-03-28|Obsolete by upstream
 x11/qterminal-l10n||2019-03-28|Obsolete by upstream
+mail/thunderbird-i18n||2019-03-29|Obsolete, manually download preferred langpack and set intl.locale.requested
+www/firefox-esr-i18n||2019-03-29|Obsolete, manually download preferred langpack and set intl.locale.requested
+www/firefox-i18n||2019-03-29|Obsolete, use native UI to select and download preferred langpack
+www/seamonkey-i18n||2019-03-29|Obsolete, manually download preferred langpack and set general.useragent.locale

Modified: head/UPDATING
==============================================================================
--- head/UPDATING	Fri Mar 29 20:08:55 2019	(r497193)
+++ head/UPDATING	Fri Mar 29 20:13:45 2019	(r497194)
@@ -6,6 +6,17 @@ You should get into the habit of checking this file fo
 you update your ports collection, before attempting any port upgrades.
 
 20190328:
+  AFFECTS: www/firefox-i18n, www/firefox-esr-i18n, mail/thunderbird-i18n, www/seamonkey-i18n
+  AUTHOR: gecko at FreeBSD.org
+
+  Separate packages for localization packs are no longer supported.
+  Firefox 65+ has in-browser menu while Firefox ESR60, Thunderbird 60
+  or SeaMonkey 2.49 should download preferred .xpi manually. Refer to
+  the following article (including previous revisions) how to do this.
+
+  https://support.mozilla.org/kb/use-firefox-another-language
+
+20190328:
   AFFECTS: users of www/qt5-webengine
   AUTHOR: kde at FreeBSD.org
 

Modified: head/mail/Makefile
==============================================================================
--- head/mail/Makefile	Fri Mar 29 20:08:55 2019	(r497193)
+++ head/mail/Makefile	Fri Mar 29 20:13:45 2019	(r497194)
@@ -720,7 +720,6 @@
     SUBDIR += textmail
     SUBDIR += thunderbird
     SUBDIR += thunderbird-dictionaries
-    SUBDIR += thunderbird-i18n
     SUBDIR += tlb
     SUBDIR += tmda
     SUBDIR += tpop3d

Modified: head/www/Makefile
==============================================================================
--- head/www/Makefile	Fri Mar 29 20:08:55 2019	(r497193)
+++ head/www/Makefile	Fri Mar 29 20:13:45 2019	(r497194)
@@ -158,8 +158,6 @@
     SUBDIR += fgallery
     SUBDIR += firefox
     SUBDIR += firefox-esr
-    SUBDIR += firefox-esr-i18n
-    SUBDIR += firefox-i18n
     SUBDIR += flashplayer
     SUBDIR += flat-frog
     SUBDIR += flickcurl
@@ -2219,7 +2217,6 @@
     SUBDIR += script4rss
     SUBDIR += seahub
     SUBDIR += seamonkey
-    SUBDIR += seamonkey-i18n
     SUBDIR += searx
     SUBDIR += selenium
     SUBDIR += serendipity


More information about the svn-ports-all mailing list