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.
Full changelog:
https://kde.org/announcements/changelogs/gear/21.04.3/
Saturday, 12 June 2021
KDE today announces the release of KDE Frameworks 5.83.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.
Full announcement:
https://kde.org/announcements/frameworks/5/5.83.0/
PR: 256665
Exp-run by: antoine
- ECM (extra-cmake-modules) is only ever a build-dep and was missing
in some places where it was previously pulled in implicitly
- Qt testlib is only a build-dep
While here
- conventionally, the _build and _run items in USE_KDE and USE_QT
are sorted to the end, and they start a new line in the Makefile
- remove tcberner's created-line (confirmed on IRC)
- use DISTVERSION everywhere
- reduce inter-framework dependencies using the tooling proposed by
tcberner in https://reviews.freebsd.org/D27304
Some PORTREVISION may have jumped by more than 1, since this commit
is a squash of a long string of updates where I may have bumped a
port once for ecm_build, and a second time for other lightening-up.
- Update and consolidate schily's tools into more reasonable state
- Transfer maintenance to Robert Clausecker <fuz@fuz.su>
From Robert Clausecker <fuz@fuz.su> (new maintainer):
In 2018, Jörg Schilling consolidated all his projects into the
schilytools project and stopped providing new separate releases for the
individual projects (such as cdrtools, smake, star, and ved). Hence,
the FreeBSD ports of these projects have been stuck on outdated versions
for years.
With this changeset, the schilytools are added to the ports collection
as a collection of 10 ports:
devel/schilybase (libraries)
archivers/star
devel/sccs
devel/smake
devel/sunpromake
editors/ved
net/rscsi (split out from cdrtools for security reasons)
sysutils/cdrtools
sysutils/schilyutils (command line helpers, shells)
misc/schilytools (meta port for all of these)
Where appropriate, I've tried to keep existing patches and conventions
in tact. Some options have been renamed to more appropriate names,
others have been added or removed. The schilytools have been patched
not to install binaries with the same name as system binaries, though
some man pages with such names remain.
The split into slave ports largely follows the OpenCSW packages provided
by the author. Some differences are present:
* strar has been moved from schilyutils to star
* rscsi has been moved from cdrtools into a package on its own as it
needs to be installed setuid to function.
* mountcd is a Solaris only program and is not shipped
* man2html is not shipped as it's already available in textproc/man2html
* cdrecord, cdda2wav, and readcd are only installed setuid root if the
user specifically requests so using a non-default option
This changeset unobsoletes the editors/ved port.
This changeset obsoletes the sysutils/cdrtools-devel port as schilytools
provide a newer version than the old development version shipped therein.
This changeset overwrites the following ports, the maintainers have
previously been informed via PR and direct email but haven't responded.
They have also been added as reviewers to this changeset.
archivers/star (mm@freebsd.org)
devel/smake (no maintainer)
sysutils/cdrtools (marius@freebsd.org)
sysutils/cdrtools-devel (marius@freebsd.org)
PR: 256467
Differential Revision: https://reviews.freebsd.org/D30669
devel/folly is (silently) built with unresolved symbols because snappy disables RTTI info.
This later causes www/proxygen build failure.
PR: 256625
Approved by: vanilla (maintainer)
Thursday, 10 June 2021
Over 120 individual programs plus dozens of programmer libraries and
feature plugins are released simultaneously as part of KDE Gear.
The full changelog can be found here:
https://kde.org/announcements/changelogs/gear/21.04.2/
USE_GCC=any has been equivalent to USE_GCC=yes in most cases (such
as i386 and amd64 since 12.x and depending on configuration 11.x,
most newer installations on other platforms, and 13.x across the
board).
Since commit 96c17633d9 Mk/bsd.gcc.mk is treating them as
different spellings of the same, so continue the deorbiting of the
USE_GCC=any form and simply replace it with USE_GCC=yes.
This should not make any functional difference at all.
Discussed with: mat, linimon, pkubaj
I have not had time to properly maintain this port in ages, and do not
think this will change in the foreseeable future.
Someone needs to push bug 228239 beyond the finishing line (there is
some confusion about whether the patch in Debian is enough or not), and
hopefully investigate whether a p7zip fork should be adopted, or
persuade the 7-Zip maintainer to publish the code for their Linux
version (see comment #11 in the PR I mentioned).
PR: 228239
May 13, 2021. 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.
Changelogs:
https://kde.org/announcements/changelogs/releases/21.04.1/
The POSTGRESQL_DUMP_ENABLED option looks for the pg_dumpall command
which is not in the PATH, so we append the PREFIX in the script.
PR: 255509
Submitted by: Einar Bjarni Halldórsson <einar@isnic.is>
Saturday, 8 May 2021
KDE today announces the release of KDE Frameworks 5.82.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.
Full announcement and changelog:
https://kde.org/announcements/frameworks/5/5.82.0/
PR: 255711
Exp-run by: antoine
This includes the following changes:
- Report an error if a file name is empty.
- Make '-o' behave like '-c', but writing to file instead of stdout.
- Do not open output if input is a terminal.
- Replace 'decompressed', 'compressed' with 'out', 'in' in output.
- Several fixes and improvements, improved test coverage.
On the way switch from PORTVERSION to DISTVERSION and add a LICENSE_FILE
(while the license itselfs does not change from GPLv2).
PR: 255463
Submitted by: Gian-Simon Purkert <gspurki@gmail.com>