misc/dvorakng: fix build where char != signed char, as on powerpc.
Also sprinkle "const" to get rid of warnings related to string handling.
Bump PKGREVISION.
misc/screen: Update to 5.0.2
Changelog:
Version 5.0.2 (12/07/26):
* Add %* escape to output caret character literal ("^")
* Add portable PAM conversation callback prototype (for Solaris)
* Fixes:
- type in screen on big-endian systems
- UTF-8 combining sequences
- typos
- buffer overflow in SendCmdMessage()
- detaching fail with empty terminfo and leave the session
attached
- eliminates the TOCTOU race
- manpage fixes
Version 5.0.1 (12/05/25):
* Fixes:
[9 lines not shown]
www/crates-io-cli: update to "current", and fix build on 32-bit CPU targets.
The update to -current was done by pin@ in pkgsrc-wip.
I added patches to use portable-atomic to fix the failure
to build on 32-bit CPU targets.
Bump PKGREVISION.
Add p5-Unicode-UTF8 version 0.75
Unicode::UTF8 - Encoding and decoding of UTF-8 encoding form
This module provides functions to encode and decode UTF-8 encoding form
as specified by Unicode and ISO/IEC 10646:2011.
archivers/par2: Work around gcc 10 bug
It seems that when an ostringstream is operated on with <<, the
resulting object is an ostream, not an ostringstream, and one can't
.str() that. Simplify the code and use variables.
All tests pass on NetBSD 10 amd64.
(textproc/R-stringi) Updated 1.8.7 to 1.8.9
## 1.8.9 (2026-07-30)
* [BUGFIX] Fixed build/runtime warnings.
* [BUILD TIME] The configure script no longer tries to fall back to C++11.