- There was an error in the MASTER_SITES but as the port shares the same
distfile among other ports the error was never triggered.
Reported by: tcberner
The notable changes includes:
- Fixed a crash on some compilers when trying to call methods on a null pointer
- Fixed a crash when encountering an unterminated commented config block
- Fixed erroneously rejecting spaces in fantasy:name
- Fixed marking services pseudoclients as an oper on InspIRCd
- Fixed not checking user@ip as well as user@host when logging into an operator account
- Fixed setting the vhost/vident during SASL on UnrealIRCd
- Updated the German translation
- Updated the Italian translation
Pass maintainership to Rafael Grether
PR: 242561
Since arm64 uses two's complement (char)0xff is the same as -1.
Changing to use the latter should silence this compiler error:
ccan/ccan/base64/base64.c:34:10: error: result of comparison of constant 255 with expression of type 'int8_t' (aka 'signed char') is always false [-Werror,-Wtautological-constant-out-of-range-compare]
if (ret == (char)0xff) {
~~~ ^ ~~~~~~~~~~
This enable the script support in krita. This can be disabled
via the PYTHON option.
PR: 272033
Reported by: Jonathan M Davis <freebsd.bugs@jmdavisprog.com>
KDE will no longer ship the KDE telepathy components (ktp) as part
of the KDE Gear releases starting from the upcoming KDE Gear 23.08
this august [1], [2].
The ports will stay at their current version until removal at the
end of the quarter.
These components are not actively maintained, and the same goes
for the rest of the telepathy stack. [3] gives a quick overview,
explaining that it is mostly broken.
[1] 9e8b75d787
[2] https://mail.kde.org/pipermail/release-team/2023-June/013068.html
[3] https://mail.kde.org/pipermail/release-team/2023-June/013080.html
There has been a size/checksum mismatch when creating a yarn cache
archive for users with umask other than 022. To ensure reproducibility
of the cache file, force use of 755 and 644 permissions regardless of
umask value.
Reported by: Joe Hu <vegertar_at_gmail_dot_com> (private mail)
MFH: 2023Q3
Saturday, 8 July 2023
KDE today announces the release of KDE Frameworks 5.108.0.
KDE Frameworks are 83 addon libraries to Qt which provide a wide variety
of commonly needed functionality in mature, peer reviewed and well
tested libraries with friendly licensing terms. For an introduction see
the KDE Frameworks release announcement.
This release is part of a series of planned monthly releases making
improvements available to developers in a quick and predictable manner.
Announcement: https://kde.org/announcements/frameworks/5/5.108.0/
PR: 272435
Exp-run by: antoine
Circumvent -Wincompatible-function-pointer-types to make build
under 14-CURRENT again and revert 093a84fae0 (deprecation).
Pending maintainer approval the next step will be assume
maintainership.
PR: 272558
mail/xmail is failing to build on FreeBSD-14. Since this was originally
written in 1995 and hasn't been maintained in a long time - last FreeBSD
updates were in 2007 - this is probably a good candidate for removal.
PR: 272558
Currently a no-op, but in the future outputs the correct setuptools
port depending on whether USES_PYTHON=distutils is specified.
With hat: python
PR: 270510, 270358
...so it isn't linked into every executable and library.
This came up when trying to fix a crash involving libgcrypt,
libgpg-error and libintl from gettext 0.22. This crash has been
fixed in fb889ca829.
PR: 272517