diff --git a/general.ent b/general.ent index d94783da53..c0fe80ae97 100644 --- a/general.ent +++ b/general.ent @@ -1,12 +1,12 @@ - + - + diff --git a/general/prog/perl-modules.xml b/general/prog/perl-modules.xml index c6da1d8b0e..c254c15004 100644 --- a/general/prog/perl-modules.xml +++ b/general/prog/perl-modules.xml @@ -253,7 +253,7 @@ MD5 sum: &autovivification-md5sum; Numbers. This module and its dependency use the standard . - &lfs78_checked; + &lfs79_checked; @@ -317,7 +317,7 @@ MD5 sum: &Business-ISMN-md5sum; Serial Numbers. This module uses the standard . - &lfs78_checked; + &lfs79_checked; diff --git a/introduction/welcome/changelog.xml b/introduction/welcome/changelog.xml index 4d0712d7af..b4a0cea22e 100644 --- a/introduction/welcome/changelog.xml +++ b/introduction/welcome/changelog.xml @@ -44,6 +44,16 @@ --> + + February 27th, 2016 + + + [ken] - Fix breakage in xindy resulting from grep-2.23. + Fixes #7489. + + + + February 26th, 2016 diff --git a/pst/typesetting/asymptote.xml b/pst/typesetting/asymptote.xml index 0564205b16..60832265d4 100644 --- a/pst/typesetting/asymptote.xml +++ b/pst/typesetting/asymptote.xml @@ -35,7 +35,7 @@ technical drawing. Labels and equations can be typeset with LaTeX. - &lfs78_checked; + &lfs79_checked; Package Information diff --git a/pst/typesetting/biber.xml b/pst/typesetting/biber.xml index 94415ed744..2a34bf7c50 100644 --- a/pst/typesetting/biber.xml +++ b/pst/typesetting/biber.xml @@ -40,7 +40,7 @@ Biber is a BibTeX replacement for users of biblatex, written in Perl, with full Unicode support. - &lfs78_checked; + &lfs79_checked; Package Information diff --git a/pst/typesetting/texlive.xml b/pst/typesetting/texlive.xml index 9a1b7ebadc..25b59ce81b 100644 --- a/pst/typesetting/texlive.xml +++ b/pst/typesetting/texlive.xml @@ -50,7 +50,7 @@ should start at so that the final commands to initialise the new installation will be found. - &lfs78_checked; + &lfs79_checked; Package Information diff --git a/pst/typesetting/xindy.xml b/pst/typesetting/xindy.xml index 9d64431874..8ac3ae70c5 100644 --- a/pst/typesetting/xindy.xml +++ b/pst/typesetting/xindy.xml @@ -38,7 +38,7 @@ generate indexing information. - &lfs78_checked; + &lfs79_checked; Package Information @@ -96,7 +96,7 @@ export TEXARCH=$(uname -m | sed -e 's/i.86/i386/' -e 's/$/-linux/') && - +sed -i "s/ grep -v '^;'/ awk NF/" make-rules/inputenc/Makefile.in && ./configure --prefix=/opt/texlive/&texlive-year; \ --bindir=/opt/texlive/&texlive-year;/bin/$TEXARCH \ --datarootdir=/opt/texlive/&texlive-year; \ @@ -123,6 +123,16 @@ make LC_ALL=POSIX + + sed -i "s/ grep -v '^;'/ awk NF/" ...: The build + sorts files in latin{1..3} encodings to create latin.xdy, and unicode + versions of these to create utf8.xdy after using + grep -v '^;' to remove blank lines. With + grep-2.23 any data not in the expected + encoding is treated as binary, resulting in a useless file. This + command uses an alternative way of removing blank lines. + + --includedir=/usr/include: This parameter ensures that the kpathsea headers from will be found.