[MacPorts] #25774: doxygen-1.6.3 fails to build its docs

MacPorts noreply at macports.org
Sun Jul 25 14:46:55 PDT 2010


#25774: doxygen-1.6.3 fails to build its docs
---------------------------------------+------------------------------------
  Reporter:  daniel.hornung@…          |       Owner:  css@…           
      Type:  defect                    |      Status:  reopened        
  Priority:  Normal                    |   Milestone:                  
 Component:  ports                     |     Version:  1.9.1           
Resolution:                            |    Keywords:                  
      Port:  doxygen texlive pTeX      |  
---------------------------------------+------------------------------------
Changes (by takanori@…):

 * cc: dports@… (added)
  * status:  closed => reopened
  * resolution:  fixed =>
  * port:  doxygen => doxygen texlive pTeX


Comment:

 After the changes in r69976, 'doxygen +doc' fails to build with pTeX.

 pTeX is a Japanese TeX distribution based on teTeX, and it contains
 tocloft.sty, so I tried to change the doxygen's dependency declaration
 like the following to allow building 'doxygen +doc' with not only TeXLive
 but also pTeX.

 {{{
   from
     port:texlive-latex-extra
   to
     path:${prefix}/share/texmf-dist/tex/latex/tocloft/tocloft.sty:texlive-
 latex-extra
 }}}

 But it didn't work as expected, because the recent MacPorts' TeXLive
 installs its macro files into 'texmf-texlive-dist' directory,
 not 'texmf-dist' directory.

 {{{
   pTeX:
   $ kpsewhich tocloft.sty
   /opt/local/share/texmf-dist/tex/latex/tocloft/tocloft.sty

   TeXLive:
   $ kpsewhich tocloft.sty
   /opt/local/share/texmf-texlive-dist/tex/latex/tocloft/tocloft.sty
                          ^^^^^^^^
 }}}

 Is there any smart way to solve this problem? Thanks in advance.

 p.s.

 Please not that this is not just a problem between TeXLive and pTeX.
 When port:MacTeX (or something) is released, the same problem will occur
 between TeXLive and MacTeX (or something).

 In my current opinion, TeXLive should be reverted to use texmf-dist,
 not to use texmf-texlive-dist.

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


More information about the macports-tickets mailing list