notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
All times are UTC
Ukraine
non port: sysutils/plasma5-drkonqi/Makefile
SVNWeb

Number of commits found: 26

Thu, 14 Sep 2023
[ 10:41 Tobias C. Berner (tcberner) search for other commits by this committer ]    commit hash:d27431425c4570409c359b4c6756ab025ba405ed  commit hash:d27431425c4570409c359b4c6756ab025ba405ed  commit hash:d27431425c4570409c359b4c6756ab025ba405ed  d274314 
sysutils/plasma5-drkonqi: cleanup dependencies
Wed, 17 May 2023
[ 05:56 Tobias C. Berner (tcberner) search for other commits by this committer ]    commit hash:7769ca437c7a6594f21311f03c33f213d240b7a0  commit hash:7769ca437c7a6594f21311f03c33f213d240b7a0  commit hash:7769ca437c7a6594f21311f03c33f213d240b7a0  7769ca4  (Only the first 10 of 116 ports in this commit are shown above. View all ports for this commit)
KDE: KDE Plasma 5.27.5, Bugfix Release for May

Tuesday, 9 May 2023. Today KDE releases a bugfix update to KDE Plasma 5,
versioned 5.27.5.

Plasma 5.27 was released in February 2023 with many feature refinements
and new modules to complete the desktop experience.

This release adds a month's worth of new translations and fixes from
KDE's contributors. The bugfixes are typically small but important and
include:

 * Bluedevil Applet: introduce a brief animation for section height
   estimates.
 * Discover Flatpak: Do not crash if for any reason we lack a ref's
   source.
 * Info Centre About-distro: add a dump mode to print to cli.

Changelog: https://kde.org/announcements/changelogs/plasma/5/5.27.4-5.27.5
Tue, 25 Apr 2023
[ 15:17 Christian Weisgerber (naddy) search for other commits by this committer ]    commit hash:feb1fa34f58ea796656b86a81c2a2996b0b03c96  commit hash:feb1fa34f58ea796656b86a81c2a2996b0b03c96  commit hash:feb1fa34f58ea796656b86a81c2a2996b0b03c96  feb1fa3  (Only the first 10 of 1613 ports in this commit are shown above. View all ports for this commit)
audio/opus: bump consumers after update to 1.4
Tue, 7 Feb 2023
[ 17:11 Gleb Popov (arrowd) search for other commits by this committer Author: Tobias C. Berner ]    commit hash:d06d26f8c45e468021b1ec1def42fb1ce600a3dc  commit hash:d06d26f8c45e468021b1ec1def42fb1ce600a3dc  commit hash:d06d26f8c45e468021b1ec1def42fb1ce600a3dc  d06d26f  (Only the first 10 of 118 ports in this commit are shown above. View all ports for this commit)
KDE: Update KDE Plasma Desktop to 5.26

All About the Widgets

Plasma 5.26 comes with new and tweaked widgets, improves the desktop
experience leaps and bounds, and Plasma Big Screen's app family grows

Tuesday, 11 October 2022

Even with a bare-bones installation, Plasma lets you customize your
desktop a lot. If you want more, there is always Plasma’s vast ecosystem
of widgets. Widgets add features and utilities to the Plasma desktop and
today you can find out all the stuff you can do and what’s new for
widgets in Plasma 5.26.

Widgets are not the only thing to look forward to in Plasma 5.26: check
out all the new stuff landing on the desktop designed to make using
Plasma easier, more accessible and enjoyable, as well as the two new
utilities for Plasma Big Screen, KDE’s interface for smart TVs.

Announcement:	https://kde.org/announcements/plasma/5/5.26.0/

KDE: Update KDE Plasma Desktop to 5.26.5
Sat, 10 Dec 2022
[ 07:46 Tobias C. Berner (tcberner) search for other commits by this committer ]    commit hash:f54b86f044d490e96320f137a93a574a99793907  commit hash:f54b86f044d490e96320f137a93a574a99793907  commit hash:f54b86f044d490e96320f137a93a574a99793907  f54b86f  (Only the first 10 of 95 ports in this commit are shown above. View all ports for this commit)
KDE: Update KDE Plasma Desktop to 5.24.7

KDE Plasma 5.24.7, Bugfix Release for October

Friday, 14 October 2022. Today KDE releases a bugfix update to KDE
Plasma 5, versioned 5.24.7.

Plasma 5.24 was released in February 2022 with many feature refinements
and new modules to complete the desktop experience.

Announcement:	https://kde.org/announcements/plasma/5/5.24.7/
Sun, 11 Sep 2022
[ 10:20 Felix Palmen (zirias) search for other commits by this committer ]    commit hash:ddae4e92d8313a1461145e3b4f0232fe463feaee  commit hash:ddae4e92d8313a1461145e3b4f0232fe463feaee  commit hash:ddae4e92d8313a1461145e3b4f0232fe463feaee  ddae4e9  (Only the first 10 of 1105 ports in this commit are shown above. View all ports for this commit)
Mk/Uses: always use colon for build/run suffix

Most USES use a colon for build/run(/test) suffixes. Change kde.mk,
qt.mk and pyqt.mk to do the same, and update all ports using that.

Document in CHANGES.

PR:			266034
Exp-run by:		antoine
Approved by:		tcberner (mentor)
Differential Revision:	https://reviews.freebsd.org/D36349
Wed, 7 Sep 2022
[ 21:10 Stefan Eßer (se) search for other commits by this committer ]    commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  b7f0544  (Only the first 10 of 27931 ports in this commit are shown above. View all ports for this commit)
Add WWW entries to port Makefiles

It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.

Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.

There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Mon, 5 Sep 2022
[ 19:06 Dima Panov (fluffy) search for other commits by this committer ]    commit hash:b8e07ae0b2f2ae73518f2c81ac7f655d5903ae56  commit hash:b8e07ae0b2f2ae73518f2c81ac7f655d5903ae56  commit hash:b8e07ae0b2f2ae73518f2c81ac7f655d5903ae56  b8e07ae 
sysutils/plasma5-drkonqi: pet stage-qa
Wed, 1 Sep 2021
[ 15:04 Tobias C. Berner (tcberner) search for other commits by this committer ]    commit hash:af854d20322a1cd28f70ea3e811db3b02a6b8841  commit hash:af854d20322a1cd28f70ea3e811db3b02a6b8841  commit hash:af854d20322a1cd28f70ea3e811db3b02a6b8841  af854d2  (Only the first 10 of 78 ports in this commit are shown above. View all ports for this commit)
plasma5: update to KDE Plasma Desktop to 5.22.5

Tuesday, 31 August 2021. Today KDE releases a bugfix update to KDE
Plasma 5, versioned 5.22.5.

Plasma 5.22 was released in June 2021 with many feature refinements and
new modules to complete the desktop experience.

This release adds a month's worth of new translations and fixes from
KDE's contributors. The bugfixes are typically small but important and
include:

  *  KDE GTK Config: Make sure to actually commit GSettings changes.
  *  KSystemStats: Fix handling of IPV6 addresses. Fixes bug #436296
  *  [applets/digitalclock] Let long timezones list scroll.
     Fixes bug #439147

Full changelog:
	https://kde.org/announcements/changelogs/plasma/5/5.22.4-5.22.5/

- while here: reformat & sort the USES/USE_FOO lines consistently
Tue, 27 Jul 2021
[ 16:40 Tobias C. Berner (tcberner) search for other commits by this committer ]    commit hash:e52cbf14ed550f8f8027405de9609878135c8127  commit hash:e52cbf14ed550f8f8027405de9609878135c8127  commit hash:e52cbf14ed550f8f8027405de9609878135c8127  e52cbf1  (Only the first 10 of 68 ports in this commit are shown above. View all ports for this commit)
x11/plasma5-plasma: Update KDE Plasma Desktop to 5.22.4

Plasma 5.22 was released in June 2021 with many feature refinements and
new modules to complete the desktop experience.

This release adds three weeks' worth of new translations and fixes from
KDE's contributors. The bugfixes are typically small but important and
include:

    * Discover: Address the keyboard shortcut tooltip.
    * Sort Unsplash POTD image categories alphabetically.
    * Info Center: Unbreak about CPU value when solid is missing a
      product string.

[1] https://kde.org/announcements/plasma/5/5.22.4/
Fri, 9 Jul 2021
[ 21:59 Adriaan de Groot (adridg) search for other commits by this committer ]    commit hash:c0a5e2416d2b24af2d83fc97fa9dde37c152d6ec  commit hash:c0a5e2416d2b24af2d83fc97fa9dde37c152d6ec  commit hash:c0a5e2416d2b24af2d83fc97fa9dde37c152d6ec  c0a5e24  (Only the first 10 of 32 ports in this commit are shown above. View all ports for this commit)
*: (KDE ports) tidy up dependencies

Go another round with the dependency-cleanup:
- ECM and doctools are still more only a build-dep
- Qt testlibs is a build-dep

This touches plenty of ports outside of KDE Frameworks
that did **not** list their full dependencies and could
get away with it because frameworks pulled in too much.
Wed, 7 Apr 2021
[ 08:09 Mathieu Arnold (mat) search for other commits by this committer ]    commit hash:cf118ccf875508b9a1c570044c93cfcc82bd455c  commit hash:cf118ccf875508b9a1c570044c93cfcc82bd455c  commit hash:cf118ccf875508b9a1c570044c93cfcc82bd455c  cf118cc  (Only the first 10 of 8873 ports in this commit are shown above. View all ports for this commit)
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
Tue, 6 Apr 2021
[ 14:31 Mathieu Arnold (mat) search for other commits by this committer ]    commit hash:305f148f482daf30dcf728039d03d019f88344eb  commit hash:305f148f482daf30dcf728039d03d019f88344eb  commit hash:305f148f482daf30dcf728039d03d019f88344eb  305f148  (Only the first 10 of 29333 ports in this commit are shown above. View all ports for this commit)
Remove # $FreeBSD$ from Makefiles.
Tue, 9 Jun 2020
[ 15:47 tcberner search for other commits by this committer ] Original commit   Revision:538320 (Only the first 10 of 73 ports in this commit are shown above. View all ports for this commit)
Update KDE Plasma Desktop to 5.19.0

Tuesday, 9 June 2020.

Plasma 5.19 is out! If we gave alliterative names to Plasma releases, this one
could be "Polished Plasma". The effort developers have put into squashing bugs
and removing annoying papercuts has been immense.

In this release, we have prioritized making Plasma more consistent, correcting
and unifying designs of widgets and desktop elements; worked on giving you more
control over your desktop by adding configuration options to the System
Settings; and improved usability, making Plasma and its components easier to
use and an overall more pleasurable experience.

Read on to discover all the new features and improvements of Plasma 5.19...

Announcement:
	https://kde.org/announcements/plasma-5.19.0
Wed, 6 May 2020
[ 16:39 tcberner search for other commits by this committer ] Original commit   Revision:534188 (Only the first 10 of 55 ports in this commit are shown above. View all ports for this commit)
Update KDE Plasma Desktop to 5.18.5

Tuesday, 5 May 2020. Today KDE releases a bugfix update to KDE Plasma 5,
versioned 5.18.5. Plasma 5.18 was released in February 2020 with many feature
refinements and new modules to complete the desktop experience.

This release adds a month's worth of new translations and fixes from KDE's
contributors. The bugfixes are typically small but important and include:

    * KCM Colors fix apply button always disabled.
    * [Notifications] Don't show do not disturb end date beyond 100 days.
    * xdg-desktop-portal-kde: ScreenSharing: close dialogs when session is
      closed.

Full Changelog:
	https://kde.org/announcements/plasma-5.18.4-5.18.5-changelog
Sat, 14 Mar 2020
[ 19:03 tcberner search for other commits by this committer ] Original commit   Revision:528433
Make some implicit KDE dependencies explicit
Wed, 31 Jul 2019
[ 17:07 tcberner search for other commits by this committer ] Original commit   Revision:507721 (Only the first 10 of 75 ports in this commit are shown above. View all ports for this commit)
KDE Plasma Desktop: update to 5.16.4

Tuesday, 30 July 2019. Today KDE releases a Bugfix update to KDE Plasma 5,
versioned 5.16.4. Plasma 5.16 was released in June with many feature
refinements and new modules to complete the desktop experience.

This release adds three week's worth of new translations and fixes from KDE's
contributors. The bugfixes are typically small but important and include:

Changelog:
	https://kde.org/announcements/plasma-5.16.3-5.16.4-changelog.php
Fri, 26 Jul 2019
[ 20:46 gerald search for other commits by this committer ] Original commit   Revision:507372 (Only the first 10 of 3853 ports in this commit are shown above. View all ports for this commit)
Bump PORTREVISION for ports depending on the canonical version of GCC
as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3
to GCC 9.1 under most circumstances now after revision 507371.

This includes ports
 - with USE_GCC=yes or USE_GCC=any,
 - with USES=fortran,
 - using Mk/bsd.octave.mk which in turn features USES=fortran, and
 - with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
   c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, everything INDEX-11 shows with a dependency on lang/gcc9 now.

PR:		238330
Tue, 12 Feb 2019
[ 21:40 tcberner search for other commits by this committer ] Original commit   Revision:492811 (Only the first 10 of 111 ports in this commit are shown above. View all ports for this commit)
Update KDE Plasma to 5.15

Announcement:
    https://www.kde.org/announcements/plasma-5.15.0.php

Changelog:
    https://www.kde.org/announcements/plasma-5.14.5-5.15.0-changelog.php
Wed, 16 Jan 2019
[ 11:13 tijl search for other commits by this committer ] Original commit   Revision:490472 (Only the first 10 of 1089 ports in this commit are shown above. View all ports for this commit)
Fix Qt5 symbol version scripts to put the catch-all clause first.  When
a symbol matches multiple clauses the last one takes precedence.  If the
catch-all is last it captures everything.  In the case of Qt5 libraries
this caused all symbols to have a Qt_5 label while some should have
Qt_5_PRIVATE_API.  This only affects lld because GNU ld always gives the
catch-all lowest priority.

Older versions of Qt5Webengine exported some memory allocation symbols from
the bundled Chromium.  Version 5.9 stopped exporting these [1] but the
symbols were kept as weak wrappers for the standard allocation functions to
maintain binary compatibility. [2][3]  The problem is that the call to the
standard function in these weak wrappers is only resolved to the standard
function if there's a call to this standard function in other parts of
Qt5Webengine, because only then is there a non-weak symbol that takes
precedence over the weak one.  If there's no such non-weak symbol the call
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Mon, 31 Dec 2018
[ 06:38 tcberner search for other commits by this committer ] Original commit   Revision:488757 (Only the first 10 of 106 ports in this commit are shown above. View all ports for this commit)
Update KDE Plasma Desktop to 5.14.4

https://www.kde.org/announcements/plasma-5.14.4.php

PR:		222905
Tue, 25 Dec 2018
[ 20:25 tcberner search for other commits by this committer ] Original commit   Revision:488341 (Only the first 10 of 1277 ports in this commit are shown above. View all ports for this commit)
Change cmake default behaviour to outsource.

Ports that build out of source now simply can use "USES=cmake"
instead of "USES=cmake:outsource". Ports that fail to build
out of source now need to specify "USES=cmake:insource".

I tried to only set insource where explictely needed.

PR:		232038
Exp-run by:	antoine
Wed, 12 Dec 2018
[ 01:35 gerald search for other commits by this committer ] Original commit   Revision:487272 (Only the first 10 of 3168 ports in this commit are shown above. View all ports for this commit)
Bump PORTREVISION for ports depending on the canonical version of GCC
defined via Mk/bsd.default-versions.mk which has moved from GCC 7.4 t
GCC 8.2 under most circumstances.

This includes ports
 - with USE_GCC=yes or USE_GCC=any,
 - with USES=fortran,
 - using Mk/bsd.octave.mk which in turn features USES=fortran, and
 - with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
   c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, as a double check, everything INDEX-11 showed depending on lang/gcc7.

PR:		231590
Sat, 27 Oct 2018
[ 11:50 tcberner search for other commits by this committer ] Original commit   Revision:483125 (Only the first 10 of 62 ports in this commit are shown above. View all ports for this commit)
Fix build with GCC-based architectures for various kde@ ports.

- Qt5 required c++11 support.

Submitted by:	Piotr Kubaj <pkubaj@anongoth.pl>
PR:		232726
PR:		232725
PR:		232723
PR:		232722
PR:		232721
PR:		232720
PR:		232719
PR:		232697
PR:		232682
PR:		232669
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Thu, 28 Jun 2018
[ 17:39 tcberner search for other commits by this committer ] Original commit   Revision:473503 (Only the first 10 of 1416 ports in this commit are shown above. View all ports for this commit)
Replace bsd.qt.mk by Uses/qt.mk and Uses/qt-dist.mk

From now on, ports that depend on Qt4 will have to set
	USES=		qt:4
	USE_QT=		foo bar
ports depending on Qt5 will use
	USES=		qt:5
	USE_QT=		foo bar

PR:		229225
Exp-run by:	antoine
Reviewed by:	mat
Approved by:	portmgr (antoine)
Differential Revision:	-https://reviews.freebsd.org/D15540
Fri, 27 Apr 2018
[ 20:29 tcberner search for other commits by this committer ] Original commit   Revision:468495 (Only the first 10 of 244 ports in this commit are shown above. View all ports for this commit)
Import the KDE Plasma5 ports

This is an import of the Plasma5 ports that we have had in the development
repository for quite some time now.

Please note:
 * Plasma5 cannot be installed at the same time as KDE SC4.
 * Qt5 assumes /etc/localtime to be a symlink to a tz file, not a regular file.
 * To start plasma5, it is recommended to use something like
       exec ck-launch-session startkde
 * Powermanagement and such is not working :-)

I would like to thank all the people that have helped test it in the past years.

Reviewed by:	adridg
Differential Revision:	https://reviews.freebsd.org/D15096

Number of commits found: 26