]> git.pld-linux.org Git - packages/texlive.git/commitdiff
fix perl syntax error in xindy util
authorJan Rękorajski <baggins@pld-linux.org>
Thu, 7 Dec 2017 08:40:30 +0000 (09:40 +0100)
committerJan Rękorajski <baggins@pld-linux.org>
Thu, 7 Dec 2017 08:40:30 +0000 (09:40 +0100)
perl-syntax.patch [new file with mode: 0644]
texlive.spec

diff --git a/perl-syntax.patch b/perl-syntax.patch
new file mode 100644 (file)
index 0000000..9d5bd15
--- /dev/null
@@ -0,0 +1,11 @@
+--- texlive-20080816-source/utils/xindy/make-rules/inputenc/make-inp-rules.pl~ 2008-03-25 14:01:08.000000000 +0100
++++ texlive-20080816-source/utils/xindy/make-rules/inputenc/make-inp-rules.pl  2017-12-07 09:39:08.699870216 +0100
+@@ -8,7 +8,7 @@
+ while (<STDIN>) {
+-  if (/\\indexentry{(.+)--([8-9a-f][0-9a-f])\}\{1\}/) {
++  if (/\\indexentry\{(.+)--([8-9a-f][0-9a-f])\}\{1\}/) {
+     if (!($1 =~ /inputenc Error/)) {
+       $i = hex($2);
+       $macro = $1;
index d1ec5ca5250e428f8cb4a57da0bd65374066b03b..1064cf67335e4ceba108b4000b0ee72063fb9b75 100644 (file)
@@ -96,6 +96,7 @@ Patch13:      %{name}-system-zzip.patch
 Patch14:       %{name}-system-zlib.patch
 Patch15:       %{name}-xetex-zlib.patch
 Patch16:       cxx11.patch
+Patch17:       perl-syntax.patch
 URL:           http://www.tug.org/texlive/
 BuildRequires: autoconf
 BuildRequires: automake
@@ -6440,6 +6441,7 @@ lzma -dc %{SOURCE0} | tar xf - -C ..
 %patch14 -p1
 %patch15 -p1
 %patch16 -p1
+%patch17 -p1
 
 CURDIR=$(pwd)
 cd utils/xindy/make-rules/alphabets
This page took 0.059806 seconds and 4 git commands to generate.