summaryrefslogtreecommitdiff
path: root/databases/akonadi/Makefile
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2009-02-08 20:23:45 +0000
committerMartin Wilke <miwi@FreeBSD.org>2009-02-08 20:23:45 +0000
commitef1b3d107105075700da0844ac072acae2de7726 (patch)
tree14d3f35f7d5dc26e8e8feed96c01af49bd9e4d3d /databases/akonadi/Makefile
parent- Update to 9.7.70. (diff)
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 misc/kde4-l10n-gu Gujarati misc/kde4-l10n-is Icelandic misc/kde4-l10n-kn Kannada misc/kde4-l10n-mai Maithili misc/kde4-l10n-mr Marathi misc/kde4-l10n-ro Romanian misc/kde4-l10n-tg Tajik math/eigen2 Lightweight library for vector and matrix math graphics/kipi-plugins-kde4 KDE4 kipi graphics plugins sysutils/policykit-kde PolicyKit manager for KDE Unfortunately FreeBSD 6.4 support is dropped. We'd like to say thanks for feedback and help to: Matt Tosto, Kris Moore, stickibit, David Johnson, Markus Brueffer, David Naylor, Thomas Schlesinger, Warren Liddell, Thomas Abthorpe, Diego Depaoli, Mats Andreassen, portmgr for exp-run and repocopies.
Notes
Notes: svn path=/head/; revision=227819
Diffstat (limited to 'databases/akonadi/Makefile')
-rw-r--r--databases/akonadi/Makefile15
1 files changed, 6 insertions, 9 deletions
diff --git a/databases/akonadi/Makefile b/databases/akonadi/Makefile
index d3fba1472de9..b754f7958b5c 100644
--- a/databases/akonadi/Makefile
+++ b/databases/akonadi/Makefile
@@ -5,8 +5,7 @@
# $FreeBSD$
PORTNAME= akonadi
-PORTVERSION= 1.0.0
-PORTREVISION= 1
+PORTVERSION= 1.1.1
CATEGORIES= databases kde ipv6
MASTER_SITES= http://akonadi.omat.nl/
DIST_SUBDIR= KDE
@@ -14,16 +13,17 @@ DIST_SUBDIR= KDE
MAINTAINER= kde@FreeBSD.org
COMMENT= Storage server for kdepim
+LIB_DEPENDS= boost_python:${PORTSDIR}/devel/boost-python
BUILD_DEPENDS+= xsltproc:${PORTSDIR}/textproc/libxslt \
- ${LOCALBASE}/lib/qt4/plugins/sqldrivers/libqsqlmysql.so:${PORTSDIR}/databases/qt4-mysql-plugin \
${LOCALBASE}/bin/mysqld_safe:${PORTSDIR}/databases/mysql${MYSQL_VER}-server
RUN_DEPENDS+= update-mime-database:${PORTSDIR}/misc/shared-mime-info \
- ${LOCALBASE}/bin/mysqld_safe:${PORTSDIR}/databases/mysql${MYSQL_VER}-server
+ ${LOCALBASE}/bin/mysqld_safe:${PORTSDIR}/databases/mysql${MYSQL_VER}-server \
+ ${QT_PREFIX}/lib/qt4/plugins/sqldrivers/libqsqlmysql.so:${PORTSDIR}/databases/qt4-mysql-plugin
USE_BZIP2= yes
USE_QT_VER= 4
USE_XORG= x11
-QT_COMPONENTS= corelib network qtestlib dbus \
+QT_COMPONENTS= corelib network qtestlib dbus sql \
qmake_build moc_build rcc_build uic_build
USE_MYSQL= yes
USE_KDE4= kdeprefix kdehier automoc4 sharedmime
@@ -34,9 +34,6 @@ post-extract:
${MKDIR} ${WRKSRC}
post-patch:
-#fix finding automoc when PREFIX is not matched KDE4_PREFIX
- ${REINPLACE_CMD} -e 's|NO_DEFAULT_PATH|${KDE4_PREFIX} NO_DEFAULT_PATH|' \
- ${WRKSRC}/../cmake/modules/FindAutomoc4.cmake
${REINPLACE_CMD} -e '/akonadi.pc/s|pkgconfig|../libdata/pkgconfig|' \
${PATCH_WRKSRC}/CMakeLists.txt
${CP} ${PATCH_WRKSRC}/server/src/storage/entities-header.xsl \
@@ -52,7 +49,7 @@ post-patch:
${REINPLACE_CMD} -e 's|include "entities.h"|include <entitiesKDE4.h>|g' \
-e 's|include <entities.h>|include <entitiesKDE4.h>|g'
.endfor
- ${REINPLACE_CMD} -e 's| MYSQLD_EXECUTABLE mysqld | MYSQLD_EXECUTABLE mysqld_safe /usr/local/bin |g' \
+ ${REINPLACE_CMD} -e '/find_program/s|mysqld|mysqld_safe ${LOCALBASE}/bin|g' \
${PATCH_WRKSRC}/server/CMakeLists.txt
#prevent updating mime during build
${REINPLACE_CMD} -e '/^update_xdg_mimetypes/d; /SharedMimeInfo/d' \