Opened 10 years ago

Closed 10 years ago

#43668 closed defect (fixed)

pdfjam: incorrect texlive-basic dependency; should be texlive-latex

Reported by: ryandesign (Ryan Carsten Schmidt) Owned by: jjstickel@…
Priority: Normal Milestone:
Component: ports Version: 2.2.1
Keywords: Cc: cooljeanius (Eric Gallager)
Port: pdfjam

Description

pdfjam declares a dependency on "bin:pdflatex:texlive-basic":

$ port -v deps pdfjam
Full Name: pdfjam @2.08_0
Runtime Dependencies: bin:pdflatex:texlive-basic,
                      path:share/texmf-dist/tex/latex/pdfpages/pdfpages.sty:texlive-latex-recommended

But port texlive-basic does not provide the binary pdflatex; texlive-latex does:

$ port provides $(which pdflatex)
/opt/local/bin/pdflatex is provided by: texlive-latex

The "bin:pdflatex:texlive-basic" dependency should be changed to "bin:pdflatex:texlive-latex".

Change History (2)

comment:1 Changed 10 years ago by cooljeanius (Eric Gallager)

Cc: egall@… added

Cc Me!

comment:2 Changed 10 years ago by ryandesign (Ryan Carsten Schmidt)

Resolution: fixed
Status: newclosed

r120416 (maintainer timeout)

Note: See TracTickets for help on using tickets.