Opened 12 years ago
Closed 12 years ago
#43691 closed enhancement (fixed)
asymptote: reduce dependencies
| Reported by: | mojca (Mojca Miklavec) | Owned by: | loshea@… |
|---|---|---|---|
| Priority: | Normal | Milestone: | |
| Component: | ports | Version: | |
| Keywords: | Cc: | drkp (Dan Ports) | |
| Port: | asymptote |
Description (last modified by mojca (Mojca Miklavec))
I use Asymptote from MacTeX (xasy doesn't work), so I don't depend on this, but it would be nice if the dependency on TeX Live was less strict. It seems like an overkill having to install the complete TeX Live as a dependency.
I boldly changed the following line:
--with-latex=${prefix}/share/texmf-local/tex/latex
into
--with-latex=${texlive_texmfports}/tex/latex
but maybe ${texlive_texmfdist} would be more appropriate given that asymptote is officially part of TeX Live.
Change History (3)
comment:1 Changed 12 years ago by mojca (Mojca Miklavec)
| Description: | modified (diff) |
|---|---|
| Summary: | asymptote: update to the latest version, use texlive portgroup, reduce dependencies → asymptote: reduce dependencies |
| Type: | update → enhancement |
comment:2 Changed 12 years ago by mojca (Mojca Miklavec)
comment:3 Changed 12 years ago by mojca (Mojca Miklavec)
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
Fixed in r120125.
Note: See
TracTickets for help on using
tickets.

I attached a patch to #40979.