[MacPorts] #30988: doxygen: Please add texlive-latex-extra dep (or possibly +latex variant)
MacPorts
noreply at macports.org
Tue Sep 20 10:48:22 PDT 2011
#30988: doxygen: Please add texlive-latex-extra dep (or possibly +latex variant)
-----------------------------------+----------------------------------------
Reporter: eborisch@… | Owner: css@…
Type: defect | Status: assigned
Priority: Normal | Milestone:
Component: ports | Version: 2.0.1
Keywords: | Port: doxygen
-----------------------------------+----------------------------------------
Comment(by eborisch@…):
But the docs variant is to build doxygen's documentation; the variant
description and name don't provide the user any indication that without it
Doxygen will be unable to create pdf (via latex output) documentation.
Someone familiar with doxygen may only want the output support, but not
wait for the actual documentation to be re-created locally.
Perhaps something like this:
{{{
variant docs description {Include the doxygen PDF documentation and LaTeX}
requires {latex} {
build.target-append pdf
use_parallel_build no
}
variant latex description {Support latex/PDF Doxygen output} {
destroot.target-append install_docs
depends_build-append bin:pdflatex:texlive \
bin:gs:ghostscript \
port:texlive-latex-extra
}
}}}
--
Ticket URL: <https://trac.macports.org/ticket/30988#comment:6>
MacPorts <http://www.macports.org/>
Ports system for Mac OS
More information about the macports-tickets
mailing list