Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
04 Mar 2021 19:19:11
20.12.3

|
tcberner  |
Update KDE Release-Service releases to 20.12.3
20.12.3 Releases
Over 120 individual programs plus dozens of programmer libraries and feature
plugins are released simultaneously as part of KDE's release service. |
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 |
26 Oct 2020 18:46:45
1.7.7

|
tcberner  |
irc/konversation: update to 1.7.7 |
29 Sep 2020 17:02:04
1.7.6

|
tcberner  |
irc/konversation: update to 1.7.6 |
18 May 2020 15:34:54
1.7.5_6

|
tcberner  |
irc/konversation: prepare for Qt5-5.15 |
21 Mar 2020 07:24:00
1.7.5_6

|
tcberner  |
devel/qca: update to 2.3
- qca-2.3 drop support for OSSL<1.1
- copy devel/qca to devel/qca-legacy which is held at the current version
- update devel/qca to 2.3
- Add Uses/qca.mk which handles dependency on either of the ports depending on
the FreeBSD version
Users on FreeBSD11 must therefore change their pkg orign a la:
pkg set -o devel/qca:devel/qca-legacy
PR: 244682
Exp-run by: antoine
Reviewed by: arrowd
Differential Revision: https://reviews.freebsd.org/D24042 |
14 Mar 2020 17:42:11
1.7.5_5

|
tcberner  |
Make implicit dependency on devel/qt5-concurrent explicit |
15 Aug 2019 10:01:34
1.7.5_4

|
adridg  |
Update KDE Frameworks to latest upstream release, 5.61
Release notes at
https://kde.org/announcements/kde-frameworks-5.61.0.php
Thanks to
antoine@ for the exp-runs,
tcberner@ for most of the prep-work,
the Gentoo community for cherry-picking patches
There are a bunch of changes in (implicitly included) headers, which
broke existing KDE Applications builds; that's why there are a whole
bunch of "patch-gentoo-kf5-5.61-headers" patches (taken from Gentoo
packaging). Those will go away with the next KDE Applications release,
PR: 239777
Submitted by: tcberner |
26 Jul 2019 20:46:57
1.7.5_4

|
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 |
16 Mar 2019 21:32:52
1.7.5_3

|
tcberner  |
multimedia/phonon, multimedia/phonon-gestreamer,
multimedia/phonon-designerplugin: remove flavorse (Qt4 deprecation) |
16 Mar 2019 20:16:24
1.7.5_2

|
tcberner  |
devel/qca: remove flavors (Qt4 deprecation) |
16 Jan 2019 11:13:45
1.7.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 ) |
30 Dec 2018 17:15:06
1.7.5

|
tcberner  |
More GCC-related fixes in kde@ ports
PR: 234461
Submitted by: Piotr Kubaj <pkubaj@anongoth.pl> |
25 Dec 2018 20:25:40
1.7.5

|
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 |
14 Jul 2018 22:27:10
1.7.5

|
rakuco  |
Update to 1.7.5.
This is a small bugfix release with a single change fixing the build with Qt
5.11. |
28 Jun 2018 17:39:55
1.7.4_2

|
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 |
21 Jun 2018 16:52:09
1.7.4_2

|
tcberner  |
multimedia/*phonon*: update and flavorize with @qt4/@qt5
Approved by: portmgr (mat)
Differential Revision: https://reviews.freebsd.org/D14632 |
14 Apr 2018 11:09:17
1.7.4_1

|
tcberner  |
devel/qca, devel/qca-qt5 -- create flavors
Approved by: portmgr (mat)
Differential Revision: https://reviews.freebsd.org/D14651 |
23 Dec 2017 23:26:16
1.7.4

|
rakuco  |
Update to 1.7.4.
Changes from Konversation 1.7.3 to 1.7.4:
Fixed a bug causing the size of a custom chat text view font set via the
configuration dialog to be ignored. A font size modification done via the
Enlarge/Decrease Font Size actions is nowapplied on top of the configured
size (or the system default font size, respectively). |
12 Nov 2017 21:57:35
1.7.3

|
adridg  |
Update irc/konversation to latest upstream release.
Reported by: tcberner
Approved by: tcberner (mentor)
MFH: 2017Q4
Security: https://www.kde.org/info/security/advisory-20171112-1.txt
Security: CVE-2017-15923
Differential Revision: https://reviews.freebsd.org/D13065 |
30 Jun 2017 17:36:30
1.7.2_1

|
tcberner  |
Add kf5-kinit as a runtime dependency to irc/konversation
* The URL handler needs klauncher5 which is part of kf5-kinit.
Reported by: Gleb Popov <6yearold@gmail.com>
Reviewed by: rakuco
Differential Revision: https://reviews.freebsd.org/D11425 |
30 May 2017 21:10:24
1.7.2

|
rakuco  |
Update to 1.7.2 and rename to irc/konversation.
Update to the latest release (which is KF5-based) and drop the "-kde4" suffix
from the port.
Reviewed by: tcberner
Differential Revision: https://reviews.freebsd.org/D10928 |
26 Jul 2013 19:19:21
1.1_5

|
rene  |
KDE3 and QT3 expired on 2013-07-01, remove these ports.
Unfortunately, this also affects some ports using QT3 as a GUI toolkit.
Changes to infrastructure files:
- bsd.kde.mk : obsolete, remove
- bsd.qt.mk : note that a CONFLICTS_BUILD line can probably go after a while
- CHANGES : document the removals from bsd.port.mk
- KNOBS : remove KDE and QT (KDE4 and QT4 should be used instead)
- MOVED : add the removed ports
PR: ports/180745
Submitted by: rene
Approved by: portmgr (bapt)
Exp-run by: bapt |
09 Feb 2013 13:26:26
1.1_5

|
pawel  |
- Add missing deps
- Remove leading article from COMMENT
- Trim Makefile header |
30 Dec 2012 12:03:52
1.1_4

|
beat  |
- Deprecate QT3, KDE3 and unmaintained ports depending on them. QT 3.3.8
was released in 2007 and KDE 3.5.10 in 2008 and both are no longer
maintained upstream nor in our tree.
- Set EXPIRATION_DATE to 2013-07-01
Discussed with: bapt, tabthorpe |
10 Dec 2012 01:20:17
1.1_4

|
eadler  |
Revert Chris Petrik's ports to the pool. Thank you for all your work so far,
and should you desire to return just let us know.
PR: ports/174309
Submitted by: Chris Petrik |
09 Sep 2012 02:30:44
1.1_4

|
eadler  |
Welcome back Chris Petrik <c.petrik.sosa@gmail.com>
PR: ports/171481 |
01 Jun 2012 05:26:28
1.1_4 
|
dinoex  |
- update png to 1.5.10 |
05 Jul 2011 02:51:16
1.1_3 
|
tabthorpe  |
- Reassign to the heap |
19 Mar 2011 12:38:54
1.1_3 
|
miwi  |
- Get Rid MD5 support |
04 Dec 2010 07:34:27
1.1_3 
|
ade  |
Sync to new bsd.autotools.mk |
28 Mar 2010 06:47:48
1.1_3 
|
dinoex  |
- update to 1.4.1
Reviewed by: exp8 run on pointyhat
Supported by: miwi |
05 Feb 2010 11:46:55
1.1_2 
|
dinoex  |
- update to jpeg-8 |
02 Aug 2009 19:36:34
1.1_1 
|
mezz  |
-Repocopy devel/libtool15 -> libtool22 and libltdl15 -> libltdl22.
-Update libtool and libltdl to 2.2.6a.
-Remove devel/libtool15 and devel/libltdl15.
-Fix ports build with libtool22/libltdl22.
-Bump ports that depend on libltdl22 due to shared library version change.
-Explain what to do update in the UPDATING.
It has been tested with GNOME2, XFCE4, KDE3, KDE4 and other many wm/desktop
and applications in the runtime.
With help: marcus and kwm
Pointyhat-exp: a few times by pav
Tested by: pgollucci, "Romain Tartière" <romain@blogreen.org>, and
a few MarcusCom CVS users. Also, I might have missed a few.
Repocopy by: marcus
Approved by: portmgr |
31 Jul 2009 13:57:52
1.1_1 
|
dinoex  |
- bump all port that indirectly depends on libjpeg and have not yet been bumped
or updated
Requested by: edwin |
02 Sep 2008 15:02:53
1.1 
|
markus  |
Update to version 1.1
Submitted by: makc |
06 Jun 2008 13:36:43
1.0.1_2 
|
edwin  |
Bump portrevision due to upgrade of devel/gettext.
The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).
PR: ports/124340
Submitted by: edwin@
Approved by: portmgr (pav) |
19 May 2007 20:32:57
1.0.1_1 
|
flz  |
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}. |
07 Oct 2006 00:49:46
1.0.1 
|
markus  |
Update to version 1.0.1 |
02 Sep 2006 14:59:21
1.0 
|
markus  |
- Update to version 1.0
- Extend pkg-descr and fix a typo |
08 May 2006 10:32:04
0.19 
|
edwin  |
remove USE_REINPLACE for all categories starting with I |
23 Feb 2006 10:40:45
0.19 
|
ade  |
Conversion to a single libtool environment.
Approved by: portmgr (kris) |
30 Jan 2006 12:54:24
0.19 
|
markus  |
Update to version 0.19 |
22 Jan 2006 12:38:15
0.18_2 
|
edwin  |
SHA256ify
Approved by: krion@ |
22 Jan 2006 02:15:53
0.18_2 
|
edwin  |
Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry
Approved by: krion@
PR: ports/88711 (related) |
05 Nov 2005 05:22:06
0.18_2 
|
marcus  |
Bump PORTREVISION to chase the glib20 shared library update. |
07 Jun 2005 16:50:01
0.18_1 
|
markus  |
- Distfile was rerolled. Only change is the removal of gcov related CXXFLAGS
and a resulting regeneration of the buildsystem
- Bump PORTREVISION |
07 Jun 2005 09:51:46
0.18 
|
markus  |
- Update to version 0.18
- Let WWW point to the new projectsite |
11 Apr 2005 04:59:42
0.17_1 
|
krion  |
Fix plist. |
07 Apr 2005 08:00:01
0.17 
|
markus  |
Update to version 0.17 |
03 Apr 2005 20:31:38
0.16 
|
markus  |
Update to version 0.16 |
12 Mar 2005 10:54:27
0.15.1_1 
|
marcus  |
Bump PORTREVISION to chase the glib20 shared lib version change. |
28 Feb 2005 02:34:48
0.15.1 
|
markus  |
download.berlios.de seems to be unreliable from time to time, therefore add
an additional MASTERSITE.
Noticed by: pointyhat via kris |
20 Jan 2005 15:24:29
0.15.1 
|
markus  |
Fix typo by rewording the sentence |
19 Jan 2005 20:25:48
0.15.1 
|
markus  |
Update to version 0.15.1 to fix 3 vulnerabilities
Reference:
http://lists.netsys.com/pipermail/full-disclosure/2005-January/031033.html |
02 Dec 2004 01:54:07
0.15 
|
markus  |
Update to version 0.15 |
09 Nov 2004 12:30:00
0.14_1 
|
markus  |
Fix build on 5.3
Reported by: Andy Fawcett <andy@athame.co.uk> |
13 Oct 2004 01:30:24
0.14_1 
|
markus  |
- don't install xx-locale
- let WWW point to the new projectsite
- bump PORTREVISION |
04 Jul 2004 23:04:25
0.14 
|
markus  |
Update to version 0.14 |
06 Jun 2004 11:46:15
0.13_2 
|
markus  |
Don't use Makefile.kde anymore |
05 Apr 2004 03:31:02
0.13_2 
|
marcus  |
Chase the glib20 update, and bump all affected ports' PORTREVISIONs. |
28 Mar 2004 18:36:47
0.13_1 
|
markus  |
- SIZEify
Submitted by: trevor
Approved by: arved (mentor) |
23 Feb 2004 20:57:56
0.13_1 
|
markus  |
Change my email address.
Approved by: arved (mentor) |
04 Feb 2004 05:21:48
0.13_1 
|
marcus  |
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 2) |
18 Jan 2004 15:27:01
0.13 
|
clement  |
- Respect CFLAGS and PTHREAD_LIBS
PR: 61531
Submitted by: Markus Brueffer <brueffer@phoenix-systems.de> (maintainer)
Approved by: erwin (mentor) (implicitly) |
07 Jan 2004 21:19:43
0.13 
|
krion  |
- Assign maintainership to Markus Brueffer
<brueffer@phoenix-systems.de>
PR: 61040
Submitted by: Markus Brueffer <brueffer@phoenix-systems.de> |
07 Jan 2004 20:13:39
0.13 
|
krion  |
- Drop maintainership to ports@ |
20 Nov 2003 22:13:52
0.13 
|
krion  |
- Update to version 0.13
PR: 59529
Submitted by: lofi |
22 Jul 2003 10:34:12
0.12 
|
krion  |
Change my mail to @FreeBSD.org
Approved by: fjoe (mentor) |
02 Jun 2003 18:06:54
0.12 
|
arved  |
Update to 0.12
PR: 52693
Submitted by: maintainer |
16 May 2003 11:23:12
0.11 
|
fjoe  |
New port: konversation
A user friendly IRC client for KDE.
PR: 52313
Submitted by: Kirill Ponomarew |