www/unit: reduce complexity of the build with OTel
There's no reason to double existing in ports framework
functionality in a port, so let's keep it simple. Follow that,
move the rust-specific things to a separate port - devel/unit-otel.
Bump PORTREVISION.
filesystems/ntfs2btrfs: unbreak the port's build on recent -CURRENT
The base template for std::char_traits<> has been removed in LLVM 19;
specializations are only provided for char, wchar_t, char8_t, char16_t,
and char32_t. Use appropriate type and constify the first argument
as requested by the compiler (char8_t is from C++20, but this matches
already requested CMAKE_CXX_STANDARD).
Nagged by: pkg-fallout
net-p2p/ncdc: Update to 1.24.1
* Rework and adjust list of library dependencies
* Remove gmake dependency
* Use sqlite helper
* Remove CONFIGURE_ENV entries (unnecessary except for ncurses on FreeBSD 13)
Previous iteration of patch submitted by Älven <alster at vinterdalen.se>
PR: 282657
Approved by: portmgr (maintainer timeout, 1+ month)
irc/unreal: Update to 6.1.8.1
* Port now installs unrealircdctl helper and the unrealircd
helper script
* Adjustments to port Makefile layout
Co-authored with port maintainer (previous iteration) and additional
improvements by committer
Changelog: https://forums.unrealircd.org/viewtopic.php?t=9390
PR: 275987
Reviewed by: tanawts at gmail.com (maintainer)
Tested by: tanawts at gmail.com (maintainer)