aboutsummaryrefslogtreecommitdiff
path: root/databases/akonadi
Commit message (Collapse)AuthorAgeFilesLines
* databases/akonadi:Max Brazhnikov2014-03-041-3/+2
| | | | | | | - Fix dependency on mysql (lost after conversion to options helpers) Notes: svn path=/head/; revision=346998
* Add upstream patch to fix the build with clang 3.4.Raphael Kubo da Costa2014-02-192-0/+23
| | | | | | | | | | 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 Notes: svn path=/head/; revision=345091
* Merge from area51 in preparation for KDE SC 4.12:Max Brazhnikov2014-02-184-46/+28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=344889
* Chase boost and icu bumpBaptiste Daroussin2014-02-071-0/+1
| | | | | | | While here convert some LIB_DEPENDS Notes: svn path=/head/; revision=343214
* In preparation for making libtool generate libraries with a sane name, fix allBaptiste Daroussin2013-12-111-2/+2
| | | | | | | LIB_DEPENDS in databases Notes: svn path=/head/; revision=336187
* - Replace QT_.*_REL with QT_.* in PLIST_SUB.Alberto Villa2013-11-171-1/+1
| | | | | | | | | - Adapt plists. With hat on: kde Notes: svn path=/head/; revision=334045
* Update to 1.10.3 (and support staging).Raphael Kubo da Costa2013-10-143-6/+6
| | | | | | | | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=330317
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | databases) Notes: svn path=/head/; revision=327717
* - Update to 1.10.2.Raphael Kubo da Costa2013-07-283-5/+5
| | | | | | | | - Remove trailing slash from MASTER_SITE_SUBDIR, a trailing slash is already added automatically. Notes: svn path=/head/; revision=323830
* Update to 1.10.0.Raphael Kubo da Costa2013-07-103-4/+6
| | | | | | | | | | | | | | | | | | | | | | | | 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). Notes: svn path=/head/; revision=322634
* - Update to 1.9.2Max Brazhnikov2013-05-113-9/+4
| | | | | | | | - Remove no longer needed calls for update-mime-database from post-install and plist, 'USE_KDE4= sharedmime' does all the job Notes: svn path=/head/; revision=317853
* - Update to 1.9.1Max Brazhnikov2013-03-223-6/+7
| | | | | | | | | - Adjust Qt4 components - Convert to USES - Get rid of no longer needed KDE4_BUILDENV and add USE_LDCONFIG Notes: svn path=/head/; revision=314929
* KDE/FreeBSD team presents KDE SC 4.9.5 ports!Max Brazhnikov2013-02-034-39/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | - 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 Notes: svn path=/head/; revision=311483
* Chase boost updateBaptiste Daroussin2013-01-311-5/+2
| | | | Notes: svn path=/head/; revision=311310
* - Set 'wait_timeout' to a safer value.Alberto Villa2012-06-151-4/+5
| | | | | | | | | - Bump PORTREVISION. Discussed with: ale via email Notes: svn path=/head/; revision=299352
* - Fix two serious bugs with local MySQL backend:Alberto Villa2012-06-152-12/+34
| | | | | | | | | | | | | | | | | | * 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] Notes: svn path=/head/; revision=299296
* - Convert USE_QT_VER=4 and QT_COMPONETS to USE_QT4Martin Wilke2012-06-061-4/+3
| | | | | | | Review by: bapt, David Naylor (kde team) Notes: svn path=/head/; revision=298557
* - update png to 1.5.10Dirk Meyer2012-06-011-0/+1
| | | | Notes: svn path=/head/; revision=297915
* Update KDE related ports:Max Brazhnikov2012-05-255-42/+51
| | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=297370
* Update to 1.6.2.Raphael Kubo da Costa2011-11-103-5/+4
| | | | | | | | Approved by: avilla (mentor) Feature safe: yes Notes: svn path=/head/; revision=285462
* - Add dependency on qt4-gui.Alberto Villa2011-10-162-16/+43
| | | | | | | | - Make postgresql and sqlite dependencies optional. - Bump PORTREVISION. Notes: svn path=/head/; revision=283623
* Remove unneeded sed hacks for entities.h.Raphael Kubo da Costa2011-09-181-13/+0
| | | | | | | | | | | 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) Notes: svn path=/head/; revision=281964
* Remove direct dependency on mysqld. The port already has USE_MYSQL= serverDoug Barton2011-08-201-2/+1
| | | | | | | | | | | so there is no functional change to the dependencies. PR: ports/159539 Submitted by: me Approved by: maintainer timeout (14 days) Notes: svn path=/head/; revision=280040
* - Fix MASTER_SITES: they were changed recently.Alberto Villa2011-07-171-3/+2
| | | | Notes: svn path=/head/; revision=277866
* - Update to 1.6.0.Alberto Villa2011-07-173-4/+5
| | | | | | | Submitted by: Raphael Kubo da Costa <kubito@gmail.com> via area51 Notes: svn path=/head/; revision=277857
* Update to 1.5.3Max Brazhnikov2011-05-163-4/+4
| | | | | | | Submitted by: Raphael Kubo da Costa <kubito at gmail.com> via area51 Notes: svn path=/head/; revision=274203
* Update to 1.5.2Max Brazhnikov2011-04-263-4/+4
| | | | Notes: svn path=/head/; revision=273230
* Drop KDE4_BUILD_TYPE in favour of CMAKE_BUILD_TYPEMax Brazhnikov2011-04-101-1/+1
| | | | Notes: svn path=/head/; revision=272463
* - Update libdbusmenu-qt to 0.8.0.Alberto Villa2011-03-254-24/+11
| | | | | | | | - Update akonadi to 1.5.1. - Update soprano to 2.6.0. Notes: svn path=/head/; revision=271646
* - Get Rid MD5 supportMartin Wilke2011-03-201-1/+0
| | | | Notes: svn path=/head/; revision=271346
* Bump PORTREVISION for ports linking to default libmysqlclient.Alex Dupre2011-03-191-1/+1
| | | | Notes: svn path=/head/; revision=271309
* - Fix installation of the sqlite3 plugin.Alberto Villa2010-12-162-5/+15
| | | | | | | | | | - Add note in UPDATING for the deletion of the stale plugin. - Add LICENSE. - Do not build unit tests. - Bump PORTREVISION. Notes: svn path=/head/; revision=266406
* Restore patch, it was not included in this release.Max Brazhnikov2010-10-242-0/+16
| | | | | | | Pointed out by: tijl@ via irc Notes: svn path=/head/; revision=263519
* Update to 1.4.1Max Brazhnikov2010-10-234-22/+6
| | | | Notes: svn path=/head/; revision=263483
* - Backport fix for --datadir=... syntax for embedded mysql databaseDima Panov2010-09-052-0/+16
| | | | | | | Obtained from: kde svn repo Notes: svn path=/head/; revision=260614
* Update to 1.4.0 for KDE SC 4.5Max Brazhnikov2010-09-023-7/+8
| | | | Notes: svn path=/head/; revision=260440
* - Bump PORTREVISION after recent boost updateDima Panov2010-06-121-0/+1
| | | | Notes: svn path=/head/; revision=256454
* - Upadte Akonadi to 1.3.1 releaseDima Panov2010-05-114-81/+8
| | | | | | | With hat on: kde@ Notes: svn path=/head/; revision=254141
* - update to 1.4.1Dirk Meyer2010-03-281-1/+1
| | | | | | | | Reviewed by: exp8 run on pointyhat Supported by: miwi Notes: svn path=/head/; revision=251605
* - Bump PORTREVISIONMartin Wilke2009-11-271-0/+1
| | | | Notes: svn path=/head/; revision=244814
* - Update to 1.2.1Martin Wilke2009-11-272-0/+73
| | | | Notes: svn path=/head/; revision=244812
* The FreeBSD KDE is please to announce the release of KDE 4.3.1,Thomas Abthorpe2009-09-013-7/+6
| | | | | | | | | | | 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. Notes: svn path=/head/; revision=240675
* Mk/bsd.kde4.mk:Max Brazhnikov2009-08-101-5/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - 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 - reduce dependencies - respect PREFIX - fix build with qt3 installed misc/kdeedu4: - add dependency on astro/xplanet (for KStars) misc/kdeutils4: - add dependency on devel/qca (for okteta) - make dependency on kdebase non-optional multimedia/kdemultimedia4: - add optional support for PulseAudio x11/kdebase4: - remove needless dependency on kdebase4-runtime x11/kdebase4-runtime, x11/kdebase4-workspace - remove extra CMAKE_ARGS to fix build for qt3/kde3 users x11/kdelibs4 - remove needless dependencies - remove extra CMAKE_ARGS to fix build for qt3/kde3 users Notes: svn path=/head/; revision=239247
* The KDE FreeBSD team is proud to announce the release of KDE 4.3.0Martin Wilke2009-08-043-8/+14
| | | | | | | | | | | | | 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) Notes: svn path=/head/; revision=238903
* - Update boost to 1.39Pav Lucistnik2009-07-281-1/+1
| | | | | | | | | | - Split boost port to separate components, with boost-all metaport PR: ports/137054 Submitted by: Alexander Churanov <churanov.port.maintainer@gmail.com> (maintainer) Notes: svn path=/head/; revision=238504
* Update KDE ports to 4.2.3Max Brazhnikov2009-05-093-7/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | 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. Notes: svn path=/head/; revision=233548
* - Update MASTER_SITESMartin Wilke2009-04-221-1/+1
| | | | | | | Reported by: pavbot Notes: svn path=/head/; revision=232506
* - Mark all kde4 ports MAKE_JOBS_UNSAFEMartin Wilke2009-04-171-0/+1
| | | | | | | Approved by: portmgr (pav) Notes: svn path=/head/; revision=232358
* bump PORTREVISION after cmake updateMax Brazhnikov2009-03-241-1/+1
| | | | Notes: svn path=/head/; revision=230897
* Bump PORTREVISION after changing dependenciesMax Brazhnikov2009-03-091-0/+1
| | | | Notes: svn path=/head/; revision=229715