Ignore:
Timestamp:
06/30/2016 01:48:30 AM (8 years ago)
Author:
Ken Moffat <ken@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 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:
00ff1df
Parents:
8b50732
Message:

Update texlive to 2016, also update xindy to current source. Various cleanups, in particular the perl modules are now mode 644. Explanations brought into same order as the commands (I hope). Tag asymptote and biber. Any users of asymptote on gcc-6.1 systems should consult the wiki pages for install-tl-unx or asymptote (i.e. if from source) as appropriate. E&OE.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pst/typesetting/xindy.xml

    r8b50732 r5e61060f  
    3939    </para>
    4040
    41     &lfs79_checked;
     41    &lfs79_checked;&gcc6_checked;
    4242
    4343    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    7272          Estimated build time: &xindy-time;
    7373        </para>
     74      </listitem>
     75    </itemizedlist>
     76
     77    <bridgehead renderas="sect3">Required Additional Downloads</bridgehead>
     78    <itemizedlist spacing="compact">
     79      <listitem>
     80        <para>Required patch: <ulink
     81        url="&patch-root;/xindy-&xindy-version;-upstream_fixes-1.patch"/></para>
    7482      </listitem>
    7583    </itemizedlist>
     
    97105
    98106<screen><userinput>export TEXARCH=$(uname -m | sed -e 's/i.86/i386/' -e 's/$/-linux/') &amp;&amp;
     107
    99108sed -i "s/ grep -v '^;'/ awk NF/" make-rules/inputenc/Makefile.in &amp;&amp;
     109
     110patch -Np1 -i ../xindy-&xindy-version;-upstream_fixes-1.patch &amp;&amp;
     111
    100112./configure --prefix=/opt/texlive/&texlive-year;              \
    101113            --bindir=/opt/texlive/&texlive-year;/bin/$TEXARCH \
     
    104116            --libdir=/opt/texlive/&texlive-year;/texmf-dist   \
    105117            --mandir=/opt/texlive/&texlive-year;/texmf-dist/doc/man &amp;&amp;
     118
    106119make LC_ALL=POSIX</userinput></screen>
    107120
     
    120133  <sect2 role="commands">
    121134    <title>Command Explanations</title>
    122 
    123     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    124      href="../../xincludes/tex-prefix.xml"/>
    125135
    126136    <para>
     
    133143      command uses an alternative way of removing blank lines.
    134144    </para>
     145
     146    <para>
     147      <parameter>patch -Np1 -i ../xindy-&xindy-version;-upstream_fixes-1.patch</parameter>:
     148      <application>Xindy</application> is now maintained at CTAN. This patch
     149      updates the source to match what is used for the &texlive-year; texlive
     150      binary version ( but ignoring changes which were only made to allow for
     151      spaces in pathnames).
     152    </para>
     153
     154    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     155     href="../../xincludes/tex-prefix.xml"/>
    135156
    136157    <para><parameter>--includedir=/usr/include</parameter>:
Note: See TracChangeset for help on using the changeset viewer.