Opened 11 years ago
Closed 10 years ago
#43669 closed defect (fixed)
doxygen +docs: incorrect texlive dependency; should be texlive-latex
Reported by: | ryandesign (Ryan Carsten Schmidt) | Owned by: | cssdev |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 2.2.1 |
Keywords: | Cc: | cooljeanius (Eric Gallager) | |
Port: | doxygen |
Description
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.
Change History (2)
comment:1 Changed 11 years ago by cooljeanius (Eric Gallager)
Cc: | egall@… added |
---|
comment:2 Changed 10 years ago by ryandesign (Ryan Carsten Schmidt)
Resolution: | → fixed |
---|---|
Status: | new → closed |
r120417 (maintainer timeout)
Note: See
TracTickets for help on using
tickets.
Cc Me!