- Bump PORTREVISION of the following dependent ports for dependency change
- databases/p5-DBIx-QuickDB
- devel/p5-Shell-Config-Generate
- devel/p5-Test-Archive-Libarchive
- devel/p5-Test-Future-IO-Impl
- devel/p5-Test2-Harness
- devel/p5-Test2-Harness-UI
- devel/p5-Test2-Plugin-DBIProfile
Test2-Suite has been merged into Test-Simple since 1.302200.
Reference: https://metacpan.org/dist/Test-Simple/changes
Build was broken with GCC with:
/wrkdirs/usr/ports/archivers/c-blosc2/work/c-blosc2-2.15.1/blosc/shuffle-altivec.c: At top level:
/wrkdirs/usr/ports/archivers/c-blosc2/work/c-blosc2-2.15.1/blosc/shuffle-altivec.c:427:12: error: conflicting types for 'is_shuffle_altivec'; have '__vector __bool int' {aka 'const __vector(4) __bool int'}
427 | const bool is_shuffle_altivec = true;
| ^~~~~~~~~~~~~~~~~~
Go back to building with Clang and actually fix it - Clang has issues with
types like __vector uint8_t but accepts __vector unsigned char, which this
this commit changes.
In Java 21 compiler removed support for source and target 1.7 (7).
PR: 280316
Approved by: Angelo Polo <language.devel@gmail.com>
Obtained from: https://github.com/xerial/snappy-java/issues/532
import acl_extended_file_np.c from src/lib/libc/posix1e,
taken from FreeBSD src branch as of 559a218c9b25, 2023-11-01T16:43:37Z
and tell Cython to include it on FreeBSD before 1400033,
i. e., before FreeBSD's libc had it.
This fixes https://github.com/borgbackup/borg/issues/8269 and
makes it unnecessary to look into
PR: 280453
- Mark broken on FreeBSD 13 due to https://github.com/borgbackup/borg/issues/8269
which upstream maintainer intends to fix for borgbackup 1.4.1 (milestone).
Reported by "Support SimpleRezo" in direct e-mail message.
- Add UPDATING entry. The broken MOVED entry has been removed by sunpoet@ already,
Reported by: Juraj Lutter <otis@>, freebsd@rail.eu.org
PR: 280424
- Move py-pkgconfig to BUILD_DEPENDS to fix build failures in poudriere
or on bare metal if py-pkgconfig isn't installed.
Reported by: Juraj Lutter <otis@>, Hyogeol Lee <hyogeollee@gmail.com> (patch)
PR: 280413
- only one extra-cmake-modules package can be installed at a time
- devel/kf6-extra-cmake-modules is backward compatible and, according to
upstream, should be used for all builds.
Exp-run by: antoine
PR: 280070
This fixes the build problem at least in www/proxygen when it expects
typeinfo of some Snappy class that is missing w/out the RTTI info.
PR: 279969
Approved by: vanilla@FreeBSD.org (maintainer)
Sunday, 19 May 2024
KDE today announces the release of KDE Frameworks 5.116.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.116.0/
PR: 279751
Exp-run by: antoine