[MacPorts] #43669: doxygen +docs: incorrect texlive dependency; should be texlive-latex
MacPorts
noreply at macports.org
Sat May 10 17:27:58 PDT 2014
#43669: doxygen +docs: incorrect texlive dependency; should be texlive-latex
--------------------------+---------------------
Reporter: ryandesign@… | Owner: css@…
Type: defect | Status: new
Priority: Normal | Milestone:
Component: ports | Version: 2.2.1
Keywords: | Port: doxygen
--------------------------+---------------------
doxygen's +docs variant declares a dependency on "`bin:pdflatex:texlive`":
{{{
$ port -v deps doxygen +docs
Full Name: doxygen @1.8.5_3+docs+latex+universal
Build Dependencies: bin:perl:perl5, port:flex, port:bison,
bin:pdflatex:texlive, bin:gs:ghostscript,
port:texlive-latex-extra, path:bin/dot:graphviz,
bin:python2.7:python27
Library Dependencies: port:libpng, port:libiconv
}}}
But the texlive port doesn't provide a `pdflatex` binary; the texlive-
latex port does:
{{{
$ port provides $(which pdflatex)
/opt/local/bin/pdflatex is provided by: texlive-latex
}}}
The "`bin:pdflatex:texlive`" dependency should be changed to
"`bin:pdflatex:texlive-latex`".
Possibly this will help resolve #37604.
--
Ticket URL: <https://trac.macports.org/ticket/43669>
MacPorts <http://www.macports.org/>
Ports system for OS X
More information about the macports-tickets
mailing list