Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
12 Feb 2019 17:48:25
5.55.0
 |
tcberner  |
Update KDE Frameworks to 5.55.0
Release Announcement:
https://www.kde.org/announcements/kde-frameworks-5.55.0.php
PR: 235620
Exp-run by: antoine |
16 Jan 2019 11:13:45
5.54.0_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 ) |
15 Jan 2019 20:54:32
5.54.0
 |
tcberner  |
Update KDE Frameworks to 5.54.0
PR: 234905
Exp-run by: antoine |
25 Dec 2018 20:25:40
5.53.0
 |
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 |
16 Dec 2018 14:59:10
5.53.0
 |
tcberner  |
Update KDE Frameworks to 5.53.0
https://www.kde.org/announcements/kde-frameworks-5.53.0.php
PR: 233885
Exp-run by: antoine |
12 Dec 2018 01:35:36
5.52.0_1
 |
gerald  |
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 |
12 Nov 2018 18:31:43
5.52.0
 |
tcberner  |
Update KDE Frameworks to 5.52.0
PR: 233107
Exp-run by: antoine |
20 Oct 2018 07:24:04
5.51.0
 |
tcberner  |
Update KDE Frameworks to 5.41
PR: 232296
Exp-run by: antoine |
17 Sep 2018 18:45:08
5.50.0
 |
tcberner  |
Update KDE Frameworks to 5.50
* net/syndication has become a framework and been moved to net/kf5-syndication.
Exp-run by: antoine
PR: 231263 |
23 Aug 2018 18:49:16
5.49.0
 |
adridg  |
Update KDE Frameworks to the latest monthly, 5.49
https://www.kde.org/announcements/kde-frameworks-5.49.0.php
Thanks Antoine for the exp-run.
PR: 230596
Submitted by: tcberner |
29 Jul 2018 22:18:46
5.48.0_1
 |
gerald  |
Bump PORTREVISION for ports depending on the canonical version of GCC
in the ports tree (via Mk/bsd.default-versions.mk and lang/gcc) which
has now moved from GCC 6 to GCC 7 by default.
This includes ports
- featuring USE_GCC=yes or USE_GCC=any,
- featuring USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and those
- with USES=compiler specifying one of openmp, nestedfct, c11, c++0x,
c++11-lib, c++11-lang, c++14-lang, c++17-lang, or gcc-c++11-lib.
PR: 222542 |
19 Jul 2018 20:45:03
5.48.0
 |
tcberner  |
Update KDE Frameworks to 5.48.0
Exp-run by: antoine
PR: 229769 |
28 Jun 2018 17:39:55
5.47.0
 |
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 |
15 Jun 2018 05:14:35
5.47.0
 |
tcberner  |
Update KDE Frameworks to 5.47
PR: 228862
Exp-run by: antoine |
18 May 2018 16:57:07
5.46.0
 |
tcberner  |
Update KDE Frameworks to 5.46
Exp-run by: antoine
PR: 228200 |
26 Apr 2018 19:54:43
5.45.0
 |
tcberner  |
Update KDE Frameworks to 5.45.0
PR: 227512
Exp-run by: antoine |
12 Mar 2018 18:04:49
5.44.0
 |
tcberner  |
Update KDE Frameworks to 5.44
PR: 226498
Exp-run by: antoine |
15 Feb 2018 17:05:46
5.43.0
 |
tcberner  |
Update KDE Frameworks to 5.43.0
PR: 225869
Exp-run by: antoine
Reviewed by: rakuco
Differential Revision: https://reviews.freebsd.org/D14287 |
17 Jan 2018 10:21:32
5.42.0
 |
tcberner  |
Update KDE Frameworks to 5.42.0
PR: 225155
Exp-run by: antoine
Reviewed by: rakuco
Differential Revision: https://reviews.freebsd.org/D13816 |
14 Dec 2017 20:15:52
5.41.0
 |
tcberner  |
Update KDE Frameworks to 5.41
PR: 224227
Exp-run by: antoine
Reviewed by: adridg, rakuco
Differential Revision: https://reviews.freebsd.org/D13367 |
16 Nov 2017 05:59:35
5.40.0
 |
tcberner  |
Update KDE Frameworks to 5.40.0
* update to 5.40.0
* unreleated cleanups:
- unify use of DISTVERSION
- remove created by line
PR: 223602
Exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D12966 |
17 Oct 2017 17:39:15
5.39.0
 |
tcberner  |
Update KDE Frameworks to 5.39
PR: 223003
Reviewed by: rakuco, adridg
Exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D12620 |
18 Sep 2017 17:42:45
5.38.0
 |
tcberner  |
Update KDE Frameworks to 5.38.0
Changelog: https://www.kde.org/announcements/kde-frameworks-5.38.0.php
PR: 222171
Exp-run by: antoine
Reviewed by: rakuco, adridg
Differential Revision: https://reviews.freebsd.org/D12289 |
10 Sep 2017 20:55:39
5.37.0_1
 |
gerald  |
Bump PORTREVISION for ports depending on the canonical version of GCC
(via Mk/bsd.default-versions.mk and lang/gcc) which has moved from
GCC 5.4 to GCC 6.4 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, c++11-lib, c++11-lang,
c++14-lang, c++0x, c11, or gcc-c++11-lib.
PR: 219275 |
29 Aug 2017 05:40:51
5.37.0
 |
tcberner  |
Update KDE Frameworks to 5.37.0
PR: 221599
Reviewed by: rakuco
Exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D12067 |
12 Jul 2017 09:42:51
5.36.0
 |
tcberner  |
Update KDE Frameworks to 5.36.0
PR: 220579
Exp-run by: antoine
Reviewed by: rakuco
Differential Revision: https://reviews.freebsd.org/D11547 |
17 Jun 2017 18:42:42
5.35.0
 |
tcberner  |
Update KDE Frameworks to 5.35
PR: 219950
Submitted by: Adriaan de Groot <groot@kde.org>
Exp-Run by: antoine |
20 May 2017 10:24:36
5.34.0
 |
tcberner  |
Update KDE Frameworks to 5.34.0
PR: 219314
Reviewed by: rakuco
Exp-run by: antoine
Approved by: rakuco (mentor, implicit)
Differential Revision: https://reviews.freebsd.org/D10747 |
19 Apr 2017 14:59:41
5.33.0
 |
tcberner  |
Update KDE Frameworks to 5.33.0
PR: 218524
Exp-run by: antoine
Reviewed by: mat, rakuco
Approved by: rakuco (mentor)
Differential Revision: https://reviews.freebsd.org/D10331 |
01 Apr 2017 15:23:32
5.32.0_1
 |
gerald  |
Bump PORTREVISIONs for ports depending on the canonical version of GCC and
lang/gcc which have moved from GCC 4.9.4 to GCC 5.4 (at least under some
circumstances such as versions of FreeBSD or platforms).
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using using Mk/bsd.octave.mk which in turn has USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c++11-lib, c++14-lang,
c++11-lang, c++0x, c11, or gcc-c++11-lib.
PR: 216707 |
17 Mar 2017 06:27:31
5.32.0
 |
tcberner  |
Update KDE Frameworks to 5.32
* While here, set the MASTER_SITES for the portingAids separately.
* Stop to couple kirigamis' distfiles with kf5 until it's actually a part of it.
PR: 217709
Exp-Run by: antoine
Reviewed by: rakuco
Approved by: rakuco (mentor)
Differential Revision: https://reviews.freebsd.org/D9959 |
18 Feb 2017 19:56:12
5.31.0
 |
tcberner  |
Update KDE Frameworks to 5.31
* New port: x11-toolkits/kirigami2
PR: 216797
Exp-Run by: antoine
Reviewed by: rakuco, mat
Approved by: rakuco (mentor)
Differential Revision: https://reviews.freebsd.org/D9554 |
26 Jan 2017 18:19:48
5.30.0
 |
tcberner  |
Update KDE Frameworks to 5.30.0
* Changelog: https://www.kde.org/announcements/kde-frameworks-5.30.0.php
* New framework: x11/kf5-kwayland
PR: 216345
Exp-run by: antoine
Reviewed by: rakuco
Approved by: rakuco (mentor)
Differential Revision: https://reviews.freebsd.org/D9271 |
19 Dec 2016 15:56:25
5.29.0
 |
tcberner  |
Update KDE Frameworks to 5.29.0
Release notes: https://www.kde.org/announcements/kde-frameworks-5.29.0.php
New ports:
* textproc/kf5-syntax-highlighting (new in 5.28.0)
* graphics/kf5-prison (new in 5.29.0)
Fixes:
* kf5-kservice: Move applications.menu to kf5-applications.menu to stop
conflicting with kdelibs4.
* Define conflicts in the kde4-l10n ports (debian does the same).
* kf5-kapidox: Fix with python3
Thanks to Matthew Rezny <matthew@reztek.cz> for looking at the conflicts in
214528,
and Dima Panov (fluffy@) for the python3 fix.
PR: 214528
Reviewed by: rakuco, mat
Approved by: rakuco (mentor)
Differential Revision: https://reviews.freebsd.org/D8776 |
14 Nov 2016 16:12:57
5.27.0
 |
tcberner  |
Importing KDE Frameworks into the ports tree (required for newer KDE Desktop and
Applications)
KDE Frameworks is a collection of libraries and software frameworks by KDE
that serve as technological foundation for KDE Plasma 5 and KDE Applications
distributed under the GNU Lesser General Public License (LGPL) [1].
The work is based on what we have in the KDE testing repo [2].
This is the next big step in updating the KDE Desktop and its Applications
to anything less dusty.
With this change, `USES=kde:5` is now a valid option. Ports that need to depend
on KDE Framework can now set:
USES=kde:5
USE_KDE=<framework1> <framework2> ... <frameworkX> (Only the first 15 lines of the commit message are shown above ) |