[96074] trunk/dports/tex/texlive-htmlxml/Portfile

ryandesign at macports.org ryandesign at macports.org
Mon Jul 30 15:38:36 PDT 2012


Revision: 96074
          https://trac.macports.org/changeset/96074
Author:   ryandesign at macports.org
Date:     2012-07-30 15:38:32 -0700 (Mon, 30 Jul 2012)
Log Message:
-----------
texlive-htmlxml: fix "reinplace: sed: RE error: illegal byte sequence" on Mountain Lion (#35317; maintainer timeout)

Modified Paths:
--------------
    trunk/dports/tex/texlive-htmlxml/Portfile

Modified: trunk/dports/tex/texlive-htmlxml/Portfile
===================================================================
--- trunk/dports/tex/texlive-htmlxml/Portfile	2012-07-30 21:51:57 UTC (rev 96073)
+++ trunk/dports/tex/texlive-htmlxml/Portfile	2012-07-30 22:38:32 UTC (rev 96074)
@@ -52,7 +52,7 @@
     reinplace "s|%%~/texmf-dist|${texlive_texmfdist}|g" ${worksrcpath}/runfiles/texmf-dist/tex4ht/base/unix/tex4ht.env
 
     # See #30270
-    reinplace "s|\\Needs\{\"xhtex|\\Needs\{\"mk4ht xhtex|g" ${worksrcpath}/runfiles/texmf-dist/tex/generic/tex4ht/html4.4ht
+    reinplace -locale C "s|\\Needs\{\"xhtex|\\Needs\{\"mk4ht xhtex|g" ${worksrcpath}/runfiles/texmf-dist/tex/generic/tex4ht/html4.4ht
 }
 
 texlive.texmfport
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120730/349741c1/attachment.html>


More information about the macports-changes mailing list