Changeset 5a39c5a for xsoft


Ignore:
Timestamp:
05/09/2023 07:10:45 PM (13 months ago)
Author:
Ken Moffat <ken@…>
Branches:
12.0, 12.1, kea, ken/TL2024, ken/tuningfonts, lazarus, lxqt, plabs/newcss, python3.11, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, xry111/llvm18, xry111/xf86-video-removal
Children:
516e46e3
Parents:
973598a
Message:

Package Updates:

firefox-102.11.0,
js-102.11.0.

Use a common entity for firefox-size.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • xsoft/graphweb/firefox.xml

    r973598a r5a39c5a  
    88  <!ENTITY firefox-download-ftp  " ">
    99  <!ENTITY firefox-md5sum        "&firefox-md5;">
    10   <!ENTITY firefox-size          "457 MB">
     10  <!ENTITY firefox-size          "&firefox-size;">
    1111  <!-- NB with stylo, much of the build uses rust, and therefore cargo files.
    1212    But the extra cached cargo files, if any, seem to be minimal -->
    13   <!ENTITY firefox-buildsize     "6.9 GB (199 MB installed) without tests">
     13  <!ENTITY firefox-buildsize     "7.0 GB (199 MB installed) without tests">
    1414  <!-- editors: with ff63 and rust-1.29, ./mach build -j4 is probably the
    1515   most practical way to get a timing on a machine with more cores, if taking
     
    353353
    354354    </note>
    355     <!-- Fixed in 102.8
    356     <para>
    357       First remove an obsolete flag in python code, that has been removed
    358       in python-3.11:
    359     </para>
    360 
    361 <screen><userinput>grep -rl \"rU\" | xargs sed -i 's/"rU"/"r"/'</userinput></screen>
    362 
    363     <para>
    364       Then fix an issue with regular expressions in python-3.11:
    365     </para>
    366 
    367 <screen><userinput>sed -e 's/?s)\./?s:.)/'               \
    368     -e '/?m)/{s/?m)/?m:/;s/\$"/$)"/}' \
    369     -e '/?s)%/{s/?s)/?s:/;s/?"/?)"/}' \
    370     -i xpcom/idl-parser/xpidl/xpidl.py</userinput></screen>
    371 -->
     355    <para>
     356      First ensure that some headers moved out of the C++ standard library in
     357      GCC-13 are included:
     358    </para>
     359
     360<screen><userinput>sed -e '/#include &lt;cmath&gt;/a#include &lt;cstdint&gt;' -i gfx/2d/Rect.h
     361sed -e '/#include &lt;string&gt;/a#include &lt;cstdint&gt;' \
     362 -i dom/media/webrtc/sdp/RsdparsaSdpGlue.cpp
     363sed -e '/#include &lt;cstdlib&gt;/a#include &lt;cstdint&gt;' \
     364 -i toolkit/components/telemetry/pingsender/pingsender.cpp
     365</userinput></screen>
    372366
    373367    <para>
Note: See TracChangeset for help on using the changeset viewer.