#23098 closed defect (fixed)
graphviz uses ghostscript if present
Reported by: | ryandesign (Ryan Carsten Schmidt) | Owned by: | ryandesign (Ryan Carsten Schmidt) |
---|---|---|---|
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 (3)
comment:1 Changed 15 years ago by ryandesign (Ryan Carsten Schmidt)
Status: | new → assigned |
---|
comment:2 Changed 15 years ago by ryandesign (Ryan Carsten Schmidt)
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Fixed graphviz in r62784.
comment:3 Changed 15 years ago by ryandesign (Ryan Carsten Schmidt)
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.