mirror.netcologne.de no longer mirrors Apache projects
The rest will probably follow soon since Apache Software Foundation
have decided to push their CDN solution but for now keep them as
fallback.
Reference: https://www.apache.org/mirrors
$ sed -i '' 's/min=16/min=17/' x11-wm/hyprland/Makefile
$ make clean all -C x11-wm/hyprland
[...]
CMake Error at /usr/local/share/cmake/Modules/CMakeDetermineCCompiler.cmake:49 (message):
Could not find compiler set in environment variable CC:
/usr/local/llvm/bin/clang.
Call Stack (most recent call first):
CMakeLists.txt
Saturday, 9 September 2023
KDE today announces the release of KDE Frameworks 5.110.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.110.0/
Exp-run by: antoine
PR: 273695
We now only have to deal with GCC from ports, not base any longer.
So strip a check that has been a no-op for a while (as evidenced by
_GCC_PORT always being set directly above).
Add AUTORECONF_ARGS variable for situations where
the default of "-f -i" is not sufficient.
Reviewed by: bapt
Approved by: bapt
Differential Revision: https://reviews.freebsd.org/D38498
Thursday, 14 September 2023. Over 120 individual programs plus dozens of
programmer libraries and feature plugins are released simultaneously as
part of KDE Gear.
Today they all get new bugfix source releases with updated translations,
including:
* gwenview: Fix navigation with side mouse buttons
* kio-extras: Thumbnail: Fix heap-use-after-free in AudioCreator::create
* akonadi-calendar: Use correct identity when sending iTIP counter-proposal
Changelog: https://kde.org/announcements/changelogs/gear/23.08.1/
KDE Plasma 5.27.8, Bugfix Release for September
Tuesday, 12 September 2023. Today KDE releases a bugfix update to KDE
Plasma 5, versioned 5.27.8.
Plasma 5.27 was released in February 2023 with many feature refinements
and new modules to complete the desktop experience.
This release adds five months' worth of new translations and fixes from
KDE's contributors. The bugfixes are typically small but important and
include:
* KRunner: make debut on X11 faster.
* Powerdevil: don't automatically suspend by default if running in a
virtual machine.
* System Settings: Remove soft hyphens in keywords used for searching.
Announcement: https://kde.org/announcements/plasma/5/5.27.8/
Changelog: https://kde.org/announcements/changelogs/plasma/5/5.27.7-5.27.8/
`stage-qa` already warns about missing dependencies. However, it does not warn
about possibly unneeded ones.
This change tries to address this, by simply walking the list of linked against
shared libraries and then matching the entries of LIB_DEPENDS against them.
Note: this may lead to false positives -- as always, user your brain,
and don't rely on output of static tools alone.
Possible output might look like:
[...]
====> Running Q/A tests (stage-qa)
Warning: you might not need LIB_DEPENDS on libqgpgme.so
Warning: you might not need LIB_DEPENDS on libintl.so
Warning: you might not need LIB_DEPENDS on libKF5IconThemes.so
Warning: you might not need LIB_DEPENDS on libqca-qt5.so
Warning: you might not need LIB_DEPENDS on libQt5Test.so
[...]
Note, that in this case all are false positives.
Differential Revision: https://reviews.freebsd.org/D27304
Suport FindPython.cmake, FindPython3.cmake, FindPython2.cmake modules by
adding Python{,2,3}_EXECUTABLE to CMAKE_ARGS in python.mk.
CMake supports more than one way to search for python. Currently
python.mk passes -DPython_ADDITIONAL_VERSIONS=${PYTHON_VER} to help
FindPython{Interp,Libs}.cmake modules "find" the version of python that
a port build wants to use.
The FindPython{,2,3}.cmake modules don't know anything about
Python_ADDITIONAL_VERSIONS but use Python{,2,3}_EXECUTABLE as the hint.
PR: 262109
Thursday, 24 August 2023
We create software for people, and the KDE Gear releases are the result
of that. Every four months we publish new updates of a large number of
KDE apps and software libraries. We create new programs to meet more of
your needs, implement more features so you can adapt to an ever-changing
digital world, and make our software faster, more efficient, more
reliable. We also port it to more platforms so you can run it on more
devices: your laptop, your game console, your phone, anywhere.
Read on to find out what's new in KDE Gear 23.08
https://kde.org/announcements/gear/23.08.0
Thursday, 17 August 2023
KDE today announces the release of KDE Frameworks 5.109.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.109.0/
Exp-run by: antoine
PR: 273185
[pre-commit] ERROR: vala.mk is not properly indented -- please use
/tmp/check_indentations-vala.mk.44f1W9pfI1/vala.mk which was created
using Tools/scripts/indent_make_if.pl
Reported by: 'check_mk_indentations' pre-commit hook
[pre-commit] ERROR: go.mk is not properly indented -- please use
/tmp/check_indentations-go.mk.KpLlFV8WBv/go.mk which was created using
Tools/scripts/indent_make_if.pl
Reported by: 'check_mk_indentations' pre-commit hook
[pre-commit] ERROR: bsd.gecko.mk is not properly indented -- please
use /tmp/check_indentations-bsd.gecko.mk.n87gemd4sB/bsd.gecko.mk which
was created using Tools/scripts/indent_make_if.pl
Reported by: 'check_mk_indentations' pre-commit hook
- Provide shared GTK4_DESC and remove that from two ports
- Fix a typo (developement -> development), drop needless caps
- Spell AltiVec and BLAS (Basic Linear Algebra Subprograms)
correctly (proper/brand name and abbreviation, respectively)
Stop duplication the WWW informations within the packages
Since september 2022 the WWW lines has been moved from pkg-descr
to Makefile, however the ports tree continued to push this info
at the end of pkg-descr automatically, which is a duplicated
information.
Differential Revision: https://reviews.freebsd.org/D41523
Reviewed by: mat
Handles dependencies for the chosen implementation of libebur128 set
via DEFAULT_VERSIONS: audio/libebur128 (legacy) and audio/ebur128
(rust).
PR: 272843
Clang miscompiles babl-html-dump:
pid 27736 (babl-html-dump), jid 963, uid 65534: exited on signal 11 (core dumped)
Also, -Wno-error=incompatible-function-pointer-types is not compatible with GCC.