Changeset 5ac40fda


Ignore:
Timestamp:
02/27/2016 09:58:54 PM (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, 7.9, 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:
e85b52e
Parents:
9520945
Message:

Fix xindy, tag tex source packages.

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

Files:
7 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    r9520945 r5ac40fda  
    11<!-- $LastChangedBy$ $Date$ -->
    22
    3 <!ENTITY day          "26">                   <!-- Always 2 digits -->
     3<!ENTITY day          "27">                   <!-- Always 2 digits -->
    44<!ENTITY month        "02">                   <!-- Always 2 digits -->
    55<!ENTITY year         "2016">
     
    77<!ENTITY copyholder   "The BLFS Development Team">
    88<!ENTITY version      "&year;-&month;-&day;">
    9 <!ENTITY releasedate  "February 26th &year;">
     9<!ENTITY releasedate  "February 27th &year;">
    1010<!ENTITY pubdate      "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
    1111<!ENTITY blfs-version "svn">                  <!-- svn|[release #] -->
  • general/prog/perl-modules.xml

    r9520945 r5ac40fda  
    254254    <xref linkend="perl-standard-install"/>.</para>
    255255
    256     &lfs78_checked;
     256    &lfs79_checked;
    257257
    258258    <itemizedlist>
     
    318318    <xref linkend="perl-standard-install"/>.</para>
    319319
    320     &lfs78_checked;
     320    &lfs79_checked;
    321321
    322322    <itemizedlist>
  • introduction/welcome/changelog.xml

    r9520945 r5ac40fda  
    4444
    4545-->
     46
     47    <listitem>
     48      <para>February 27th, 2016</para>
     49      <itemizedlist>
     50        <listitem>
     51          <para>[ken] - Fix breakage in xindy resulting from grep-2.23.
     52          Fixes <ulink url="&blfs-ticket-root;7489">#7489</ulink>.</para>
     53        </listitem>
     54      </itemizedlist>
     55    </listitem>
    4656
    4757    <listitem>
  • pst/typesetting/asymptote.xml

    r9520945 r5ac40fda  
    3636    </para>
    3737
    38     &lfs78_checked;
     38    &lfs79_checked;
    3939
    4040    <bridgehead renderas="sect3">Package Information</bridgehead>
  • pst/typesetting/biber.xml

    r9520945 r5ac40fda  
    4141    <application>Perl</application>, with full Unicode support.</para>
    4242
    43     &lfs78_checked;
     43    &lfs79_checked;
    4444
    4545    <bridgehead renderas="sect3">Package Information</bridgehead>
  • pst/typesetting/texlive.xml

    r9520945 r5ac40fda  
    5151    initialise the new installation will be found.</para>
    5252
    53     &lfs78_checked;
     53    &lfs79_checked;
    5454
    5555    <bridgehead renderas="sect3">Package Information</bridgehead>
  • pst/typesetting/xindy.xml

    r9520945 r5ac40fda  
    3939    </para>
    4040
    41     &lfs78_checked;
     41    &lfs79_checked;
    4242
    4343    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    9797
    9898<screen><userinput>export TEXARCH=$(uname -m | sed -e 's/i.86/i386/' -e 's/$/-linux/') &amp;&amp;
    99 
     99sed -i "s/ grep -v '^;'/ awk NF/" make-rules/inputenc/Makefile.in &amp;&amp;
    100100./configure --prefix=/opt/texlive/&texlive-year;              \
    101101            --bindir=/opt/texlive/&texlive-year;/bin/$TEXARCH \
     
    123123    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    124124     href="../../xincludes/tex-prefix.xml"/>
     125
     126    <para>
     127      <parameter>sed -i "s/ grep -v '^;'/ awk NF/" ...</parameter>: The build
     128      sorts files in latin{1..3} encodings to create latin.xdy, and unicode
     129      versions of these to create utf8.xdy after using
     130      <command>grep -v '^;'</command> to remove blank lines. With
     131      <application>grep-2.23</application> any data not in the expected
     132      encoding is treated as binary, resulting in a useless file. This
     133      command uses an alternative way of removing blank lines.
     134    </para>
    125135
    126136    <para><parameter>--includedir=/usr/include</parameter>:
Note: See TracChangeset for help on using the changeset viewer.