Opened 15 years ago
Closed 15 years ago
#22238 closed enhancement (fixed)
bzrtools-2.0.1 force X11 building
Reported by: | macports@… | Owned by: | raimue (Rainer Müller) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 1.8.1 |
Keywords: | Cc: | ||
Port: | bzrtools |
Description
bzrtools need a variant to avoid X11 building (like the no_tkinter of python port) here I build a patch
Attachments (1)
Change History (5)
Changed 15 years ago by macports@…
Attachment: | bzrtools-no_graphviz.patch added |
---|
comment:1 Changed 15 years ago by mf2k (Frank Schima)
Owner: | changed from macports-tickets@… to raimue@… |
---|---|
Port: | bzrtools added |
comment:2 Changed 15 years ago by raimue (Rainer Müller)
Status: | new → assigned |
---|
comment:4 Changed 15 years ago by raimue (Rainer Müller)
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Fixed in r66240.
Note: See
TracTickets for help on using
tickets.
This alone is not enough to remove graphviz from bzrtools. Even if it does not have a dependency on graphviz anymore, it would still link to graphviz. But it would not record the dependency, which is wrong behavior.
I only took a quick look over the setup.py, but it does not look like it has an option to disable graphviz linkage.