Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
18.04.3 13 Jul 2018 17:41:57 |
tcberner |
Update KDE Applications to 18.04.3 |
18.04.2 28 Jun 2018 17:39:55 |
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 |
18.04.2 10 Jun 2018 10:39:35 |
tcberner |
Update KDE Applications to 18.04.2 |
18.04.1 11 May 2018 06:09:40 |
tcberner |
Update KDE Applications to 18.04.1 |
18.04.0 28 Apr 2018 18:11:50 |
tcberner |
Update KDE Applications to 18.04.0
* Pin multimedia/kdelive at 17.12.3 until we import the mlt update from the
dev-repo. |
17.12.3_1 18 Apr 2018 13:57:43 |
jbeich |
devel/boost-*: update to 1.67.0
Changes: http://www.boost.org/users/history/version_1_67_0.html
PR: 227427
Exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D15030 |
17.12.3 17 Apr 2018 07:43:43 |
adridg |
Provide Akonadi (server) and KMail (client) with a pkg-message that
provides a workaround for "the world is going to end!" messages.
Approved by: tcberner (mentor, implicit) |
17.12.3 09 Apr 2018 19:02:33 |
tcberner |
New ports: databases/akonadi
This is the current version of KDE Applications <foo>.
Note that users of KDE SC4 should stick with <foo>-kde4. |
1.13.0_6 20 Mar 2018 18:03:48 |
tcberner |
Move databases/akonadi to databases/akonadi-kde4 |
1.13.0_6 18 Jan 2018 04:11:03 |
jbeich |
devel/boost-*: update to 1.66.0
Changes: http://www.boost.org/users/history/version_1_66_0.html
PR: 223922
Exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D13279 |
1.13.0_5 25 Sep 2017 00:08:17 |
jbeich |
devel/boost-*: update to 1.65.1
Changes: http://www.boost.org/users/history/version_1_65_1.html
PR: 218835
Approved by: maintainer timeout (1.65.1: 2 weeks; 1.65.0: 1 month)
Tested by: jhibbits (on powerpc64, earlier version)
Exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D11582 |
1.13.0_4 25 Sep 2017 00:05:06 |
jbeich |
devel/boost-*: enable C++11 features
PR: 218835
Obtained from: https://github.com/DragonFlyBSD/DeltaPorts/pull/690
Approved by: maintainer timeout (2 months)
Exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D11582 |
1.13.0_3 22 Sep 2017 10:48:29 |
mat |
Remove USES=execinfo.
PR: 220271
Submitted by: mat (review), Yasuhiro KIMURA (PR)
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D11488 |
1.13.0_3 02 May 2017 06:48:11 |
jbeich |
devel/boost-*: update to 1.64.0
Changes: http://www.boost.org/users/history/version_1_64_0.html
PR: 218835
Approved by: office (bapt)
Exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D10472 |
1.13.0_2 06 Jan 2017 08:45:04 |
jbeich |
devel/boost-*: update to 1.63.0
Changes: http://www.boost.org/users/history/version_1_63_0.html
PR: 215598
Exp-run by: antoine
Approved by: office (bapt)
MFH: 2017Q1 |
1.13.0_1 18 Dec 2016 22:06:50 |
tcberner |
Get rid of QT_PREFIX in favour of PREFIX.
QT_PREFIX was a remnant of a bygone time.
Reviewed by: rakuco
Approved by: rakuco (mentor)
Differential Revision: https://reviews.freebsd.org/D8825 |
1.13.0_1 23 Nov 2016 12:45:47 |
jbeich |
devel/boost-*: update to 1.62.0
- Enable `long double` C99 math usage
- Switch 9.x back to building with GCC
Changes: http://www.boost.org/users/history/
PR: 199601
Submitted by: Chen Xu, bapt, amdmi3, truckman (based on)
Reviewed by: rakuco (kde) (earlier version)
Exp-run by: antoine (3 tries), truckman (consumers only, earlier versions)
Approved by: bapt (office) |
1.13.0 21 Oct 2016 15:21:13 |
mat |
Use USES=pathfix where applicable.
PR: 213195
Submitted by: mat
Exp-run by: antoine
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D8093 |
1.13.0 24 Aug 2016 08:20:31 |
tcberner |
Replace Mk/bsd.kde4.mk by Mk/Uses/kde.mk in preparation for KDE Frameworks and
Plasma5 ports
At the moment KDE ports use bsd.kde4.mk to handle their dependencies. When
working on the ports for KDE Frameworks and Plasma5 it seemed to be more
reasonable to create a new kde.mk instead of adding an bsd.kde5.mk.
The kde.mk in this review is a stripped down version of the one we are using in
the KDE Test repositories plasma5 branch [1] to only contain the parts relevant
to the current KDE4 ports in the portstree [2].
Changes to the KDE Ports needed by this:
Replace USE_KDE4 by USE_KDE [3]
Add USES=kde:4 [4] (Only the first 15 lines of the commit message are shown above ) |
25 May 2016 20:56:06
|
rene |
Remove expired misc/kdehier4 and update all of its consumers to not reference it
any
longer. This is a no-op because KDE4_PREFIX is equal to LOCALBASE
Fix up properties for misc/kde4-l10n/files/bsd.l10n.mk to make svn happy.
PR: 209014 (partial)
Submitted by: myself
Approved by: portmgr (bapt)
Differential Revision: https://reviews.freebsd.org/D6542 |
1.13.0 25 May 2016 15:43:34 |
mat |
Remove useless WRKSRC definitions.
While there, correct DEV_WARNINGS when they occur.
Sponsored by: Absolight |
1.13.0 25 Apr 2016 16:13:39 |
mat |
Remove USE_SQLITE from bsd.databases.mk, replaced by USES=sqlite.
While there replace USE_SQLITE=x by USES=sqlite:x.
PR: 208971
Submitted by: mat
Exp-run by: antoine
With hat: portmgr
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D5951 |
1.13.0 01 Apr 2016 14:00:57 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight |
1.13.0 09 Jan 2015 19:58:15 |
rakuco |
Update WWW with a working URL. |
1.13.0 19 Oct 2014 15:49:52 |
makc |
Merge from KDE/FreeBSD in preparation for KDE SC 4.14:
common changes:
- don't use deprecated USE_KDE4=kdehier
- drop deprecated @dirrmtry and use absolute path instead of @cwd
databases/akonadi:
- Update to 1.13.0
- add upstream patch to really avoid building Akonadi's unit tests
devel/grantlee:
- update to 0.5.1
devel/libkgapi:
- update to 2.2.0 (Only the first 15 lines of the commit message are shown above ) |
1.12.1_1 05 Aug 2014 06:36:07 |
bapt |
USES=execinfo |
1.12.1_1 05 Jul 2014 12:19:33 |
tijl |
Bump more ports that depend on libsqlite3.so:
- ports that set USE_SQLITE with the *_USE option helper
- ports that depend on libsqlite3 indirectly as reported by pkg rquery
Approved by: portmgr (implicit) |
1.12.1 18 Apr 2014 18:13:12 |
rakuco |
Update to 1.12.1.
1.12.1 07-April-2014
----------------------------------------------
- Fixed deadlock in SearchManager
- Fixed notification emission when appending items
- Fixed ItemRetriever ignoring changeSince argument
- Fixed X-AKAPPEND command response
- Fixed RID-based FETCH
- Fixed data loss in case of long-lasting copy or move operations |
1.12.0 03 Apr 2014 21:06:04 |
rakuco |
Update to 1.12.0.
Changes since 1.11.0:
* Improved 'akonadictl status' command output
* Server-search support
* Search plugins support
* Tags support
* Fixes and improvements in search
* Fixes in protocol parser
* Fixed inter-resource moves
* Fixed .desktop files parsing
* Optimized collections tasks scheduling
* Optimized flags handling
* Optimized appending new items via AK-APPEND
* Handle database transactions deadlocks and timeouts
* Improved PostgreSQL support
* Soprano is now an optional dependency
* Removed MySQL Embedded support |
1.11.0_2 04 Mar 2014 07:38:11 |
makc |
databases/akonadi:
- Fix dependency on mysql (lost after conversion to options helpers) |
1.11.0_1 19 Feb 2014 13:36:00 |
rakuco |
Add upstream patch to fix the build with clang 3.4.
clang 3.4 is pickier and refuses to work when passed flags it does not
understand, such as -fno-check-new in this case.
PR: ports/186873 |
1.11.0 18 Feb 2014 13:55:27 |
makc |
Merge from area51 in preparation for KDE SC 4.12:
databases/akonadi:
- Update to 1.11.0
- Drop ipv6 from CATEGORIES
- Squeeze MASTER_SITES/SUBDIR
- Add dependency on modern compiler to fix build on 9.x
- Use options helpers
- Remove QT_PREFIX from PLIST_SUB, it's already set in bsd.qt.mk
- Realign commented lines
devel/grantlee: update to 0.4.0
- Remove broken DOXYGEN option
- Add list of ports that need modification on grantlee update
- Remove MAKE_JOBS_UNSAFE
devel/libkgapi:
- Update to 2.0.1
devel/libkolab:
- Update to 0.5.0
textproc/libkolabxml:
- Update to 1.0.1 |
1.10.3_1 07 Feb 2014 11:44:09 |
bapt |
Chase boost and icu bump
While here convert some LIB_DEPENDS |
1.10.3 11 Dec 2013 18:08:53 |
bapt |
In preparation for making libtool generate libraries with a sane name, fix all
LIB_DEPENDS in databases |
1.10.3 17 Nov 2013 02:12:25 |
avilla |
- Replace QT_.*_REL with QT_.* in PLIST_SUB.
- Adapt plists.
With hat on: kde |
1.10.3 14 Oct 2013 13:14:19 |
rakuco |
Update to 1.10.3 (and support staging).
This release is particularly important for people using PostgreSQL as
Akonadi's backend (note this is not the default), as Qt 4.8.5 and older
versions of Akonadi do not play well.
Full list of changes:
- Fix crash when there are no flags to update during flags change
- Fix crash on Akonadi shutdown when using PostgreSQL
- Fix notification to clients about database upgrade
- Send dummy requests to MySQL from time to time to keep the connection
alive
- Bug #277839 - Fix problem with too long socket paths
- Bug #323977 - Check minimum MySQL version at runtime
- Bug #252120, Bug #322931 - Use text instead of bytea column type for
QString in PostgreSQL |
1.10.2 20 Sep 2013 16:13:49 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
databases) |
1.10.2 28 Jul 2013 13:58:11 |
rakuco |
- Update to 1.10.2.
- Remove trailing slash from MASTER_SITE_SUBDIR, a trailing slash is already
added automatically. |
1.10.0 10 Jul 2013 09:48:37 |
rakuco |
Update to 1.10.0.
Changelog (since 1.9.2):
- Memory optimizations.
- Fix a runtime error on Windows.
- Update item access time less often.
- Don't try to start akonadiserver if mysqld is not installed.
- Allow to fetch available items even if there are errors in some of the
items.
- Properly restrict the external part removal to the deleted collection.
- Support checking the cache for payloads in the FETCH command.
- Add infrastructure to track client capabilities.
- Allow to disable the cache verification on retrieval.
- fsck: move orphaned pim items to lost+found, delete orphaned pim item
flags.
- Introduce NotificationMessageV2 that supports batch operations on set of
entities.
- Fix build with Boost >= 1.53.
- Fix a runtime issue with MySQL >= 5.6 (MySQL >= 5.1.3 is now the minimum
version). |
1.9.2 11 May 2013 07:39:39 |
makc |
- Update to 1.9.2
- Remove no longer needed calls for update-mime-database from post-install and
plist, 'USE_KDE4= sharedmime' does all the job |
1.9.1 22 Mar 2013 13:39:58 |
makc |
- Update to 1.9.1
- Adjust Qt4 components
- Convert to USES
- Get rid of no longer needed KDE4_BUILDENV and add USE_LDCONFIG |
1.9.0 03 Feb 2013 20:10:39 |
makc |
KDE/FreeBSD team presents KDE SC 4.9.5 ports!
- kdebindings ports have been renamed to match upstream.
- kdemultimedia and kdenetwork have been split.
- New port games/pairs added.
- Trim Makefile header
- Convert to new option framework
- New USE_KDE4 components: libkcddb, libkcompactdisc
- Update:
databases/akonadi to 1.9.0
devel/grantlee to 0.3.0
textproc/rasqal to 0.9.30
textproc/redland-bindings to 1.0.16.1
textproc/soprano to 2.9.0
x11-toolkits/attica to 0.4.1
The area51 repository features commits by Schaich Alonso, avilla, dbn,
jhale, makc and rakuco.
Contributors:
- Oleg Sidorkin
- Tobias Berner
- Kurt Jaeger |
1.7.2_4 31 Jan 2013 13:38:43 |
bapt |
Chase boost update |
1.7.2_3 15 Jun 2012 15:23:48 |
avilla |
- Set 'wait_timeout' to a safer value.
- Bump PORTREVISION.
Discussed with: ale via email |
1.7.2_2 15 Jun 2012 01:36:07 |
avilla |
- Fix two serious bugs with local MySQL backend:
* let Akonadi install default 'mysql' database;
* lower 'wait_timeout' to avoid overflow and avoid premature
connection closing.
- Add update instructions to UPDATING. [1]
- Convert to OPTIONSng.
- Bump PORTREVISION.
KMail 2 and other Akonadi-enabled programs are now working
successfully. Thanks to Dwayne MacKinnon and Mel Flynn who helped
investigating the bug.
Reviewed by: rakuco [1] |
1.7.2_1 06 Jun 2012 06:44:38 |
miwi |
- Convert USE_QT_VER=4 and QT_COMPONETS to USE_QT4
Review by: bapt, David Naylor (kde team) |
1.7.2_1 01 Jun 2012 05:26:28 |
dinoex |
- update png to 1.5.10 |
1.7.2 25 May 2012 01:53:50 |
makc |
Update KDE related ports:
databases/akonadi to 1.7.2
devel/libdbusmenu-qt to 0.9.2
devel/qtscriptgenerator to 0.2.0
multimedia/phonon to 4.6.0
multimedia/phonon-gstreamer to 4.6.0
multimedia/phonon-vlc to 0.5.0
sysutils/qzeitgeist to 0.8.0 |
1.6.2 10 Nov 2011 17:23:51 |
rakuco |
Update to 1.6.2.
Approved by: avilla (mentor)
Feature safe: yes |
1.6.0_1 16 Oct 2011 22:46:31 |
avilla |
- Add dependency on qt4-gui.
- Make postgresql and sqlite dependencies optional.
- Bump PORTREVISION. |
1.6.0 18 Sep 2011 23:19:08 |
rakuco |
Remove unneeded sed hacks for entities.h.
This header file is not installed, and the current build directory is
added to the include path list before LOCALBASE, so there should be no
naming conflicts with graphics/gd.
Approved by: avilla (mentor) |
1.6.0 20 Aug 2011 00:09:41 |
dougb |
Remove direct dependency on mysqld. The port already has USE_MYSQL= server
so there is no functional change to the dependencies.
PR: ports/159539
Submitted by: me
Approved by: maintainer timeout (14 days) |
1.6.0 17 Jul 2011 17:52:04 |
avilla |
- Fix MASTER_SITES: they were changed recently. |
1.6.0 17 Jul 2011 15:39:24 |
avilla |
- Update to 1.6.0.
Submitted by: Raphael Kubo da Costa <kubito@gmail.com> via area51 |
1.5.3 16 May 2011 18:35:13 |
makc |
Update to 1.5.3
Submitted by: Raphael Kubo da Costa <kubito at gmail.com> via area51 |
1.5.2 26 Apr 2011 20:41:30 |
makc |
Update to 1.5.2 |
1.5.1 10 Apr 2011 08:46:46 |
makc |
Drop KDE4_BUILD_TYPE in favour of CMAKE_BUILD_TYPE |
1.5.1 25 Mar 2011 10:16:44 |
avilla |
- Update libdbusmenu-qt to 0.8.0.
- Update akonadi to 1.5.1.
- Update soprano to 2.6.0. |
1.4.1_3 20 Mar 2011 12:54:45 |
miwi |
- Get Rid MD5 support |
1.4.1_3 19 Mar 2011 13:15:34 |
ale |
Bump PORTREVISION for ports linking to default libmysqlclient. |
1.4.1_2 16 Dec 2010 07:57:56 |
avilla |
- Fix installation of the sqlite3 plugin.
- Add note in UPDATING for the deletion of the stale plugin.
- Add LICENSE.
- Do not build unit tests.
- Bump PORTREVISION. |
1.4.1_1 24 Oct 2010 16:02:12 |
makc |
Restore patch, it was not included in this release.
Pointed out by: tijl@ via irc |
1.4.1 23 Oct 2010 18:48:58 |
makc |
Update to 1.4.1 |
1.4.0_1 05 Sep 2010 23:21:19 |
fluffy |
- Backport fix for --datadir=... syntax for embedded mysql database
Obtained from: kde svn repo |
1.4.0 02 Sep 2010 21:03:17 |
makc |
Update to 1.4.0 for KDE SC 4.5 |
1.3.1_1 12 Jun 2010 16:53:13 |
fluffy |
- Bump PORTREVISION after recent boost update |
1.3.1 11 May 2010 14:49:33 |
fluffy |
- Upadte Akonadi to 1.3.1 release
With hat on: kde@ |
1.2.1_2 28 Mar 2010 06:47:48 |
dinoex |
- update to 1.4.1
Reviewed by: exp8 run on pointyhat
Supported by: miwi |
1.2.1_1 27 Nov 2009 00:49:55 |
miwi |
- Bump PORTREVISION |
1.2.1 27 Nov 2009 00:48:41 |
miwi |
- Force commit to correct the entry
- Backport execinfo support from svn
Thanks to: rakuko/fluffy |
1.2.1 27 Nov 2009 00:46:33 |
miwi |
- Update to 1.2.1 |
1.2.1 01 Sep 2009 22:19:47 |
tabthorpe |
The FreeBSD KDE is please to announce the release of KDE 4.3.1,
a bugfix, translation and maintenance update. Release note can be found
at http://kde.org/announcements/announce-4.3.1.php
We would like to thank all our contributors and testers. My personal
thanks to miwi and makc for coaching me through my first KDE commit. |
1.2.0_1 10 Aug 2009 11:47:36 |
makc |
Mk/bsd.kde4.mk:
- rework KDE4_BUILDENV
All ports:
- remove needless post-extract target
- make patches relative to ${PATCH_WRKSRC}
- clean up
- bump PORTREVISION when required
databases/akonadi:
- replace dependency on boost-python-libs with boost-libs
(finally, boost-pyhton does not conflict with boost \o/)
deskutils/kdepim*:
- replace boost-python-libs with boost-libs (Only the first 15 lines of the commit message are shown above ) |
1.2.0 04 Aug 2009 21:14:07 |
miwi |
The KDE FreeBSD team is proud to announce the release of KDE 4.3.0
for FreeBSD. The official KDE 4.3.0 (Codename: "Caizen") release
notes can be found at:
http://kde.org/announcements/4.3/index.php.
We'd like to say thanks to all helpers and submitters.
Tested by: pointyhat-exp-run (pav/miwi) |
1.1.2 28 Jul 2009 11:45:09 |
pav |
- Update boost to 1.39
- Split boost port to separate components, with boost-all metaport
PR: ports/137054
Submitted by: Alexander Churanov <churanov.port.maintainer@gmail.com>
(maintainer) |
1.1.2 03 Jun 2009 11:02:11 |
miwi |
The KDE FreeBSD team is pleased to announce KDE 4.2.4, the last bugfix
release in 4.2.x series. The official KDE 4.2.4 release changelog can
be found at:
http://www.kde.org/announcements/changelogs/changelog4_2_3to4_2_4.php. |
1.1.2 09 May 2009 19:38:17 |
makc |
Update KDE ports to 4.2.3
See original release announcement for details:
http://kde.org/announcements/announce-4.2.3.php
New ports:
devel/kdebindings4:
Meta port of KDE bindings for C#, Java, PHP, Python and Ruby.
Currently only Python bindings are supported.
devel/kdebindings4-python, devel/kdebindings4-python-krosspython,
devel/kdebindings4-python-pykde4:
Python bindings for KDE.
print/kdeutils4-printer-applet:
printer-applet is a system tray utility. It shows current print jobs,
shows printer warnings and errors and shows when printers that have
been plugged in for the first time are being auto-configured by
hal-cups-utils. It replaces kjobviewer in KDE 3.
print/system-config-printer-kde
A port of Gnome system-config-printer to KDE. |
1.1.1_2 22 Apr 2009 13:08:32 |
miwi |
- Update MASTER_SITES
Reported by: pavbot |
1.1.1_2 17 Apr 2009 13:10:42 |
miwi |
- Mark all kde4 ports MAKE_JOBS_UNSAFE
Approved by: portmgr (pav) |
1.1.1_2 24 Mar 2009 19:13:32 |
makc |
bump PORTREVISION after cmake update |
1.1.1_1 09 Mar 2009 01:17:57 |
makc |
Bump PORTREVISION after changing dependencies |
1.1.1 09 Mar 2009 00:55:48 |
makc |
Update KDE to 4.2.1.
multimedia/phonon port has been split into phonon itself, phonon-xine
and phono-gstreamer backends. After updating phonon port you have
to install at least one backend. phonon-xine backend is recommended
for KDE. |
1.1.1 08 Feb 2009 20:23:46 |
miwi |
The KDE FreeBSD team is proud to announce the release of KDE 4.2.0
for FreeBSD. The official KDE 4.2.0 (Codename: "The Answer") release
notes can be found at:
http://kde.org/announcements/4.2/index.php.
New supported languages include Arabic, Icelandic, Basque,
Hebrew, Romanian, Tajik and several Indian languages (Bengali India,
Gujarati, Kannada, Maithili, Marathi) indicating a rise in popularity in
this part of Asia.
New ports for KDE 4.2.0:
arabic/kde4-l10n Arabic
hebrew/kde4-l10n Hebrew
misc/kde4-l10n-bn_IN Bengali (India)
misc/kde4-l10n-eu Basque (Only the first 15 lines of the commit message are shown above ) |
1.0.0_1 13 Jan 2009 23:16:39 |
makc |
kde@freebsd team is pleased to announce KDE 4.1.4, the last bugfix release in
4.1.x series.
You have only two weeks to play with it -- KDE 4.2.0 is coming ;)
Great thanks for those who helped us with testing 4.1.2 and 4.1.3 during
long-long ports ice-age.
For lists of bugfixes and improvements please see:
http://www.kde.org/announcements/changelogs/changelog4_1_1to4_1_2.php
http://www.kde.org/announcements/changelogs/changelog4_1_2to4_1_3.php
http://www.kde.org/announcements/changelogs/changelog4_1_3to4_1_4.php
Approved by: miwi (mentor) |
1.0.0 09 Aug 2008 16:52:28 |
miwi |
The KDE FreeBSD team is proud to announce the release of KDE 4.1.0
for FreeBSD. The official KDE 4.1.0 release notes can be found at
http://www.kde.org/announcements/4.1/.
Some note:
* Prefix
KDE4 will be install into a custom prefixes namely ${LOCALBASE}/kde4.
KDE4 and KDE3 can co-exist
* Sound
For sound to work, it is necessary to have dbus and hal enabled
in your system. Please see the respective documentation on how
to enable these.
For more Informations see the HEADS UP at ports@ and kde-freebsd@
or our wiki page http://wiki.freebsd.org/KDE4/Install.
Have fun! |