Changeset 5ac40fda
- Timestamp:
- 02/27/2016 09:58:54 PM (9 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 12.2, 7.10, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gimp3, 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/for-12.3, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/spidermonkey128, xry111/test-20220226, xry111/xf86-video-removal
- Children:
- e85b52e
- Parents:
- 9520945
- Files:
-
- 7 edited
Legend:
- Unmodified
- Added
- Removed
-
general.ent
r9520945 r5ac40fda 1 1 <!-- $LastChangedBy$ $Date$ --> 2 2 3 <!ENTITY day "2 6"> <!-- Always 2 digits -->3 <!ENTITY day "27"> <!-- Always 2 digits --> 4 4 <!ENTITY month "02"> <!-- Always 2 digits --> 5 5 <!ENTITY year "2016"> … … 7 7 <!ENTITY copyholder "The BLFS Development Team"> 8 8 <!ENTITY version "&year;-&month;-&day;"> 9 <!ENTITY releasedate "February 2 6th &year;">9 <!ENTITY releasedate "February 27th &year;"> 10 10 <!ENTITY pubdate "&year;-&month;-&day;"> <!-- metadata req. by TLDP --> 11 11 <!ENTITY blfs-version "svn"> <!-- svn|[release #] --> -
general/prog/perl-modules.xml
r9520945 r5ac40fda 254 254 <xref linkend="perl-standard-install"/>.</para> 255 255 256 &lfs7 8_checked;256 &lfs79_checked; 257 257 258 258 <itemizedlist> … … 318 318 <xref linkend="perl-standard-install"/>.</para> 319 319 320 &lfs7 8_checked;320 &lfs79_checked; 321 321 322 322 <itemizedlist> -
introduction/welcome/changelog.xml
r9520945 r5ac40fda 44 44 45 45 --> 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> 46 56 47 57 <listitem> -
pst/typesetting/asymptote.xml
r9520945 r5ac40fda 36 36 </para> 37 37 38 &lfs7 8_checked;38 &lfs79_checked; 39 39 40 40 <bridgehead renderas="sect3">Package Information</bridgehead> -
pst/typesetting/biber.xml
r9520945 r5ac40fda 41 41 <application>Perl</application>, with full Unicode support.</para> 42 42 43 &lfs7 8_checked;43 &lfs79_checked; 44 44 45 45 <bridgehead renderas="sect3">Package Information</bridgehead> -
pst/typesetting/texlive.xml
r9520945 r5ac40fda 51 51 initialise the new installation will be found.</para> 52 52 53 &lfs7 8_checked;53 &lfs79_checked; 54 54 55 55 <bridgehead renderas="sect3">Package Information</bridgehead> -
pst/typesetting/xindy.xml
r9520945 r5ac40fda 39 39 </para> 40 40 41 &lfs7 8_checked;41 &lfs79_checked; 42 42 43 43 <bridgehead renderas="sect3">Package Information</bridgehead> … … 97 97 98 98 <screen><userinput>export TEXARCH=$(uname -m | sed -e 's/i.86/i386/' -e 's/$/-linux/') && 99 99 sed -i "s/ grep -v '^;'/ awk NF/" make-rules/inputenc/Makefile.in && 100 100 ./configure --prefix=/opt/texlive/&texlive-year; \ 101 101 --bindir=/opt/texlive/&texlive-year;/bin/$TEXARCH \ … … 123 123 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 124 124 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> 125 135 126 136 <para><parameter>--includedir=/usr/include</parameter>:
Note:
See TracChangeset
for help on using the changeset viewer.