[84389] trunk/dports/tex/xindy

dports at macports.org dports at macports.org
Sun Sep 25 00:14:28 PDT 2011


Revision: 84389
          http://trac.macports.org/changeset/84389
Author:   dports at macports.org
Date:     2011-09-25 00:14:28 -0700 (Sun, 25 Sep 2011)
Log Message:
-----------
xindy: add patch to fix a build error

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

Added Paths:
-----------
    trunk/dports/tex/xindy/files/patch-make-rules_inputenc_Makefile.am.diff

Modified: trunk/dports/tex/xindy/Portfile
===================================================================
--- trunk/dports/tex/xindy/Portfile	2011-09-25 03:48:18 UTC (rev 84388)
+++ trunk/dports/tex/xindy/Portfile	2011-09-25 07:14:28 UTC (rev 84389)
@@ -34,6 +34,7 @@
                 rmd160  a5d91e0cadb191ff5169a3e7c659d087d4660808
 
 patchfiles      patch-make-rules_alphabets_Makefile.am.diff \
+                patch-make-rules_inputenc_Makefile.am.diff \
                 patch-configure.ac.diff
 
 use_autoreconf  yes

Added: trunk/dports/tex/xindy/files/patch-make-rules_inputenc_Makefile.am.diff
===================================================================
--- trunk/dports/tex/xindy/files/patch-make-rules_inputenc_Makefile.am.diff	                        (rev 0)
+++ trunk/dports/tex/xindy/files/patch-make-rules_inputenc_Makefile.am.diff	2011-09-25 07:14:28 UTC (rev 84389)
@@ -0,0 +1,11 @@
+--- make-rules/inputenc/Makefile.am.orig	2011-09-25 02:53:44.000000000 -0400
++++ make-rules/inputenc/Makefile.am	2011-09-25 02:54:23.000000000 -0400
+@@ -43,7 +43,7 @@
+ latin.xdy : latin1.xdy latin2.xdy latin3.xdy
+ 	echo ';; Generated from latin?.xdy' >latin.xdy
+ 	echo >>latin.xdy
+-	sort -u latin?.xdy | grep -v '^;' >>latin.xdy
++	LC_ALL=C sort -u latin?.xdy | grep -v '^;' >>latin.xdy
+ 
+ %.xdy %.idx :
+ 	$(PERL) $(srcdir)/make-testidx.pl TS1,T2A,T1 $* >$*.tex
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110925/4134354e/attachment-0001.html>


More information about the macports-changes mailing list