print/mupdf: update to mupdf-1.27.2
Patches updated:
patches/patch-Makelists:
"Fix compiling with a pre-c++20 compiler" has been addressed
by upstream in a similar way, by testing whether USE_ZXINGCPP
is set.
patches/patch-source_fitz_stext-search.c:
Since we don't use the thirdparty libraries from MuPDF, MuPDF
needs include/mujs/regexp.h from lang/mujs. Please see the
post-install target in lang/mujs/Makefile.
List of changes in MuPDF 1.27
New and updated documentation! Build local HTML and Markdown
[94 lines not shown]
tests/make: remove filemon path from expected debug output
That variable is not essential for the test, and it differs between the
standard configuration and the c90-stdbool configuration from
test-variants.mk.
deskflow: update to 1.26.0
Korean(ko) translation
Option to start in the "locked to computer" state
Option to show the version in the windows title
Clients can now use a list hostnames or ips for the server address
Client options are in a new client configuration dialog
Provide a more accurate suggested IP, Update as network info changes if needed.
Add a simple search to the log
Lookup host name with IP4 or IP6
Replace broken scroll speed with a scroll scaling options
Bugfixes
MaybeSubMake: look for expansion of ${.MAKE}
Only looking for the equivalent of ${.MAKE:T}
and calling it a match if preceded by '/' is too aggressive.
Look for the expansion of ${.MAKE} and if that is a full path also
look for the basename, but in each case, only call it a match if at the
start of the command line or preceded by space.
Note: over enthusiastic setting of OP_SUBMAKE is harmless, though
it can impact meta mode, requiring an explicit .META on some targets.
mktool: Update to 1.5.6.
## Version 1.5.6 (2026-03-03)
* fetch: Fix IPv6 ftp connections that require EPSV mode.
* fetch: Try all resolved addresses before moving to the next site.
* Improve error handling, warnings, and tests.
* Note that `FETCH_USING=mktool` is no longer required.