Changeset 4107ac91


Ignore:
Timestamp:
06/13/2017 11:31:42 PM (7 years ago)
Author:
Ken Moffat <ken@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 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, 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:
f20741cb
Parents:
75da3e08
Message:

More patches for texlive.

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

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • introduction/welcome/changelog.xml

    r75da3e08 r4107ac91  
    4646      <itemizedlist>
    4747        <listitem>
     48          <para>[ken] - More upstream patches in texlive, for source
     49          (another fix for luatex) and also for texmf (for babel). Fixes
     50          <ulink url="&blfs-ticket-root;9353">#9353</ulink>.</para>
     51        </listitem>
     52        <listitem>
    4853          <para>[ken] - Add sed in xindy to correct unescaped left
    4954          brace in a perl regexp (required for perl-5.26.0).  Fixes
  • pst/typesetting/texlive.xml

    r75da3e08 r4107ac91  
    109109      <listitem>
    110110        <para>Required patch: <ulink
    111         url="&patch-root;/texlive-&texlive-version;-source-upstream_fixes-1.patch"/></para>
     111        url="&patch-root;/texlive-&texlive-version;-source-upstream_fixes-2.patch"/></para>
     112      </listitem>
     113      <listitem>
     114        <para>Required patch: <ulink
     115        url="&patch-root;/texlive-&texlive-version;-texmf-upstream_fixes-1.patch"/></para>
    112116      </listitem>
    113117    </itemizedlist>
     
    175179
    176180patch -Np1 -i ../texlive-&texlive-version;-source-gcc7-1.patch           &amp;&amp;
    177 patch -Np1 -i ../texlive-&texlive-version;-source-upstream_fixes-1.patch &amp;&amp;
     181patch -Np1 -i ../texlive-&texlive-version;-source-upstream_fixes-2.patch &amp;&amp;
    178182
    179183mkdir texlive-build &amp;&amp;
     
    233237    <systemitem class="username">root</systemitem> user:</para>
    234238
    235 <screen role="root"><userinput>tar -xf ../../texlive-&texmf-version;-texmf.tar.xz -C /opt/texlive/&texlive-year; --strip-components=1</userinput></screen>
    236 <!-- commented until the next time texmf needs to be patched
     239<!-- if texmf does not need to be patched, remove &amp;&amp; from first line,
     240 close userinput, screen, comment pushd, patch, popd -->
     241<screen role="root"><userinput>tar -xf ../../texlive-&texmf-version;-texmf.tar.xz -C /opt/texlive/&texlive-year; --strip-components=1 &amp;&amp;
    237242pushd /opt/texlive/&texlive-year; &amp;&amp;
    238243patch -Np1 -i /sources/texlive-&texlive-version;-texmf-upstream_fixes-1.patch &amp;&amp;
    239 popd
    240 </userinput></screen> -->
     244popd</userinput></screen>
    241245
    242246    <para>Still as the <systemitem class="username">root</systemitem> user,
     
    301305    <para>
    302306      <command>patch -Np1 -i /sources/texlive-&texlive-version;-texmf...</command>:
    303       This fixes various problems in epstopdf which were found after the source
    304       was released and are included in the binary installer.  Because this is
     307      This fixes various problems with the UKenglish and USenglish variants of
     308      babel which were found after the source was released are included in the
     309      binary installer.  Because this is
    305310      applied to the installated texmf (to minimise disk space) it is necessary
    306311      to point to /sources instead of using  ../
Note: See TracChangeset for help on using the changeset viewer.