Changeset 8a71122 for xsoft/graphweb


Ignore:
Timestamp:
02/14/2023 01:16:04 AM (16 months ago)
Author:
Douglas R. Reno <renodr@…>
Branches:
11.3, 12.0, 12.1, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, plabs/newcss, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, xry111/llvm18, xry111/xf86-video-removal
Children:
ba7d117
Parents:
b1c55f00
Message:

Update to seamonkey-2.53.15

File:
1 edited

Legend:

Unmodified
Added
Removed
  • xsoft/graphweb/seamonkey.xml

    rb1c55f00 r8a71122  
    77  <!ENTITY seamonkey-download-http "&mozilla-http;/seamonkey/releases/&seamonkey-version;/source/seamonkey-&seamonkey-version;.source.tar.xz">
    88  <!ENTITY seamonkey-download-ftp  " ">
    9   <!ENTITY seamonkey-md5sum        "a179b07515ba05d33d111ee89fe2dbe5">
    10   <!ENTITY seamonkey-size          "244 MB">
    11   <!ENTITY seamonkey-buildsize     "3.0 GB (159 MB installed)">
     9  <!ENTITY seamonkey-md5sum        "d04916f10d082a503af9a309184365dd">
     10  <!ENTITY seamonkey-size          "249 MB">
     11  <!ENTITY seamonkey-buildsize     "3.2 GB (159 MB installed)">
    1212  <!ENTITY seamonkey-time          "11 SBU (with parallelism=4)">
    1313]>
     
    139139    <para role="optional">
    140140      <xref linkend="alsa-lib"/>,
    141       <xref linkend="curl"/>,
     141      <!--<xref linkend="curl"/>,-->
    142142      <xref linkend="dbus-glib"/>,
    143       <xref linkend="doxygen"/>,
     143      <!--<xref linkend="doxygen"/>,-->
    144144      <xref linkend="GConf"/>,
    145       <xref linkend="gst10-plugins-base"/> (and other plugins, only for tests),
     145      <!--<xref linkend="gst10-plugins-base"/> (and other plugins, only for tests),-->
    146146      <!--<xref linkend="openjdk"/>, Not seen in logs -->
    147147      <xref linkend="startup-notification"/>,
     
    274274<screen><userinput>grep -rl \"rU\" | xargs sed -i 's/"rU"/"r"/'</userinput></screen>
    275275
     276<!-- Causes issues since xpidl is python2 in Seamonkey
    276277    <para>
    277278      Then fix an issue with regular expressions in python-3.11:
     
    282283    -e '/?s)%/{s/?s)/?s:/;s/?"/?)"/}' \
    283284    -i xpcom/idl-parser/xpidl/xpidl.py</userinput></screen>
     285-->
     286
     287    <para>
     288      Next, work around a problem in the Python virtual environment:
     289    </para>
     290
     291<screen><userinput>sed -i "/if sys.executable !=/i\ open(join(bin_dir, 'pyvenv.cfg'), 'w').close()" \
     292    third_party/python/virtualenv/virtualenv.py</userinput></screen>
    284293
    285294    <para>
     
    288297    </para>
    289298
    290 <screen><userinput>export CC=clang CXX=clang++ &amp;&amp;
    291 ./mach configure           &amp;&amp;
     299<screen><userinput>export CC=clang CXX=clang++          &amp;&amp;
     300./mach configure || ./mach configure &amp;&amp;
    292301./mach build</userinput></screen>
    293302
     
    333342
    334343    <para>
    335       <command>./mach configure</command>: This validates the supplied
    336       dependencies and the <filename>mozconfig</filename>.
     344      <command>./mach configure || ./mach configure</command>: This validates
     345      the supplied dependencies and the <filename>mozconfig</filename>.
     346      This is run twice because problems with mach will cause it to fail the
     347      first time.
    337348    </para>
    338349
Note: See TracChangeset for help on using the changeset viewer.