maintainer-feedback requested: [Bug 288364] graphics/inkscape: Switch to cython3
| Newsgroups | gmane.os.freebsd.devel.gnome |
|---|---|
| Message-ID | <[email protected]/bugzilla/> |
Bugzilla Automation <[email protected]> has asked freebsd-gnome (Nobody) <[email protected]> for maintainer-feedback: Bug 288364: graphics/inkscape: Switch to cython3 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=288364 --- Description --- Patch is trivial: --- graphics/inkscape/Makefile +++ graphics/inkscape/Makefile @@ -49,7 +49,7 @@ USE_GNOME= cairo gdkpixbuf glibmm gtkmm30 gtksourcevie gnome jpeg pathfix pkgconfig python \ readline shebangfix tar:xz xorg USE_GNOME= cairo gdkpixbuf glibmm gtkmm30 gtksourceview4 libxml2 libxslt -USE_PYTHON= cython +USE_PYTHON= cython3 USE_XORG= sm ice x11 xext USE_LDCONFIG= yes Build without errors in poudriere and live system 14.3 amd64. Also run on 14.3 amd64.