Ticket #23098 (closed defect: fixed)
graphviz uses ghostscript if present
| Reported by: | ryandesign@… | Owned by: | ryandesign@… |
|---|---|---|---|
| Priority: | Normal | Milestone: | |
| Component: | ports | Version: | 1.8.2 |
| Keywords: | Cc: | ||
| Port: | graphviz, graphviz-devel |
Description
The graphviz configure script detects and uses ghostscript if installed. I need to either use --without-ghostscript to disable this (and maybe add a ghostscript variant), or add a dependency on ghostscript. I need to find out what Graphviz uses ghostscript for.
Change History
comment:2 Changed 3 years ago by ryandesign@…
- Status changed from assigned to closed
- Resolution set to fixed
Fixed graphviz in r62784.
comment:3 in reply to: ↑ description Changed 3 years ago by ryandesign@…
Replying to ryandesign@…:
I need to find out what Graphviz uses ghostscript for.
Graphviz uses ghostscript to convert PostScript images used in the graph into bitmaps for use in bitmapped output formats.
Note: See
TracTickets for help on using
tickets.


Fixed graphviz-devel in r62783.