Changeset 81a2d06d


Ignore:
Timestamp:
12/29/2018 10:13:59 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, 8.4, 9.0, 9.1, bdubbs/svn, 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:
55a55f1
Parents:
48a5d77
Message:

TeXLive: use slimmed-down patch without the new files for various versions of system poppler. I had intended to commit this three days ago, but obviously forgot.

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

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • introduction/welcome/changelog.xml

    r48a5d77 r81a2d06d  
    4242    </listitem>
    4343-->
     44    <listitem>
     45      <para>December 29th, 2018</para>
     46      <itemizedlist>
     47        <listitem>
     48          <para>[ken] - Slim down the texlive patch by removing the files added
     49          for various versions of system poppler. If the use of system poppler
     50          is reinstated, we can use conventional patches to apply the changes,
     51          instead of adding a file under a new name and then renaming it.</para>
     52        </listitem>
     53      </itemizedlist>
     54    </listitem>
    4455
    4556    <listitem>
  • pst/typesetting/texlive.xml

    r48a5d77 r81a2d06d  
    104104      <listitem>
    105105        <para>Required patch: <ulink
    106         url="&patch-root;/texlive-&texlive-version;-source-upstream_fixes-2.patch"/></para>
     106        url="&patch-root;/texlive-&texlive-version;-source-upstream_fixes-3.patch"/></para>
    107107      </listitem>
    108108    </itemizedlist>
     
    178178<screen><userinput>export TEXARCH=$(uname -m | sed -e 's/i.86/i386/' -e 's/$/-linux/') &amp;&amp;
    179179
    180 patch -Np1 -i ../texlive-&texlive-version;-source-upstream_fixes-2.patch &amp;&amp;
     180patch -Np1 -i ../texlive-&texlive-version;-source-upstream_fixes-3.patch &amp;&amp;
    181181<!--
    182182let MYPOPPLER=$(pkg-config \-\-modversion poppler | cut -d '.' -f2)
     
    277277
    278278    <para>
    279       <command>patch -Np1 -i ../texlive-&texlive-version;-source-upstream_fixes-2.patch</command>:
     279      <command>patch -Np1 -i ../texlive-&texlive-version;-source-upstream_fixes-3.patch</command>:
    280280      various problems have come to light since the shipped source was frozen to
    281281      be committed to DVDs. In particular, a segmentation fault in dvipdfm-x from
Note: See TracChangeset for help on using the changeset viewer.