Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 6 Jul 2021 20:34:13 GMT
From:      Adriaan de Groot <adridg@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 54651dfe9f6a - main - x11/plasma5-kactivitymanagerd: massage dependencies
Message-ID:  <202107062034.166KYDMx068399@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by adridg:

URL: https://cgit.FreeBSD.org/ports/commit/?id=54651dfe9f6a24c825e21185ccec83215c75d189

commit 54651dfe9f6a24c825e21185ccec83215c75d189
Author:     Adriaan de Groot <adridg@FreeBSD.org>
AuthorDate: 2021-07-05 22:58:00 +0000
Commit:     Adriaan de Groot <adridg@FreeBSD.org>
CommitDate: 2021-07-06 20:32:49 +0000

    x11/plasma5-kactivitymanagerd: massage dependencies
    
    - needs boost to build, which was previously pulled in by
      a dependency and now is not.
    - drop workaround for a bug fixed in 2016 or before
---
 x11/plasma5-kactivitymanagerd/Makefile | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/x11/plasma5-kactivitymanagerd/Makefile b/x11/plasma5-kactivitymanagerd/Makefile
index e9d65734aa1b..bb6f9635efc9 100644
--- a/x11/plasma5-kactivitymanagerd/Makefile
+++ b/x11/plasma5-kactivitymanagerd/Makefile
@@ -1,17 +1,17 @@
 PORTNAME=	kactivitymanagerd
 DISTVERSION=	${KDE_PLASMA_VERSION}
+PORTREVISION=	1
 CATEGORIES=	x11 kde kde-plasma
 
 MAINTAINER=	kde@FreeBSD.org
 COMMENT=	System service to manage user's activities, track the usage patterns
 
+BUILD_DEPENDS=	${LOCALBASE}/include/boost/range/algorithm.hpp:devel/boost-libs
+
 USES=		cmake compiler:c++11-lib gettext kde:5 qt:5 tar:xz
 USE_KDE=	auth codecs config configwidgets coreaddons crash dbusaddons ecm \
 		globalaccel i18n kio service widgetsaddons windowsystem xmlgui
 USE_QT=		concurrent core dbus gui network sql widgets xml \
 		buildtools_build qmake_build
 
-# https://bugs.kde.org/show_bug.cgi?id=305529#c10
-CMAKE_ARGS+=	-DCMAKE_SHARED_LIBRARY_LINK_CXX_FLAGS=-rdynamic
-
 .include <bsd.port.mk>



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