Opened 6 years ago

Closed 6 years ago

#55691 closed defect (fixed)

xindy should depend on MacPorts texlive-latex and MacPorts Perl

Reported by: MarcusCalhoun-Lopez (Marcus Calhoun-Lopez) Owned by: drkp (Dan Ports)
Priority: Normal Milestone:
Component: ports Version:
Keywords: haspatch Cc:
Port: xindy

Description

If texlive-latex is not installed port -v install xindy -doc fails with error

configure: error: Unable to find a LaTeX application

Further, xindy does not necessarily use MacPorts Perl in the build phase.

The following should fix the issue:

depends_build-append   \
    path:bin/perl:perl5 \
    port:texlive-latex

configure.perl  ${prefix}/bin/perl
configure.env-append \
    LATEX=${prefix}/bin/latex \
    PDFLATEX=${prefix}/bin/pdflatex \
    CLISP=${prefix}/bin/clisp

Change History (2)

comment:1 Changed 6 years ago by drkp (Dan Ports)

Owner: changed from dports@… to drkp
Status: newaccepted

comment:2 Changed 6 years ago by drkp (Dan Ports)

Resolution: fixed
Status: acceptedclosed

In 9b1a670c9a690fe5254590ced6cbba2266997bb4/macports-ports:

xindy: correctly depend on and use MacPorts tex/perl

Closes: #55691

Note: See TracTickets for help on using tickets.