[MacPorts] #55691: xindy should depend on MacPorts texlive-latex and MacPorts Perl

MacPorts noreply at macports.org
Sat Jan 13 12:49:49 UTC 2018


#55691: xindy should depend on MacPorts texlive-latex and MacPorts Perl
---------------------------------+----------------------
 Reporter:  MarcusCalhoun-Lopez  |      Owner:  dports@…
     Type:  defect               |     Status:  new
 Priority:  Normal               |  Milestone:
Component:  ports                |    Version:
 Keywords:  haspatch             |       Port:  xindy
---------------------------------+----------------------
 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
 }}}

--
Ticket URL: <https://trac.macports.org/ticket/55691>
MacPorts <https://www.macports.org/>
Ports system for macOS


More information about the macports-tickets mailing list