Ignore:
Timestamp:
11/18/2016 03:37:12 PM (7 years ago)
Author:
Pierre Labastie <pieere@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
36aeaf9a
Parents:
fee6d3f4
Message:

Revert to ICU-58.1, with patch
PHP-7.0.13
mercurial-4.0
iso-codes-3.71

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@17978 af4574ff-66df-0310-9fd7-8a98e5e911e0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/genlib/icu.xml

    rfee6d3f4 r17f72f6  
    88           "http://download.icu-project.org/files/icu4c/&icu-version;/icu4c-&icu-dl-version;-src.tgz">
    99  <!ENTITY icu-download-ftp  " ">
    10   <!ENTITY icu-md5sum        "976734806026a4ef8bdd17937c8898b9">
    11   <!ENTITY icu-size          "21 MB">
    12   <!ENTITY icu-buildsize     "302 MB (additional 67 MB for the tests)">
    13   <!ENTITY icu-time          "1.5 SBU (additional 1.9 SBU for the tests)">
     10  <!ENTITY icu-md5sum        "1901302aaff1c1633ef81862663d2917">
     11  <!ENTITY icu-size          "22 MB">
     12  <!ENTITY icu-buildsize     "292 MB (additional 32 MB for the tests)">
     13  <!ENTITY icu-time          "2.1 SBU (additional 1.8 SBU for the tests)">
    1414]>
    1515
     
    7575    </itemizedlist>
    7676
     77    <bridgehead renderas="sect3">Additional Downloads</bridgehead>
     78    <itemizedlist spacing="compact">
     79      <listitem>
     80        <para>
     81          Required patch:
     82          <ulink url="&patch-root;/icu4c-&icu-version;-fix_enumeration-1.patch"/>
     83        </para>
     84      </listitem>
     85    </itemizedlist>
     86
    7787    <bridgehead renderas="sect3">ICU Dependencies</bridgehead>
    7888
     
    90100  <sect2 role="installation">
    91101    <title>Installation of ICU</title>
     102
     103    <para>
     104      First, fix a regression in version 58.1:
     105    </para>
     106
     107<screen><userinput>patch -p1 -i ../icu4c-&icu-version;-fix_enumeration-1.patch</userinput></screen>
    92108
    93109    <para>
Note: See TracChangeset for help on using the changeset viewer.