New Ticket     Tickets     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Ticket #25561 (closed defect: fixed)

Opened 3 years ago

Last modified 3 years ago

latex2html needs to be synced to texlive's new TEXMFLOCAL

Reported by: peter@… Owned by: macports-tickets@…
Priority: Normal Milestone:
Component: ports Version: 1.9.1
Keywords: Cc:
Port: latex2html

Description

It appears that at some point texlive changed from having extra resources being installed in ${prefix}/share/texmf-local to just ${prefix}/share/texmf -- cf. the setting of TEXMFLOCAL in ${prefix}/etc/texmf/texmf.cnf. The Portfile for latex2html, however, still installs the files in ${prefix}/share/texmf-local, which means they can't be found.

As a cosmetic side note, the latex2html portfile also runs "texhash" upon installation, which is a somewhat nonstandard name for "mktexlsr" (cf r69215).

Fixing this should, I believe, just be a matter of changing the --with-texpath argument in the Portfile.

Change History

comment:1 Changed 3 years ago by jmr@…

  • Status changed from new to closed
  • Resolution set to fixed
Note: See TracTickets for help on using tickets.