CVSROOT: /cvs Module name: ports Changes by: [email protected] 2026/05/22 06:07:26
Modified files:
math/py-pygraphviz: Makefile
Added files:
math/py-pygraphviz/patches: patch-pygraphviz_graphviz_i
patch-setup_py
Log message:
py3-pygraphviz: fix for ABI break in Graphviz 14 to unbreak with llvm22
gvRenderData()'s fourth argument changed from unsigned int * to size_t *,
which makes llvm22 unhappy. Adjust prototype and use SWIG to generate the
binding wrap.c. Based on upstream PR #523.
