Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
03 Feb 2021 13:32:11
5.6.2

|
adridg  |
Update devel/kdevelop and attendant ports to latest upstream
KDevelop is an integrated development environment for C, C++,
Python and PHP (there are also extensions for Rust and Go,
although those are not in FreeBSD's ports tree).
No release announcement yet, but this is an ahead-of-KDE-Frameworks
5.78 release with a compatibility fix.
There are a few new translations, too. |
10 Dec 2020 21:12:01
5.6.1

|
adridg  |
Update KDevelop and support to latest upstream version. |
08 Sep 2020 14:43:04
5.6.0

|
tcberner  |
devel/kdevelop: update to 5.6.0
Announcement:
https://www.kdevelop.org/news/kdevelop-560-released |
03 Jun 2020 16:58:27
5.5.2

|
tcberner  |
devel/kdevelop: update to 5.2.2 |
08 May 2020 08:16:00
5.5.1

|
adridg  |
Update devel/kdevelop to latest upstream release, 5.5.1
Release notes are at
https://www.kdevelop.org/news/kdevelop-551-released
Now finds Clang 10, handful of crash fixes. |
03 Feb 2020 16:37:41
5.5.0

|
tcberner  |
devel/kdevelop: update to 5.5.0
This includes the upgrades of
- devel/kdevelop-pg-qt to 2.2.1
- devel/kdev-php to 5.5.0
- devel/kdev-python to 5.5.0
Announcement:
https://www.kdevelop.org/news/kdevelop-550-released |
11 Jan 2020 19:35:15
5.4.6

|
adridg  |
Update devel/kdevelop and attendants to latest upstream release.
Release notes are at
https://www.kdevelop.org/news/kdevelop-546-released
which says
We today provide a bugfix and localization update release
with version 5.4.6. This release introduces no new features
and as such is a safe and recommended update for everyone
currently using a previous version of KDevelop 5.4. |
20 Dec 2019 09:40:45
5.4.5

|
amdmi3  |
- Add LICENSE
- Update WWW
Approved by: portmgr blanket |
06 Dec 2019 00:34:27
5.4.5

|
adridg  |
Update KDevelop and extensions to latest upstream release, 5.4.5
Release notes:
https://www.kdevelop.org/news/kdevelop-545-released
Various small fixes and forward compatibility with upcoming Qt 5.14 |
05 Dec 2019 14:38:40
5.4.4

|
fluffy  |
- devel/kdev-python: unbreak with py38
No PORTREVISION bump, build was always broken
Obtained from: KDE git |
05 Nov 2019 04:53:59
5.4.4

|
tcberner  |
devel/kdevelop: update to 5.4.4
From [1]:
We today provide a bugfix and localization update release with version 5.4.4.
This release introduces no new features and as such is a safe and recommended
update for everyone currently using a previous version of KDevelop 5.4.
You can find the updated Linux AppImage as well as the source code archives on
our download page.
ChangeLog
* kdevelop
- Fix copyright date display in About KDevelop/KDevPlatform dialogs.
(commit. fixes bug #413390)
- FindClang.cmake: also search LLVM version 9. (commit)
- Clang: Workaround for empty problem ranges at start of document. (commit)
* kdev-python
- No user-relevant changes.
* kdev-php
- No user-relevant changes.
[1] https://www.kdevelop.org/news/kdevelop-544-released |
22 Oct 2019 13:20:45
5.4.3

|
adridg  |
Update devel/kdevelop to latest upstream release.
Release notes https://www.kdevelop.org/news/kdevelop-543-released
Summary:
- lots of small fixes
- Russian translations expanded |
04 Sep 2019 05:18:08
5.4.2

|
tcberner  |
devel/kdevel: update to 5.4.2 |
13 Aug 2019 15:40:07
5.4.1

|
adridg  |
Update devel/kdevelop and attendant ports to latest upstream 5.4.1
Release announcement:
https://www.kdevelop.org/news/kdevelop-541-released
Various small bugfixes over 5.4.0, which was announced at
https://www.kdevelop.org/news/kdevelop-540-released
and *that* introduced Meson build support, Scratchpads, and clang-tidy.
The port chases upstream, with one exception: the QDebug categories
are specifically dropped back to "old" style, so they live in
${LOCALBASE}/etc/xdg with the rest, instead of the new-fangled
and we-need-to-think-about-this ${LOCALBASE}/share/qdebug-categories5/ |
26 Jul 2019 20:46:57
5.3.2_1

|
gerald  |
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 |
09 Mar 2019 06:21:57
5.3.2

|
tcberner  |
devel/kdevelop: update to 5.3.2 |
16 Jan 2019 11:13:45
5.3.1_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 ) |
30 Dec 2018 20:28:24
5.3.1

|
adridg  |
Update devel/kdevelop (and related) to latest 5.3.1 release.
Changelog: https://www.kdevelop.org/news/kdevelop-531-released
A handful of bugfixes, but most importantly, drop the cvs plugin.
This didn't work (anymore) in 5.3.0, now entirely removed. |
25 Dec 2018 20:25:40
5.3.0_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 |
12 Dec 2018 01:35:36
5.3.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 |
18 Nov 2018 12:48:54
5.3.0

|
tcberner  |
Update kdevelop to 5.3.0.
Release notes: https://www.kdevelop.org/news/kdevelop-530-released
Submitted by: Alonso Schaich <alonso@FreeBSD.org> |
29 Jul 2018 22:18:46
5.2.3_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 |
28 Jun 2018 17:39:55
5.2.3

|
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 |
30 May 2018 07:46:37
5.2.3

|
arrowd  |
Update devel/kdevelop, devel/kdev-php and devel/kdev-python to the latest
release 5.2.3.
Approved by: tcberner (mentor)
Differential Revision: https://reviews.freebsd.org/D15600 |
28 Apr 2018 20:12:32
5.2.1

|
tcberner  |
Add new ports for the current version of KDevelop |