freebsd-ports/security/rnp
Stefan Eßer ee81e15571 security/rnp: fix build using c++19 include files
The build failed with:

    libcxx: error: implicit instantiation of undefined template
    'std::char_traits<unsigned char>

This was caused by a restriction of char_traits to a subset of the
integer types that used to be supported (e.g. char, wchar_t), which
no longer includes the type unsigned char.

There has been no new release, yet, but upstream fixed this issue
in commit 20419f7.

PR:		282348
Reported by:	jkim
Obtained from:	https://github.com/rnpgp/rnp/commit/20419f7
2025-02-26 13:43:08 +01:00
..
files
Makefile
distinfo
pkg-descr
pkg-plist