summaryrefslogtreecommitdiff
path: root/mail/akonadi/Makefile
diff options
context:
space:
mode:
authormarkd <markd@pkgsrc.org>2009-01-09 23:08:23 +0000
committermarkd <markd@pkgsrc.org>2009-01-09 23:08:23 +0000
commitc9b90e05881252b3a5af5055288e801cc350ce71 (patch)
tree1436d502c93b974aa1621325b0c5d21983709444 /mail/akonadi/Makefile
parent47dc2ea1fdac7e396c6428a74e841165716623df (diff)
downloadpkgsrc-c9b90e05881252b3a5af5055288e801cc350ce71.tar.gz
Update akonadi to 1.1.0
- Restart agents when their executable changed. - Buildsystem fixes to find and link boost on all platforms. - Improvements to the startup to prevent partial startup. - Include revision number in the version string when building from SVN. - Shut down when we lost the connection to the D-Bus session bus. - add some basic handling of command line args. - Add a D-Bus call to flush the notification queue. - Automatically fix world-writeable mySQL config files. - Fix for FreeBSD mysql path.
Diffstat (limited to 'mail/akonadi/Makefile')
-rw-r--r--mail/akonadi/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/mail/akonadi/Makefile b/mail/akonadi/Makefile
index 06f07e46d7c..9b7750fb67d 100644
--- a/mail/akonadi/Makefile
+++ b/mail/akonadi/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.3 2008/12/19 21:38:31 markd Exp $
+# $NetBSD: Makefile,v 1.4 2009/01/09 23:08:23 markd Exp $
-DISTNAME= akonadi-1.0.81
+DISTNAME= akonadi-1.1.0
CATEGORIES= mail
MASTER_SITES= http://download.akonadi-project.org/
EXTRACT_SUFX= .tar.bz2
@@ -27,6 +27,8 @@ pre-configure:
${LN} -sf ${QTDIR}/bin/qmake ${BUILDLINK_DIR}/bin/
${MKDIR} ${WRKSRC}/_build
+PKGCONFIG_OVERRIDE+= akonadi.pc.cmake
+
.include "../../databases/shared-mime-info/buildlink3.mk"
.include "../../devel/boost-libs/buildlink3.mk"
.include "../../x11/qt4-libs/buildlink3.mk"