Created attachment 214592 [details] svn diff Tested locally.
Build info is available at https://gitlab.com/swills/freebsd-ports/pipelines/146938621
The graphics/zathura-pdf-mupdf doesn't build it - tested some days (1-2 weeks?) ago. Could you please test it and if you know a little bit about C++ fix it?
Created attachment 214598 [details] Fix for graphics/zathura-pdf-mupdf This patch uses the transition functions for the change in the API[1] so graphics/zatahura-pdf-mupdf builds in {11.3,12.1}{amd64,i386} and 13-current amd64. Also, the update in graphics/mupdf doesn't seem to affect print/cups-filter or graphics/impressive since both build fine. [1]https://www.mupdf.com/docs/api/changes.html
Can MAINTAINER try and run test graphics/zathura-pdf-mupdf?
(In reply to Fernando Apesteguía from comment #4) It seems it's okay. Thanks for your work.
(In reply to Zsolt Udvari from comment #5) Cool, Just for the record, would you mind checking the maintainer-approval for the attachments? :-) Thanks!
A commit references this bug: Author: fernape Date: Tue May 19 07:25:55 UTC 2020 New revision: 535838 URL: https://svnweb.freebsd.org/changeset/ports/535838 Log: graphics/mupdf: Update to 1.17 Apply patch in graphics/zathura-pdf-mupdf to use transition functions to the new API (int fz_page_number_from_location(ctx, doc, location)) ChangeLog: https://www.mupdf.com/docs/api/changes.html PR: 246532 Submitted by: salil.wadnerkar@gmail.com Approved by: uzsolt@uzsolt.hu (maintainer) Changes: head/graphics/mupdf/Makefile head/graphics/mupdf/distinfo head/graphics/mupdf/files/scroll_hack-platform__x11__pdfapp.c head/graphics/mupdf/pkg-plist head/graphics/zathura-pdf-mupdf/files/ head/graphics/zathura-pdf-mupdf/files/patch-zathura-pdf-mupdf_index.c head/graphics/zathura-pdf-mupdf/files/patch-zathura-pdf-mupdf_links.c
Committed, Thanks!