Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 26 Jan 2015 13:44:10 +0000 (UTC)
From:      Raphael Kubo da Costa <rakuco@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r377933 - head/deskutils/kdepim4-runtime
Message-ID:  <201501261344.t0QDiAsj057652@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: rakuco
Date: Mon Jan 26 13:44:10 2015
New Revision: 377933
URL: https://svnweb.freebsd.org/changeset/ports/377933
QAT: https://qat.redports.org/buildarchive/r377933/

Log:
  Adjust and clean up dependencies in the port.
  
  * Explicitly depend on textproc/libkolabxml and devel/qjson, which were
    already pulled in indirectly. The port looks for and links against these
    libraries.
  
  * Stop depending on nepomuk and its dependencies; the code using Nepomuk was
    removed from kdepim4-runtime a few releases ago upstream.

Modified:
  head/deskutils/kdepim4-runtime/Makefile

Modified: head/deskutils/kdepim4-runtime/Makefile
==============================================================================
--- head/deskutils/kdepim4-runtime/Makefile	Mon Jan 26 12:53:12 2015	(r377932)
+++ head/deskutils/kdepim4-runtime/Makefile	Mon Jan 26 13:44:10 2015	(r377933)
@@ -3,6 +3,7 @@
 
 PORTNAME=	kdepim-runtime
 PORTVERSION=	${KDE4_VERSION}
+PORTREVISION=	1
 CATEGORIES=	deskutils kde
 MASTER_SITES=	KDE/${KDE4_BRANCH}/${PORTVERSION}/src
 DIST_SUBDIR=	KDE/${PORTVERSION}
@@ -13,13 +14,15 @@ COMMENT=	KDE PIM tools and services
 LIB_DEPENDS=	libboost_thread.so:${PORTSDIR}/devel/boost-libs \
 		libkgapi2.so:${PORTSDIR}/devel/libkgapi \
 		libkolab.so:${PORTSDIR}/devel/libkolab \
-		libkfbapi.so:${PORTSDIR}/net/libkfbapi
+		libkolabxml.so:${PORTSDIR}/textproc/libkolabxml \
+		libkfbapi.so:${PORTSDIR}/net/libkfbapi \
+		libqjson.so:${PORTSDIR}/devel/qjson
 
 CONFLICTS_INSTALL=	kdepim-runtime44-4.*
 
 USE_GNOME=	libxml2 libxslt:build
-USE_KDE4=	kdelibs kdeprefix pimlibs nepomuk-core \
-		akonadi automoc4 ontologies soprano strigi
+USE_KDE4=	kdelibs kdeprefix pimlibs \
+		akonadi automoc4
 USES=		cmake:outsource shared-mime-info tar:xz
 USE_QT4=	corelib dbus declarative designer_build gui network qtestlib \
 		script xml xmlpatterns \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201501261344.t0QDiAsj057652>