git: a43b709f01b5 - main - x11/kf5-kactivities: boost is only a build-time dependency

Adriaan de Groot adridg at FreeBSD.org
Thu Apr 22 07:55:34 UTC 2021


The branch main has been updated by adridg:

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

commit a43b709f01b513b91839a7d312f78461aacd4295
Author:     Adriaan de Groot <adridg at FreeBSD.org>
AuthorDate: 2021-04-21 14:17:51 +0000
Commit:     Adriaan de Groot <adridg at 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 at 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 \


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