[MacPorts] #20583: misconfiguration of tex4ht.env, not pointing to right directory

MacPorts noreply at macports.org
Thu Aug 6 16:05:16 PDT 2009


#20583: misconfiguration of tex4ht.env, not pointing to right directory
-----------------------------------+----------------------------------------
 Reporter:  tanim.islam@…          |       Owner:  macports-tickets@…                   
     Type:  defect                 |      Status:  new                                  
 Priority:  Normal                 |   Milestone:                                       
Component:  ports                  |     Version:  1.7.1                                
 Keywords:                         |        Port:  texlive                              
-----------------------------------+----------------------------------------
Description changed by macsforever2000@…:

Old description:

> Problem arises in configuration for tex4ht.env, in that right directory
> is not chosen for xtpipes and xttl. Offending lines are:
>
> .4oo java -classpath /opt/local/share/texmf-dist/tex4ht/bin xtpipes -i
> /opt/local/share/texmf-dist/tex4ht/xttl/ -o %%0.4oo %%0.tmp
>
> .4om java -classpath /usr/share/texmf/tex4ht/bin xtpipes -i
> /usr/share/texmf/tex4ht/xttl/ -o %%1.4om %%1.tmp
>
> changing to following:
>
> .4oo java -classpath /opt/local/share/texmf-dist/tex4ht/bin xtpipes -i
> /opt/local/share/texmf-dist/tex4ht/xttl/ -o %%0.4oo %%0.tmp
>
> .4om java -classpath /opt/local/share/texmf-dist/tex4ht/bin xtpipes -i
> /opt/local/share/texmf-dist/tex4ht/xttl/ -o %%1.4om %%1.tmp
>
> Fixes the problem.

New description:

 Problem arises in configuration for tex4ht.env, in that right directory is
 not chosen for xtpipes and xttl. Offending lines are:

 {{{
 .4oo java -classpath /opt/local/share/texmf-dist/tex4ht/bin xtpipes -i
 /opt/local/share/texmf-dist/tex4ht/xttl/ -o %%0.4oo %%0.tmp

 .4om java -classpath /usr/share/texmf/tex4ht/bin xtpipes -i
 /usr/share/texmf/tex4ht/xttl/ -o %%1.4om %%1.tmp
 }}}

 changing to following:

 {{{
 .4oo java -classpath /opt/local/share/texmf-dist/tex4ht/bin xtpipes -i
 /opt/local/share/texmf-dist/tex4ht/xttl/ -o %%0.4oo %%0.tmp

 .4om java -classpath /opt/local/share/texmf-dist/tex4ht/bin xtpipes -i
 /opt/local/share/texmf-dist/tex4ht/xttl/ -o %%1.4om %%1.tmp
 }}}

 Fixes the problem.

--

-- 
Ticket URL: <http://trac.macports.org/ticket/20583#comment:1>
MacPorts <http://www.macports.org/>
Ports system for Mac OS


More information about the macports-tickets mailing list