Opened 4 years ago
Closed 4 years ago
#60945 closed update (fixed)
tex-whizzytex: update to 1.3.6 (WIP)
Reported by: | jmroot (Joshua Root) | Owned by: | jmroot (Joshua Root) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | |
Keywords: | Cc: | drkp (Dan Ports) | |
Port: | tex-whizzytex |
Description
Here's a diff for the update, but it still suffers from #34256.
Dan, any ideas on how to fix that?
Attachments (1)
Change History (4)
Changed 4 years ago by jmroot (Joshua Root)
Attachment: | Portfile.diff added |
---|
comment:1 Changed 4 years ago by drkp (Dan Ports)
comment:3 Changed 4 years ago by jmroot (Joshua Root)
Owner: | set to jmroot |
---|---|
Resolution: | → fixed |
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
Looks like it is trying to use
initex -fmt latex
. I'm not sure if that's even supposed to work anymore, since initex has been deprecated for many years by now.Adding
-initex /bin/nonexistent
or something to configure.args should force it to skip initex and use latex instead. That gets it past the configure phase for me, but then it starts to hit other problems (trying to test xdvi but failing because it doesn't have x11 available)Also, the install paths in destroot should be updated - they should use
${texlive_texmfports}
from the texlive-1.0 portgroup instead of${prefix}/share/texmf-dist