This diff gets rid of the following line in ~/.xsession-error Fontconfig warning: line 145: blank doesn't take any effect anymore. please remove it from your fonts.conf
The following diff is build and run tested. This diff of course serves no critical purpose but since a previous patch already exist, I guess this can be appended. Index: browser/patches/patch-tor-browser_en-US_Browser_TorBrowser_Data_fontconfig_fonts_conf =================================================================== RCS file: /cvs/ports/www/tor-browser/browser/patches/patch-tor-browser_en-US_Browser_TorBrowser_Data_fontconfig_fonts_conf,v retrieving revision 1.1 diff -u -p -r1.1 patch-tor-browser_en-US_Browser_TorBrowser_Data_fontconfig_fonts_conf --- browser/patches/patch-tor-browser_en-US_Browser_TorBrowser_Data_fontconfig_fonts_conf 13 Apr 2020 16:25:42 -0000 1.1 +++ browser/patches/patch-tor-browser_en-US_Browser_TorBrowser_Data_fontconfig_fonts_conf 23 Jun 2020 17:17:38 -0000 @@ -14,3 +14,21 @@ Index: tor-browser_en-US/Browser/TorBrow <!-- Accept deprecated 'mono' alias, replacing it with 'monospace' +@@ -82,7 +82,7 @@ PERFORMANCE OF THIS SOFTWARE. + in fonts. All other blank chars are assumed to be broken and + won't appear in the resulting charsets + --> +- <blank> ++ + <int>0x0020</int> <!-- SPACE --> + <int>0x00A0</int> <!-- NO-BREAK SPACE --> + <int>0x00AD</int> <!-- SOFT HYPHEN --> +@@ -142,7 +142,7 @@ PERFORMANCE OF THIS SOFTWARE. + <int>0xFFF9</int> <!-- INTERLINEAR ANNOTATION ANCHOR --> + <int>0xFFFA</int> <!-- INTERLINEAR ANNOTATION SEPARATOR --> + <int>0xFFFB</int> <!-- INTERLINEAR ANNOTATION TERMINATOR --> +- </blank> ++ + <!-- + Rescan configuration every 30 seconds when FcFontSetList is called + -->
diff
Description: Binary data