Changeset 9bfa685


Ignore:
Timestamp:
11/19/2023 08:38:28 PM (6 months ago)
Author:
Xi Ruoyao <xry111@…>
Branches:
12.1, ken/TL2024, ken/tuningfonts, lazarus, plabs/newcss, python3.11, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, xry111/llvm18
Children:
96e0c171, d80235b
Parents:
3622b852
Message:

mozilla: Adjust comments in mozconfig <screen>s

If a newline is inside the comment, it won't be rendered. So we can
avoid an excessive amount of empty lines in seamonkey, and break the
long comments about RELR into multiple lines.

Location:
xsoft
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • xsoft/graphweb/firefox.xml

    r3622b852 r9bfa685  
    306306# required for compilation on i686.
    307307ac_add_options --disable-debug-symbols
    308 <!-- For Firefox ESR 128 replace the following part with "- -enable-elf-hack=relr", or remove it if relr becomes the default.  -->
     308<!-- With Firefox ESR 128 we'd replace the following part with
     309"- -enable-elf-hack=relr", or remove it if relr becomes the default. -->
    309310# The elf-hack is reported to cause failed installs (after successful builds)
    310311# on some machines. It is supposed to improve startup time and it shrinks
  • xsoft/graphweb/seamonkey.xml

    r3622b852 r9bfa685  
    196196# and uncomment this if you installed alsa-lib instead of PulseAudio
    197197#ac_add_options --enable-alsa
    198 
    199198<!--
    200199# Comment out following option if you have gconf installed
    201200ac_add_options - -disable-gconf
    202 -->
    203 <!-- comments cause a blank line, following was for icu in the past
    204      seems OK with icu-60, seamonkey-2.49
    205      line below was with comment and explanation
     201
     202following was for icu in the past seems OK with icu-60, seamonkey-2.49
     203line below was with comment and explanation
    206204# Use the internal version of icu due to execution problems-->
    207205# Comment out following options if you have not installed
     
    217215# required for compilation on i686.
    218216ac_add_options --disable-debug-symbols
    219 <!-- With Firefox ESR 128 we'd replace the following part with "- -enable-elf-hack=relr", or remove it if relr becomes the default.  But I've no idea if SeaMonkey will have this change backported.  -->
     217<!-- With Firefox ESR 128 we'd replace the following part with
     218"- -enable-elf-hack=relr", or remove it if relr becomes the default.
     219But I've no idea if SeaMonkey will have this change backported.  -->
    220220# The elf-hack is reported to cause failed installs (after successful builds)
    221221# on some machines. It is supposed to improve startup time and it shrinks
  • xsoft/other/thunderbird.xml

    r3622b852 r9bfa685  
    207207ac_add_options --with-system-nss
    208208ac_add_options --with-system-webp
    209 <!-- For Thunderbird ESR 128 replace the following part with "- -enable-elf-hack=relr", or remove it if relr becomes the default.  -->
    210 # The elf-hack is reported to cause failed installs (after successful builds)
     209<!-- With Thunderbird ESR 128 we'd replace the following part with
     210"- -enable-elf-hack=relr", or remove it if relr becomes the default. -->
    211211# on some machines. It is supposed to improve startup time and it shrinks
    212212# libxul.so by a few MB.  With recent Binutils releases the linker already
Note: See TracChangeset for help on using the changeset viewer.