[32784] trunk/dports/tex/texlive_base

milosh at macports.org milosh at macports.org
Sun Jan 13 03:52:31 PST 2008


Revision: 32784
          http://trac.macosforge.org/projects/macports/changeset/32784
Author:   milosh at macports.org
Date:     2008-01-13 03:52:27 -0800 (Sun, 13 Jan 2008)

Log Message:
-----------
Correct a bug occuring with particular lex installations.
Thanks to Simon Ruderich.

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

Added Paths:
-----------
    trunk/dports/tex/texlive_base/files/patch-texk_web2c_omegafonts_pl_l.diff

Modified: trunk/dports/tex/texlive_base/Portfile
===================================================================
--- trunk/dports/tex/texlive_base/Portfile	2008-01-13 11:24:37 UTC (rev 32783)
+++ trunk/dports/tex/texlive_base/Portfile	2008-01-13 11:52:27 UTC (rev 32784)
@@ -111,4 +111,5 @@
     patch-texk_xdvipdfmx_src_tt_cmap_c\
     patch-utils_dialog_Makefile_in\
     patch-utils_ps2eps_Makefile_in\
-    patch-utils_psutils_Makefile_in
+    patch-utils_psutils_Makefile_in\
+    patch-texk_web2c_omegafonts_pl_l.diff

Added: trunk/dports/tex/texlive_base/files/patch-texk_web2c_omegafonts_pl_l.diff
===================================================================
--- trunk/dports/tex/texlive_base/files/patch-texk_web2c_omegafonts_pl_l.diff	                        (rev 0)
+++ trunk/dports/tex/texlive_base/files/patch-texk_web2c_omegafonts_pl_l.diff	2008-01-13 11:52:27 UTC (rev 32784)
@@ -0,0 +1,14 @@
+--- texk/web2c/omegafonts/pl.l	2008-01-06 14:40:09.000000000 +0100
++++ texk/web2c/omegafonts/pl.l	2008-01-06 14:41:32.000000000 +0100
+@@ -65,9 +65,11 @@
+ 
+ /* For Solaris's lex, to increase tables sizes --RP */
+ /* Space before number keeps ancient flex happy. */
++/* The following causes a failure on Mac OS X.
+ %e 4000
+ %p 7000
+ %n 1000
++*/
+ 
+ ws		[ \t]+
+ hexnumber       H{ws}[A-F0-9]+

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20080113/59c1f30b/attachment-0001.html


More information about the macports-changes mailing list