From owner-dev-commits-ports-main@freebsd.org Tue Jul 6 20:34:14 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id E47C5667CB0; Tue, 6 Jul 2021 20:34:14 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4GKDmk5xfJz4tcX; Tue, 6 Jul 2021 20:34:14 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id B0CD720730; Tue, 6 Jul 2021 20:34:14 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 166KYEF2068424; Tue, 6 Jul 2021 20:34:14 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 166KYEIU068423; Tue, 6 Jul 2021 20:34:14 GMT (envelope-from git) Date: Tue, 6 Jul 2021 20:34:14 GMT Message-Id: <202107062034.166KYEIU068423@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Adriaan de Groot Subject: git: 02c0020e3b92 - main - *: (KDE applications) Boost is a build-dep MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: adridg X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 02c0020e3b92850a01744854998ffae52cc5266f Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 06 Jul 2021 20:34:15 -0000 The branch main has been updated by adridg: URL: https://cgit.FreeBSD.org/ports/commit/?id=02c0020e3b92850a01744854998ffae52cc5266f commit 02c0020e3b92850a01744854998ffae52cc5266f Author: Adriaan de Groot AuthorDate: 2021-07-06 20:16:17 +0000 Commit: Adriaan de Groot 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 \