Date: Tue, 6 Jul 2021 20:34:14 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: 02c0020e3b92 - main - *: (KDE applications) Boost is a build-dep Message-ID: <202107062034.166KYEIU068423@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=02c0020e3b92850a01744854998ffae52cc5266f commit 02c0020e3b92850a01744854998ffae52cc5266f Author: Adriaan de Groot <adridg@FreeBSD.org> AuthorDate: 2021-07-06 20:16:17 +0000 Commit: Adriaan de Groot <adridg@FreeBSD.org> CommitDate: 2021-07-06 20:32:49 +0000 *: (KDE applications) Boost is a build-dep - after dropping Boost as a lib-dep of KDE frameworks, chase KDE applications that depend on boost's implicit presence during the build and give them an explicit build-dep on one of the Boost headers. --- security/libkleo/Makefile | 2 ++ textproc/kdiff3/Makefile | 4 +++- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/security/libkleo/Makefile b/security/libkleo/Makefile index 0d96b0ca5616..8f3674ba92fc 100644 --- a/security/libkleo/Makefile +++ b/security/libkleo/Makefile @@ -1,10 +1,12 @@ PORTNAME= libkleo DISTVERSION= ${KDE_APPLICATIONS_VERSION} +PORTREVISION= 1 CATEGORIES= security kde kde-applications MAINTAINER= kde@FreeBSD.org COMMENT= Certificate manager for KDE +BUILD_DEPENDS= ${LOCALBASE}/include/boost/range/algorithm.hpp:devel/boost-libs LIB_DEPENDS= libassuan.so:security/libassuan \ libgpg-error.so:security/libgpg-error \ libgpgme.so:security/gpgme \ diff --git a/textproc/kdiff3/Makefile b/textproc/kdiff3/Makefile index 91bb00835f44..2bd43a3078f0 100644 --- a/textproc/kdiff3/Makefile +++ b/textproc/kdiff3/Makefile @@ -1,6 +1,6 @@ PORTNAME= kdiff3 DISTVERSION= 1.9.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= textproc kde MASTER_SITES= KDE/stable/${PORTNAME} @@ -10,6 +10,8 @@ COMMENT= KDE graphical frontend for diff LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING +BUILD_DEPENDS= ${LOCALBASE}/include/boost/range/algorithm.hpp:devel/boost-libs + USES= cmake compiler:c++11-lang kde:5 qt:5 tar:xz USE_KDE= auth bookmarks codecs completion config configwidgets \ coreaddons crash ecm i18n iconthemes jobwidgets kio \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202107062034.166KYEIU068423>