non port: devel/kdev-php/Makefile |
Number of commits found: 42 |
Friday, 13 Oct 2023
|
18:06 Tobias C. Berner (tcberner)
KDE: Update KDE Gear to 23.08.2
KDE Gear 23.08.2
Thursday, 12 October 2023
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 with updated translations,
including:
* kdeconnect: Avoid adding duplicate devices to Dolphin's side panel
(Commit, fixes bug #461872)
* merkuro: Fix shifting of date by one day/month (Commit, fixes bug
#473866)
* kdenlive: Fix multiple audio streams broken by MLT's new astream
property (Commit, fixes bug #474895)
Full changelog: https://kde.org/announcements/changelogs/gear/23.08.2/
e28cfeb |
Tuesday, 12 Sep 2023
|
15:14 Tobias C. Berner (tcberner)
devel/kdev-php: remove unused dependency on webkit
- The dependency was removed upstream in [1]
[1]
https://invent.kde.org/kdevelop/kdev-php/-/commit/f4ec18d40a1342ff4e92a39502f58bccf17242ec
29237da |
Monday, 28 Aug 2023
|
19:07 Tobias C. Berner (tcberner)
KDE: Update KDE Gear to 23.08
Thursday, 24 August 2023
We create software for people, and the KDE Gear releases are the result
of that. Every four months we publish new updates of a large number of
KDE apps and software libraries. We create new programs to meet more of
your needs, implement more features so you can adapt to an ever-changing
digital world, and make our software faster, more efficient, more
reliable. We also port it to more platforms so you can run it on more
devices: your laptop, your game console, your phone, anywhere.
Read on to find out what's new in KDE Gear 23.08
https://kde.org/announcements/gear/23.08.0
2a6cfd5 |
Tuesday, 15 Aug 2023
|
19:06 Tobias C. Berner (tcberner)
KDE: make ecm a build-only dependency in KDE applications
4c230fe |
Friday, 30 Jun 2023
|
20:05 Tobias C. Berner (tcberner)
KDE: Update KDE Gear to 23.04.2
KDE Gear 23.04.2
Thursday, 8 June 2023
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 with updated translations,
including:
* konsole: Adjust selection point coords when scrollback shrinks
* neochat: Focus message search window's search field by default
* yakuake: Prevent unnecessary tab switching when closing a tab
Changelog: https://kde.org/announcements/changelogs/gear/23.04.2/
0c2dea8 |
Tuesday, 25 Apr 2023
|
15:17 Christian Weisgerber (naddy)
audio/opus: bump consumers after update to 1.4
feb1fa3 |
Thursday, 20 Apr 2023
|
18:17 Tobias C. Berner (tcberner)
KDE: Update KDE Gear to 23.04.0
Thursday, 20 April 2023
New apps join KDE Gear ⚙️ 23.04 and unlock access to fledgling social
media platforms, online video streaming services, podcasts, and much
more. This new generation of apps are designed to work both on your
computer and mobile phone right out of the box.
But, of course, if you are also looking forward to new versions of the
KDE tools you already know and trust, those are here too! Classics like
Spectacle, Dolphin, Kdenlive, Kate, and Okular all boast shiny new
features, code optimizations, and performance improvements.
Read on to find out what's new and what has been improved in KDE Gear ⚙️
23.04:
Announcement: https://kde.org/announcements/gear/23.04.0/
Changelog: https://kde.org/announcements/changelogs/gear/23.04.0/
24f9930 |
Saturday, 10 Dec 2022
|
07:46 Tobias C. Berner (tcberner)
KDE: Update KDE Gear to 22.12
KDE Gear 22.12 is Here!
Thursday, 8 December 2022
KDE Gear ⚙️ is back with exciting new features, performance boosts, and
bugfixes for all your favorite KDE apps!
In this release: Kate extends a warm welcome, Dolphin offers you more
choices, and a lot of apps serve up hamburgers galore!
Announcement: https://kde.org/announcements/gear/22.12.0/
727562b |
Sunday, 11 Sep 2022
|
10:20 Felix Palmen (zirias)
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
ddae4e9 |
Thursday, 8 Sep 2022
|
12:20 Tobias C. Berner (tcberner)
KDE: Update KDE Gear to 22.08.1
Thursday, 8 September 2022
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 with updated translations,
including:
* kmail: Searching for messages does work again (Commit, fixes bugs
#458202 and #458245).
* kate: Fix a crash when there are no search results (Commit)
* krdc: Access dates are displayed properly now (Commit, fixes bug
#458587)
Announcement: https://kde.org/announcements/gear/22.08.1/
b83e197 |
Wednesday, 7 Sep 2022
|
21:10 Stefan Eßer (se)
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.
This commit implements such a proposal and moves one of the WWW: entries
of each pkg-descr file into the respective port's Makefile. A heuristic
attempts to identify the most relevant URL in case there is more than
one WWW: entry in some pkg-descr file. URLs that are not moved into the
Makefile are prefixed with "See also:" instead of "WWW:" in the pkg-descr
files in order to preserve them.
There are 1256 ports that had no WWW: entries in pkg-descr files. These
ports will not be touched in this commit.
The portlint port has been adjusted to expect a WWW entry in each port
Makefile, and to flag any remaining "WWW:" lines in pkg-descr files as
deprecated.
Approved by: portmgr (tcberner)
b7f0544 |
Monday, 5 Sep 2022
|
19:06 Dima Panov (fluffy)
devel/kdev-php: pet stage-qa
9bf7863 |
Thursday, 18 Aug 2022
|
16:20 Tobias C. Berner (tcberner)
KDE: Update KDE Gear to 22.08
Thursday, 18 August 2022
KDE Gear ⚙️ 22.08 has Landed!
KDE Gear ⚙️ is the collection of KDE apps, frameworks and libraries that
all release new versions at the same time. Version 22.08 brings updates
for KDE programs for working, developing your creativity and enjoying
your free time without having to submit yourself to extortionate
licenses, intrusive advertising, or surrender your privacy.
Discover the most important changes added in the last four months to
software designed to make your life better!
Full announcement:
https://kde.org/announcements/gear/22.08.0/
116b90e |
Friday, 12 Aug 2022
|
14:46 Dima Panov (fluffy)
*/*: bump all consumers after recent boost upgrade
4cf39de |
Thursday, 21 Apr 2022
|
11:26 Tobias C. Berner (tcberner)
KDE: Update KDE Gear to 22.04
Thursday, 21 April 2022
Welcome to KDE Gear ⚙️ 22.04!
Skip to What’s New
KDE Gear ⚙️ 22.04 brings you all the updates added to a long list of KDE
apps over the last four months. KDE programs allow you to work, create
and play without having to submit yourself to extortionate licenses and
intrusive advertising, or surrender your privacy to unscrupulous
corporations.
Below you will discover a selection of the changes added in the last
four months to software designed to make your life better. But remember,
there is much, much more: games, social media apps, utilities for
communicating, developing and creating stuff… All these things have been
worked on to give you more stability and boost your productivity.
If you want to see a full list of everything we have done, check out the
complete changelog.
WARNING: There’s a lot!
All the details can be found here:
https://kde.org/announcements/gear/22.04.0/
e250aeb |
Friday, 10 Dec 2021
|
06:26 Tobias C. Berner (tcberner)
KDE: Update KDE Gear to 21.12
KDE Gear 21.12 has landed and comes with a massive number of updates and
new versions of applications and libraries. Literally, dozens of classic
KDE everyday tools and the specialised sophisticated apps you use to
work, be creative and play, are getting refreshers with design
improvements, new features and performance and stability enhancements.
What's new:
https://kde.org/announcements/gear/21.12.0/#whatsnew
Changelog:
https://kde.org/announcements/changelogs/gear/21.12.0/
2c34882 |
Wednesday, 7 Apr 2021
|
08:09 Mathieu Arnold (mat)
One more small cleanup, forgotten yesterday.
Reported by: lwhsu
cf118cc |
Tuesday, 6 Apr 2021
|
14:31 Mathieu Arnold (mat)
Remove # $FreeBSD$ from Makefiles.
305f148 |
Wednesday, 3 Feb 2021
|
13:32 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.
|
Thursday, 10 Dec 2020
|
21:12 adridg
Update KDevelop and support to latest upstream version.
|
Tuesday, 8 Sep 2020
|
14:43 tcberner
devel/kdevelop: update to 5.6.0
Announcement:
https://www.kdevelop.org/news/kdevelop-560-released
|
Wednesday, 3 Jun 2020
|
16:58 tcberner
devel/kdevelop: update to 5.2.2
|
Friday, 8 May 2020
|
08:16 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.
|
Monday, 3 Feb 2020
|
16:37 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
|
Wednesday, 29 Jan 2020
|
09:30 amdmi3
- Add LICENSE
- Update WWW
Approved by: portmgr blanket
|
Saturday, 11 Jan 2020
|
19:35 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.
|
Friday, 6 Dec 2019
|
00:34 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
|
Tuesday, 5 Nov 2019
|
04:53 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
|
Tuesday, 22 Oct 2019
|
13:20 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
|
Wednesday, 4 Sep 2019
|
05:18 tcberner
devel/kdevel: update to 5.4.2
|
Tuesday, 13 Aug 2019
|
15:40 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/
|
Friday, 26 Jul 2019
|
20:46 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
|
Saturday, 9 Mar 2019
|
06:21 tcberner
devel/kdevelop: update to 5.3.2
|
Wednesday, 16 Jan 2019
|
11:13 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
in the weak wrapper resolves to the weak wrapper itself creating an infinite
call loop that overflows the stack and causes a crash. Some of the
allocation functions are variants of C++ new and delete and it probably
depends on the compiler whether these variants are used in other parts of
Qt5Webengine.
Remove the weak wrappers (make them Linux specific). This isn't binary
compatible but we are already breaking that with the changes to the symbol
versions.
[1]
https://github.com/qt/qtwebengine/commit/5c2cbfccf9aafb547b0b30914c4056abd25942a4
[2]
https://github.com/qt/qtwebengine/commit/2ed5054e3a800fa97c2c9e920ba1e6ea4b6ef2a5
[3]
https://github.com/qt/qtwebengine/commit/009f5ebb4bd6e50188671e0815a5dae6afe39db5
Bump all ports that depend on Qt5.
PR: 234070
Exp-run by: antoine
Approved by: kde (adridg)
|
Sunday, 30 Dec 2018
|
20:28 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.
|
Tuesday, 25 Dec 2018
|
20:25 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
|
Wednesday, 12 Dec 2018
|
01:35 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
|
Sunday, 18 Nov 2018
|
12:48 tcberner
Update kdevelop to 5.3.0.
Release notes: https://www.kdevelop.org/news/kdevelop-530-released
Submitted by: Alonso Schaich <alonso@FreeBSD.org>
|
Sunday, 29 Jul 2018
|
22:18 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
|
Thursday, 28 Jun 2018
|
17:39 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
|
Wednesday, 30 May 2018
|
07:46 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
|
Saturday, 28 Apr 2018
|
20:12 tcberner
Add new ports for the current version of KDevelop
|
Number of commits found: 42 |