devel/redasm: pending the update, unbreak the port's build
Relax REDasm::Emulator::remap() method access from private
to protected, as it is being called from the derived class,
and fix a minor GUI bug while I'm here.
There are newer versions available, but those have various
run-time (3.0.0-beta5 segfaults on start) or build (4.0.0-
beta1 is a massive rewrite) issues to be taken care of.
Reported by: pkg-fallout
devel/libverto: New port
Add libverto 0.3.2, a loop-neutral asynchronous event loop abstraction
library.
Required for development of the net/freeipa-server port.
Sponsored by: Netzkommune GmbH
*/*: Use C.UTF-8 locale
Ports 02f27a83b44d fixed the ports tree to the C locale so it would work
correctly in environments where users use a locale that isn't compatible
with the C locale, e.g. xx_YY.UTF-8 where [A-Z] includes more than just
upper case letters. USE_LOCALE was introduced to let ports use another
locale if they needed it. The C.UTF-8 locale was created later on to be
mostly compatible with the C locale.
Switch the ports tree locale to C.UTF-8 and remove USE_LOCALE. The
world has moved to Unicode so all ports either require it or know how to
build correctly in a Unicode environment.
PR: 295945
Exp-run by: antoine
games/aisleriot: Install file with non-ASCII name
The file is extracted correctly now that the ports tree uses UTF-8 to
extract files.
PR: 295945
Exp-run by: antoine
japanese/today: Simplify line break conversion
nkf can do line break conversion, no need for tr. The data is eucJP
encoded and tr treats it as UTF-8 when the ports tree locale becomes
C.UTF-8.
Submitted by: mce
PR: 295945
Exp-run by: antoine
japanese/skk-*: Run awk with LC_ALL=C
This is what the upstream Makefile does as well. It makes awk pass
through 8-bit characters instead of trying to interpret them as UTF-8
when the ports tree locale becomes C.UTF-8.
PR: 295945
Exp-run by: antoine