pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/www



Module Name:    pkgsrc
Committed By:   ryoon
Date:           Sat Apr 14 07:05:14 UTC 2018

Modified Files:
        pkgsrc/www/firefox: Makefile distinfo
        pkgsrc/www/firefox-l10n: MESSAGE
Added Files:
        pkgsrc/www/firefox/patches: patch-browser_app_profile_firefox.js

Log Message:
Autodetect www/firefox UI language, bump PKGREVISION of www/firefox


To generate a diff of this commit:
cvs rdiff -u -r1.326 -r1.327 pkgsrc/www/firefox/Makefile
cvs rdiff -u -r1.311 -r1.312 pkgsrc/www/firefox/distinfo
cvs rdiff -u -r1.4 -r1.5 pkgsrc/www/firefox-l10n/MESSAGE
cvs rdiff -u -r0 -r1.5 \
    pkgsrc/www/firefox/patches/patch-browser_app_profile_firefox.js

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/www/firefox/Makefile
diff -u pkgsrc/www/firefox/Makefile:1.326 pkgsrc/www/firefox/Makefile:1.327
--- pkgsrc/www/firefox/Makefile:1.326   Tue Apr  3 03:10:51 2018
+++ pkgsrc/www/firefox/Makefile Sat Apr 14 07:05:14 2018
@@ -1,10 +1,10 @@
-# $NetBSD: Makefile,v 1.326 2018/04/03 03:10:51 ryoon Exp $
+# $NetBSD: Makefile,v 1.327 2018/04/14 07:05:14 ryoon Exp $
 
 FIREFOX_HGREV=         239e434d6d2b8e1e2b697c3416d1e96d48fe98e5
 FIREFOX_VER=           59.0.2
 
 DISTNAME=      firefox-${FIREFOX_VER}
-PKGREVISION=   1
+PKGREVISION=   2
 CATEGORIES=    www
 MASTER_SITES+= -https://hg.mozilla.org/releases/mozilla-release/archive/${FIREFOX_HGREV}${EXTRACT_SUFX}
 EXTRACT_SUFX=  .tar.bz2

Index: pkgsrc/www/firefox/distinfo
diff -u pkgsrc/www/firefox/distinfo:1.311 pkgsrc/www/firefox/distinfo:1.312
--- pkgsrc/www/firefox/distinfo:1.311   Tue Apr  3 03:10:51 2018
+++ pkgsrc/www/firefox/distinfo Sat Apr 14 07:05:14 2018
@@ -1,10 +1,11 @@
-$NetBSD: distinfo,v 1.311 2018/04/03 03:10:51 ryoon Exp $
+$NetBSD: distinfo,v 1.312 2018/04/14 07:05:14 ryoon Exp $
 
 SHA1 (firefox-59.0.2.tar.bz2) = 8fcf726b4d23716c7ff2b7ebc6527782b5bafe9c
 RMD160 (firefox-59.0.2.tar.bz2) = ff7ab2f9da93eda98de8aecb4563cfd176b896d9
 SHA512 (firefox-59.0.2.tar.bz2) = db8f55954df3af554e7a614eaece4aed995794dac6e2d828b2f9c175d8a6b89e109c26ced41a43df9ad24e01d079cadf13d16c6a9bdd1887bc9898d34408e8e6
 Size (firefox-59.0.2.tar.bz2) = 304965099 bytes
 SHA1 (patch-aa) = aca3d55271df926da793d7a0543f522d42e67f9d
+SHA1 (patch-browser_app_profile_firefox.js) = 1f9b9959aeffb41465c437a0fd747f265cdea6b4
 SHA1 (patch-build_gyp.mozbuild) = 77e0954a796337b24572674cd1d14d4a5cab8e6e
 SHA1 (patch-build_moz.configure_init.configure) = 5ec8da6b5aad7682a88b010a99e19f5d4403e6db
 SHA1 (patch-build_moz.configure_keyfiles.configure) = 5aeb43299430a7289f114945095ff7bdb723f726

Index: pkgsrc/www/firefox-l10n/MESSAGE
diff -u pkgsrc/www/firefox-l10n/MESSAGE:1.4 pkgsrc/www/firefox-l10n/MESSAGE:1.5
--- pkgsrc/www/firefox-l10n/MESSAGE:1.4 Fri Apr 13 13:13:01 2018
+++ pkgsrc/www/firefox-l10n/MESSAGE     Sat Apr 14 07:05:14 2018
@@ -1,7 +1,11 @@
 ===========================================================================
-$NetBSD: MESSAGE,v 1.4 2018/04/13 13:13:01 ryoon Exp $
+$NetBSD: MESSAGE,v 1.5 2018/04/14 07:05:14 ryoon Exp $
 
-To change the language in Firefox
+To change the language in Firefox automatically
+1) Enable language packs in Tools->Add-ons->Languages
+2) Your Firefox UI reflects your LANG/LC_MESAGE environmental variables.
+
+To specify the language
 1) Enable language packs in Tools->Add-ons->Languages
 2) Navigate to about:config
 3) Add and/or edit intl.locale.requested string property.

Added files:

Index: pkgsrc/www/firefox/patches/patch-browser_app_profile_firefox.js
diff -u /dev/null pkgsrc/www/firefox/patches/patch-browser_app_profile_firefox.js:1.5
--- /dev/null   Sat Apr 14 07:05:14 2018
+++ pkgsrc/www/firefox/patches/patch-browser_app_profile_firefox.js     Sat Apr 14 07:05:14 2018
@@ -0,0 +1,13 @@
+$NetBSD: patch-browser_app_profile_firefox.js,v 1.5 2018/04/14 07:05:14 ryoon Exp $
+
+* Automatically set your UI language from LANG/LC_MESSAGE
+
+--- browser/app/profile/firefox.js.orig        2018-03-22 20:46:41.000000000 +0000
++++ browser/app/profile/firefox.js
+@@ -1757,3 +1757,6 @@ pref("browser.onboarding.updatetour", "p
+ 
+ // Preference that allows individual users to disable Screenshots.
+ pref("extensions.screenshots.disabled", false);
++
++// Select UI locale from LANG/LC_MESSAGE environmental variables
++pref("intl.locale.requested", "");



Home | Main Index | Thread Index | Old Index