[121687] trunk/dports/tex/xindy

dports at macports.org dports at macports.org
Fri Jul 4 00:29:22 PDT 2014


Revision: 121687
          https://trac.macports.org/changeset/121687
Author:   dports at macports.org
Date:     2014-07-04 00:29:21 -0700 (Fri, 04 Jul 2014)
Log Message:
-----------
xindy: add patch from TeX Live 2014 to fix build error with new
version of LaTeX2e

Modified Paths:
--------------
    trunk/dports/tex/xindy/Portfile

Added Paths:
-----------
    trunk/dports/tex/xindy/files/
    trunk/dports/tex/xindy/files/patch-new_LaTeX2e

Modified: trunk/dports/tex/xindy/Portfile
===================================================================
--- trunk/dports/tex/xindy/Portfile	2014-07-04 07:26:26 UTC (rev 121686)
+++ trunk/dports/tex/xindy/Portfile	2014-07-04 07:29:21 UTC (rev 121687)
@@ -32,6 +32,8 @@
 checksums       rmd160  ac499a24496821fde46c9c13d7e396862328bd40 \
                 sha256  b8854252180921b74e1d32cbce6cdef8d0a1db1549d369b8e43daa12fe44928d
 
+patchfiles      patch-new_LaTeX2e
+
 configure.args  --disable-docs
 
 build.env       LANG=C

Added: trunk/dports/tex/xindy/files/patch-new_LaTeX2e
===================================================================
--- trunk/dports/tex/xindy/files/patch-new_LaTeX2e	                        (rev 0)
+++ trunk/dports/tex/xindy/files/patch-new_LaTeX2e	2014-07-04 07:29:21 UTC (rev 121687)
@@ -0,0 +1,13 @@
+# Patch from TeXLive 2014
+diff -ur -N -x Makefile.in -x autom4te.cache xindy-2.5.0.orig/make-rules/inputenc/make-inp-rules.pl xindy-2.5.0/make-rules/inputenc/make-inp-rules.pl
+--- make-rules/inputenc/make-inp-rules.pl	2002-03-29 19:34:49.000000000 +0100
++++ make-rules/inputenc/make-inp-rules.pl	2014-05-12 10:05:16.000000000 +0200
+@@ -9,7 +9,7 @@
+ 
+ while (<STDIN>) {
+   if (/\\indexentry{(.+)--([8-9a-f][0-9a-f])\}\{1\}/) {
+-    if (!($1 =~ /inputenc Error/)) {
++    if (!($1 =~ /inputenc Error|\@inpenc\@undefined/)) {
+       $i = hex($2);
+       $macro = $1;
+       $macro =~ s/\~/~~/g;
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140704/13ddf148/attachment.html>


More information about the macports-changes mailing list