Changeset e819e4f for pst


Ignore:
Timestamp:
08/21/2019 11:14:35 PM (5 years ago)
Author:
Ken Moffat <ken@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 9.0, 9.1, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, 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:
dcf00ee1
Parents:
15f411e
Message:

biber-2.13 with biblatex-3.13 and IO::String-1.08.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pst/typesetting/biber.xml

    r15f411e re819e4f  
    77  <!ENTITY biber-download-http "https://github.com/plk/biber/archive/v&biber-version;.tar.gz">
    88  <!ENTITY biber-download-ftp  " ">
    9   <!ENTITY biber-md5sum        "2bbaffa7af5fedbcede60cfeaf56cd7c">
    10   <!ENTITY biber-size          "1.3 MB">
     9  <!ENTITY biber-md5sum        "8dcae7e64f63d0b2833acd5b14114e86">
     10  <!ENTITY biber-size          "1.4 MB">
    1111  <!-- buildsize includes the installed biblatex -->
    12   <!ENTITY biber-buildsize     "36 MB">
    13   <!ENTITY biber-time          "0.4 SBU including tests">
     12  <!ENTITY biber-buildsize     "37 MB">
     13  <!ENTITY biber-time          "0.5 SBU including tests">
    1414
    1515  <!-- Check path.  Directory might not be &biblatex-version; if a suffixed update -->
    1616  <!ENTITY biblatex-download-http   "http://sourceforge.net/projects/biblatex/files/biblatex-&biblatex-version;/biblatex-&biblatex-version;.tds.tgz">
    1717  <!ENTITY biblatex-download-ftp    "">
    18   <!ENTITY biblatex-md5sum          "b15453a9b9aa7df55e0a9f82a50c8ffa">
    19   <!ENTITY biblatex-size            "19 MB">
     18  <!ENTITY biblatex-md5sum          "f489d7c625852cacbac27381029848f5">
     19  <!ENTITY biblatex-size            "20 MB">
    2020
    2121]>
     
    4141    <application>Perl</application>, with full Unicode support.</para>
    4242
    43     &lfs84_checked;
     43    &lfs90_checked;
    4444
    4545    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    103103      <listitem>
    104104        <para>Download size: &biblatex-size;</para>
    105       </listitem>
    106       <listitem>
    107         <para>
    108           Patch to make the tests work correctly with perl-5.30.0.
    109           <ulink url="&patch-root;/biber-&biber-version;-upstream_fixes-1.patch"/>
    110         </para>
    111105      </listitem>
    112106    </itemizedlist>
     
    131125      <xref linkend="perl-encode-jis2k"/>
    132126      <xref linkend="perl-file-slurper"/>
     127      <xref linkend="perl-io-string"/>
    133128      <!-- IPC::Cmd is a part of core perl -->
    134129      <xref linkend="perl-ipc-run3"/>
     
    169164    </para>
    170165
    171     <note> <!-- assume people with an old release may be slowly building things -->
    172       <para>
    173         If you are using perl 5.26 or 5.28, please omit the patch (or follow the
    174         instructions in the BLFS-8.4 book for this package).</para>
    175     </note>
    176 
    177166    <bridgehead renderas="sect4">Recommended (required for the testsuite)</bridgehead>
    178167    <para role="recommended">
     
    202191    commands:</para>
    203192
    204 <screen><userinput>patch -Np1 -i ../biber-&biber-version;-upstream_fixes-1.patch &amp;&amp;
    205 perl ./Build.PL &amp;&amp;
     193<screen><userinput>perl ./Build.PL &amp;&amp;
    206194./Build</userinput></screen>
    207195
     
    218206  <sect2 role="commands">
    219207    <title>Command Explanations</title>
    220 
    221     <para>
    222       <command>patch -Np1 -i ../biber-&biber-version;-upstream_fixes-1.patch</command>:
    223       Perl version 5.30.0 shipped a new version of core module Unicode::Collate which
    224       changed sortinit hashes. That broke many tests, the patch fixes them.
    225     </para>
    226208
    227209    <para>
Note: See TracChangeset for help on using the changeset viewer.