git: 54651dfe9f6a - main - x11/plasma5-kactivitymanagerd: massage dependencies

Adriaan de Groot adridg at FreeBSD.org
Tue Jul 6 20:34:14 UTC 2021


The branch main has been updated by adridg:

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

commit 54651dfe9f6a24c825e21185ccec83215c75d189
Author:     Adriaan de Groot <adridg at FreeBSD.org>
AuthorDate: 2021-07-05 22:58:00 +0000
Commit:     Adriaan de Groot <adridg at 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 at 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>


More information about the dev-commits-ports-all mailing list