Created attachment 191645 [details] xdot-0.9.patch There was a patch that tried to⦠change from GTK3 to GTK2 for some reason? I don't think it actually worked, because I saw a typo ('pangcairo'). Anyway, the current version uses Python 3 and GTK3 and works great.
A commit references this bug: Author: dbaio Date: Sat Mar 31 11:30:40 UTC 2018 New revision: 466041 URL: https://svnweb.freebsd.org/changeset/ports/466041 Log: x11/py-xdot: Update to 0.9 Fix dependencies. Add a patch from upstream for don't check for graphviz python module, it's not used by xdot. Support for Python 3 only. PR: 226792 Submitted by: Greg V <greg@unrelenting.technology> Changes: head/x11/py-xdot/Makefile head/x11/py-xdot/distinfo head/x11/py-xdot/files/patch-setup.py head/x11/py-xdot/files/patch-xdot.py
Committed, thanks for catching this.