Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 1C10C84EC2 for ; Tue, 18 Jul 2023 22:33:08 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id vBkWf6vTwOyu for ; Tue, 18 Jul 2023 22:33:07 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 713BE84D09 for ; Tue, 18 Jul 2023 22:33:07 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 6ED1AFBDB; Tue, 18 Jul 2023 22:33:07 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1689719587164600" MIME-Version: 1.0 Date: Tue, 18 Jul 2023 22:33:07 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/graphics/libkexiv2 To: pkgsrc-changes@NetBSD.org Approved: commit_and_comment Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20230718223307.6ED1AFBDB@cvs.NetBSD.org> This is a multi-part message in MIME format. --_----------=_1689719587164600 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Tue Jul 18 22:33:07 UTC 2023 Modified Files: pkgsrc/graphics/libkexiv2: Makefile Log Message: bkexiv2: needs std::filesystem To generate a diff of this commit: cvs rdiff -u -r1.96 -r1.97 pkgsrc/graphics/libkexiv2/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1689719587164600 Content-Disposition: inline Content-Length: 719 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/graphics/libkexiv2/Makefile diff -u pkgsrc/graphics/libkexiv2/Makefile:1.96 pkgsrc/graphics/libkexiv2/Makefile:1.97 --- pkgsrc/graphics/libkexiv2/Makefile:1.96 Sat Jul 1 22:16:37 2023 +++ pkgsrc/graphics/libkexiv2/Makefile Tue Jul 18 22:33:07 2023 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.96 2023/07/01 22:16:37 wiz Exp $ +# $NetBSD: Makefile,v 1.97 2023/07/18 22:33:07 wiz Exp $ DISTNAME= libkexiv2-${KAPPSVER} PKGREVISION= 7 @@ -8,6 +8,8 @@ HOMEPAGE= https://kde.org/applications/g COMMENT= KDE wrapper around exiv2 LICENSE= gnu-gpl-v2 AND gnu-fdl-v1.2 AND gnu-lgpl-v2 +USE_CXX_FEATURES+= filesystem + .include "../../meta-pkgs/kde/applications.mk" USE_TOOLS+= pkg-config --_----------=_1689719587164600--