[55450] trunk/dports/tex/texlive_texmf-full

ryandesign at macports.org ryandesign at macports.org
Mon Aug 10 16:42:41 PDT 2009


Revision: 55450
          http://trac.macports.org/changeset/55450
Author:   ryandesign at macports.org
Date:     2009-08-10 16:42:41 -0700 (Mon, 10 Aug 2009)
Log Message:
-----------
texlive_texmf-full: fix paths in tex4ht.env; closes #20583

Modified Paths:
--------------
    trunk/dports/tex/texlive_texmf-full/Portfile

Added Paths:
-----------
    trunk/dports/tex/texlive_texmf-full/files/
    trunk/dports/tex/texlive_texmf-full/files/patch-tex4ht.env.diff

Modified: trunk/dports/tex/texlive_texmf-full/Portfile
===================================================================
--- trunk/dports/tex/texlive_texmf-full/Portfile	2009-08-10 23:12:26 UTC (rev 55449)
+++ trunk/dports/tex/texlive_texmf-full/Portfile	2009-08-10 23:42:41 UTC (rev 55450)
@@ -4,7 +4,7 @@
 
 name           texlive_texmf-full
 version        2007
-revision       3
+revision       4
 set     rev    g0
 categories     tex
 maintainers    nomaintainer
@@ -28,6 +28,11 @@
 checksums      md5 7b766f57548b0e4f4c1fed0fbc8ff25f \
                sha1 c605bfc3db806d603c408891e73bd56d3a9afbac
 
+patchfiles     patch-tex4ht.env.diff
+post-patch  {
+         reinplace s|@PREFIX@|${prefix}|g ${worksrcpath}/texmf-dist/tex4ht/base/unix/tex4ht.env
+}
+
 use_configure  no
 build       {
          delete ${worksrcpath}/texmf/doc/man

Added: trunk/dports/tex/texlive_texmf-full/files/patch-tex4ht.env.diff
===================================================================
--- trunk/dports/tex/texlive_texmf-full/files/patch-tex4ht.env.diff	                        (rev 0)
+++ trunk/dports/tex/texlive_texmf-full/files/patch-tex4ht.env.diff	2009-08-10 23:42:41 UTC (rev 55450)
@@ -0,0 +1,14 @@
+--- texmf-dist/tex4ht/base/unix/tex4ht.env.orig	2007-09-07 09:52:42.000000000 -0500
++++ texmf-dist/tex4ht/base/unix/tex4ht.env	2009-08-10 17:55:58.000000000 -0500
+@@ -222,9 +222,9 @@
+  %
+ <ooxtpipes>
+ .4oo mv %%0.4oo %%0.tmp
+-.4oo java -classpath /usr/share/texmf/tex4ht/bin xtpipes -i /usr/share/texmf/tex4ht/xttl/ -o %%0.4oo %%0.tmp
++.4oo java -classpath @PREFIX@/share/texmf-dist/tex4ht/bin xtpipes -i @PREFIX@/share/texmf-dist/tex4ht/xttl/ -o %%0.4oo %%0.tmp
+ .4om mv %%1.4om %%1.tmp
+-.4om java -classpath /usr/share/texmf/tex4ht/bin xtpipes -i /usr/share/texmf/tex4ht/xttl/ -o %%1.4om %%1.tmp
++.4om java -classpath @PREFIX@/share/texmf-dist/tex4ht/bin xtpipes -i @PREFIX@/share/texmf-dist/tex4ht/xttl/ -o %%1.4om %%1.tmp
+ </ooxtpipes>
+ %
+ <oo>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090810/c4bfdc4b/attachment-0001.html>


More information about the macports-changes mailing list