git: 02c0020e3b92 - main - *: (KDE applications) Boost is a build-dep
Adriaan de Groot
adridg at FreeBSD.org
Tue Jul 6 20:34:15 UTC 2021
The branch main has been updated by adridg:
URL: https://cgit.FreeBSD.org/ports/commit/?id=02c0020e3b92850a01744854998ffae52cc5266f
commit 02c0020e3b92850a01744854998ffae52cc5266f
Author: Adriaan de Groot <adridg at FreeBSD.org>
AuthorDate: 2021-07-06 20:16:17 +0000
Commit: Adriaan de Groot <adridg at 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 at 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 \
More information about the dev-commits-ports-all
mailing list