Created attachment 272408 [details] devel/py-breathe: fix LaTeX build with .svg images Please someone commit this before 2026Q3 branches so we do not need to MFH it. Obtained from: https://github.com/breathe-doc/breathe/pull/1027 Also, depend on ImageMagick (USES+=magick) because this now requires the "convert" utility. --- devel/py-breathe/Makefile | 3 ++- .../files/patch-documentation_source_conf.py | 11 ++++++++++- 2 files changed, 12 insertions(+), 2 deletions(-)
Created attachment 272409 [details] v2 patch to fix py-breathe build, now any ports committer may commit this.
(In reply to Matthias Andree from comment #1) I'll land it with my next batch (later today hopefully).
There's a build-fs-violation, but I guess it can be ignored: =>> Checking for filesystem violations... done =>> Error: Filesystem touched during build: extra: var/db/fontconfig/4c599c202bc5c08e2d34565a40eac3b2-le64.cache-9 extra: var/db/fontconfig/7758ace85a5dee1419d0d5d41073f680-le64.cache-9
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=053c188372dba00e0d9c948317f991337b462711 commit 053c188372dba00e0d9c948317f991337b462711 Author: Matthias Andree <mandree@FreeBSD.org> AuthorDate: 2026-07-02 18:37:27 +0000 Commit: Gleb Popov <arrowd@FreeBSD.org> CommitDate: 2026-07-03 06:32:00 +0000 devel/py-breathe: fix LaTeX build with .svg images Obtained from: https://github.com/breathe-doc/breathe/pull/1027 Also, depend on ImageMagick (USES+=magick) because this now requires the "convert" utility. PR: 296471 Pull Request: https://github.com/freebsd/freebsd-ports/pull/550 devel/py-breathe/Makefile | 3 ++- devel/py-breathe/files/patch-documentation_source_conf.py | 11 ++++++++++- 2 files changed, 12 insertions(+), 2 deletions(-)
Well that build testing sure was a waste of time...