Created attachment 189202 [details] mupdf update patch graphics/mupdf: - update to 1.12.0 - use glut - changes: http://git.ghostscript.com/?p=mupdf.git;a=blob;f=CHANGES;h=e37c478a397198eae4c62f623747229c18e9035d;hb=HEAD graphics/zathura: - update to 0.3.8 - add APPDATAPREFIX to MAKE_ARGS - replace USES and USE_GNOME because of portlint graphics/zathura-pdf-mupdf: - update to 0.3.2 The zathura-pdf-mupdf doesn't build the older version of zathura (0.3.7). Poudriere testports passed.
Created attachment 189203 [details] zathura update
Created attachment 189204 [details] zathura-pdf-mupdf update
Created attachment 189208 [details] llpp.diff Thank you. This breaks graphics/llpp so here is an update for it as well.
(In reply to Tobias Kortkamp from comment #3) Maybe an update to v26?
(In reply to Zsolt Udvari from comment #4) It's unfortunately not possible at the moment because we only have Ocaml 4.02 in the ports tree. Newer llpp version require at least Ocaml 4.04. The effort to update Ocaml seems to have stalled. See bug #218333.
(In reply to Tobias Kortkamp from comment #5) Oh, understand.
A commit references this bug: Author: tobik Date: Thu Jan 11 14:19:45 UTC 2018 New revision: 458740 URL: https://svnweb.freebsd.org/changeset/ports/458740 Log: graphics/mupdf: Update to 1.12.0 Changes: http://git.ghostscript.com/?p=mupdf.git;a=blob;f=CHANGES;h=e37c478a397198eae4c62f623747229c18e9035d;hb=HEAD PR: 224712 Submitted by: Zsolt Udvari <uzsolt@uzsolt.hu> (maintainer) Changes: head/graphics/mupdf/Makefile head/graphics/mupdf/distinfo head/graphics/mupdf/files/patch-Makefile head/graphics/mupdf/files/patch-Makerules head/graphics/mupdf/files/patch-scripts_hexdump.c head/graphics/mupdf/files/patch-source__fitz__load-jpx.c head/graphics/mupdf/pkg-plist
A commit references this bug: Author: tobik Date: Thu Jan 11 14:20:09 UTC 2018 New revision: 458741 URL: https://svnweb.freebsd.org/changeset/ports/458741 Log: graphics/zathura: Update to 0.3.8 PR: 224712 Submitted by: Zsolt Udvari <uzsolt@uzsolt.hu> Approved by: quentin.stievenart@gmail.com (maintainer) Changes: head/graphics/zathura/Makefile head/graphics/zathura/distinfo
A commit references this bug: Author: tobik Date: Thu Jan 11 14:20:39 UTC 2018 New revision: 458742 URL: https://svnweb.freebsd.org/changeset/ports/458742 Log: graphics/zathura-pdf-mupdf: Update to 0.3.2 Fixes build with MuPDF 1.12.0 PR: 224712 Submitted by: Zsolt Udvari <uzsolt@uzsolt.hu> (maintainer) Changes: head/graphics/zathura-pdf-mupdf/Makefile head/graphics/zathura-pdf-mupdf/distinfo
A commit references this bug: Author: tobik Date: Thu Jan 11 14:21:22 UTC 2018 New revision: 458743 URL: https://svnweb.freebsd.org/changeset/ports/458743 Log: graphics/llpp: Fix build with MuPDF 1.12.0 llpp > 25 supports MuPDF 1.12.0 out of the box however we currently lack Ocaml 4.04 in the ports tree. llpp 25 is the last version that supports Ocaml 4.02, so backport some changes instead. PR: 224712 Changes: head/graphics/llpp/Makefile head/graphics/llpp/files/patch-link.c