Opened 14 years ago

Closed 14 years ago

Last modified 14 years ago

#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 14 years ago by ryandesign (Ryan Carsten Schmidt)

Status: newassigned

Fixed graphviz-devel in r62783.

comment:2 Changed 14 years ago by ryandesign (Ryan Carsten Schmidt)

Resolution: fixed
Status: assignedclosed

Fixed graphviz in r62784.

comment:3 in reply to:  description Changed 14 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.