New Ticket     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Ticket #22238 (closed enhancement: fixed)

Opened 2 years ago

Last modified 22 months ago

bzrtools-2.0.1 force X11 building

Reported by: macports@… Owned by: raimue@…
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

bzrtools-no_graphviz.patch Download (479 bytes) - added by macports@… 2 years ago.

Change History

Changed 2 years ago by macports@…

Changed 2 years ago by macsforever2000@…

  • owner changed from macports-tickets@… to raimue@…
  • port set to bzrtools

Changed 2 years ago by raimue@…

  • status changed from new to assigned

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.

Changed 2 years ago by raimue@…

Oh, and please see FAQ#x11-libs

Changed 22 months ago by raimue@…

  • status changed from assigned to closed
  • resolution set to fixed

Fixed in r66240.

Note: See TracTickets for help on using tickets.