Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
04 Feb 2021 19:21:17
20.12.2

|
tcberner  |
Update KDE Release-Service to 20.12.2
Some of our projects release on their own timescale and some get released
en-masse. The 20.12.2 bundle of projects was released today with dozens of
bugfixes and will be available through app stores and distros soon. See the
20.12.2 releases page for details.
Some of the fixes in today's bugfix releases include:
* Ark no longer crashes when closing the window while loading a TAR archive
* Dolphin calculates the folder size on FUSE and network file systems
correctly now
* Konsole no longer crashes when exiting all tabs at the same time
* Dictionaries can be added in Kiten's config dialog
* Umbrello doesn't crash anymore if exiting when a widget in a diagram is
selected
Release Notes:
https://community.kde.org/Releases/20.12_Release_Notes
Full Changelog:
https://kde.org/announcements/fulllog_releases-20.12.2/ |
08 Jan 2021 19:15:30
20.12.1

|
tcberner  |
Update KDE Release Service ports to 20.12.1
Full changelog:
https://kde.org/announcements/fulllog_releases-20.12.1/ |
11 Dec 2020 19:18:03
20.12.0

|
tcberner  |
Update KDE Applications to 20.12
- astro/libkgeomap has been removed as there are no consumers left
- deskutils/kdepim-apps-libs has been reintegrated into other ports
There are a handful of new ports available:
- astro/kosmindoormap: Library and QML component for rendering multi-level OSM
indoor maps
- deskutils/itinerary: KDE Itinerary is a digital travel assistant
- devel/kpublictransport: Access realtime public transport data
- graphics/kontrast: Color contrast checker
- textproc/markdownpart: KPart for rendering Markdown content |
05 Nov 2020 17:42:02
20.08.3

|
tcberner  |
Update KDE Apps to 20.08.3
Some of our projects release on their own timescale and some get released
en-masse. The 20.08.3 bundle of projects was released today with dozens of
bugfixes and will be available through app stores and distros soon. See the
20.08.3 releases page for details.
Some of the fixes in today's releases:
* Gwenview no longer accidentally shows the thumbnail view as a separate
window with newer Qt versions
* Sending SMS with KDEConnect has been restored
* Fixed a possible Okular crash when selecting text in annotations
Announcement:
https://kde.org/announcements/releases/2020-11-apps-update/
Changelog:
https://kde.org/announcements/fulllog_releases-20.08.3/ |
10 Oct 2020 14:17:23
20.08.2

|
tcberner  |
KDE Release Service 20.08.2 update
Dozens of KDE apps are getting new releases from KDE's release service. New
features, usability improvements, re-designs and bug fixes all contribute to
helping boost your productivity and making this new batch of applications more
efficient and pleasant to use. |
05 Sep 2020 17:59:59
20.08.1

|
tcberner  |
net/kio-gdrive: update to the version shipped via KDE release-service |
11 Jul 2020 11:38:30
1.3.0_1

|
tcberner  |
Update accounts-sso ports
- this fixes for example kio-gdrive |
24 Apr 2020 17:20:32
1.3.0

|
tcberner  |
net/kio-gdrive: update to 1.3.0 |
08 Nov 2019 13:48:35
1.2.7

|
tobik  |
net: Add missing USES={gnome,php} |
25 Aug 2019 08:00:41
1.2.7

|
tcberner  |
net/kio-gdrive: update to 1.2.7
- supports the current KDE Applications' PIM versions |
18 Aug 2019 12:46:08
1.2.6

|
adridg  |
Mark net/kio-gdrive broken
/wrkdirs/usr/ports/net/kio-gdrive/work/kio-gdrive-1.2.6/src/kio_gdrive.cpp:382:38:
error: no member named 'Id' in 'KGAPI2::Drive::FileFetchJob'
fetchJob.setFields(FileFetchJob::Id | FileFetchJob::Title |
FileFetchJob::Labels);
This was fixed upstream in 01ec4d87b2e28de5eb3c23ec469c6c746f573520,
but there hasn't been a release since then (and the number of commits
and fixes since 1.2.6 release is pretty large, I don't want to chase
backports just now).
Reported by: pkg-fallout |
26 May 2019 10:41:24
1.2.6

|
tcberner  |
net/kio-gdrive: update to 1.2.6 |
16 Mar 2019 18:46:13
1.2.5_2

|
tcberner  |
security/qtkeychain: remove flavors (Qt4 deprecation)
Approved by: portmgr (implicit) |
16 Jan 2019 11:13:45
1.2.5_1

|
tijl  |
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 ) |
13 Jan 2019 19:36:50
1.2.5

|
tcberner  |
net/kio-gdrive: update to 1.2.5 |
05 Jan 2019 14:20:50
1.2.3

|
tcberner  |
net/kio-gdrive: update to 1.2.3 |
25 Dec 2018 20:25:40
1.2.1

|
tcberner  |
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 |
29 Oct 2018 09:00:46
1.2.1

|
ak  |
- Remove empty lines after .include <bsd.port.mk>
Approved by: portmgr blanket |
28 Jun 2018 17:39:55
1.2.1

|
tcberner  |
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 |
29 Apr 2018 19:15:01
1.2.1

|
tcberner  |
New port: net/kio-gdrive
KIO slave to access gdrive |