Opened 17 years ago

Closed 17 years ago

Last modified 15 years ago

#12564 closed defect (fixed)

BUG: graphviz +no_x11 depends on X

Reported by: ehainry@… Owned by: ryandesign (Ryan Carsten Schmidt)
Priority: Normal Milestone:
Component: ports Version: 1.5.0
Keywords: Cc: ehainry@…, ryandesign (Ryan Carsten Schmidt)
Port:

Description

graphviz +no_x11 still depends on cairo and pango which in turn need XFree86. It should not.

The no_x11 variant should be as follows:

variant no_x11 description {Do not include X11 support} {
        depends_lib-delete \
                lib:libX11.6:XFree86 port:cairo port:pango
        configure.args-append \
                --without-x
}

Change History (3)

comment:1 Changed 17 years ago by ryandesign (Ryan Carsten Schmidt)

Cc: ehainry@… added
Milestone: Port Bugs
Status: newassigned

Thanks for spotting this. I'll get it fixed.

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

Resolution: fixed
Status: assignedclosed

I didn't quite do it the way you suggested, but I believe I have fixed the issue in r28411. Thanks again for reporting it.

comment:3 Changed 15 years ago by (none)

Milestone: Port Bugs

Milestone Port Bugs deleted

Note: See TracTickets for help on using tickets.