Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 22 Apr 2021 07:55:34 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: a43b709f01b5 - main - x11/kf5-kactivities: boost is only a build-time dependency
Message-ID:  <202104220755.13M7tY5x033477@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=a43b709f01b513b91839a7d312f78461aacd4295

commit a43b709f01b513b91839a7d312f78461aacd4295
Author:     Adriaan de Groot <adridg@FreeBSD.org>
AuthorDate: 2021-04-21 14:17:51 +0000
Commit:     Adriaan de Groot <adridg@FreeBSD.org>
CommitDate: 2021-04-22 07:25:13 +0000

    x11/kf5-kactivities: boost is only a build-time dependency
    
    The use of boost in kactivities is limited to flat_set, find_if,
    and optional -- all header-only parts, so we don't need the
    whole dependency on boost libs. This 'lightens' up the dependency
    tree by 170MB or so.
    
    Reported by:    hellosystem
---
 x11/kf5-kactivities/Makefile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/x11/kf5-kactivities/Makefile b/x11/kf5-kactivities/Makefile
index 2dd9de480ba5..bbe7f3092a8d 100644
--- a/x11/kf5-kactivities/Makefile
+++ b/x11/kf5-kactivities/Makefile
@@ -1,11 +1,12 @@
 PORTNAME=	kactivities
 DISTVERSION=	${KDE_FRAMEWORKS_VERSION}
+PORTREVISION=	1
 CATEGORIES=	x11 kde kde-frameworks
 
 MAINTAINER=	kde@FreeBSD.org
 COMMENT=	KF5 runtime and library to organize work in separate activities
 
-LIB_DEPENDS=	libboost_system.so:devel/boost-libs
+BUILD_DEPENDS=	boost-libs>1.53.so:devel/boost-libs
 
 USES=		cmake compiler:c++11-lib gettext kde:5 pathfix qt:5 tar:xz
 USE_KDE=	bookmarks config configwidgets coreaddons dbusaddons ecm \



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