Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id DA68584E92 for ; Thu, 8 Jun 2023 14:35:46 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id fVW6s9GKFuLB for ; Thu, 8 Jun 2023 14:35:46 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 53A9384CF3 for ; Thu, 8 Jun 2023 14:35:46 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 4A0B0FA89; Thu, 8 Jun 2023 14:35:46 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1686234946207050" MIME-Version: 1.0 Date: Thu, 8 Jun 2023 14:35:46 +0000 From: "Joerg Sonnenberger" Subject: CVS commit: pkgsrc/sysutils/rdfind To: pkgsrc-changes@NetBSD.org Approved: commit_and_comment Reply-To: joerg@netbsd.org X-Mailer: log_accum Message-Id: <20230608143546.4A0B0FA89@cvs.NetBSD.org> This is a multi-part message in MIME format. --_----------=_1686234946207050 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: joerg Date: Thu Jun 8 14:35:46 UTC 2023 Modified Files: pkgsrc/sysutils/rdfind: distinfo Added Files: pkgsrc/sysutils/rdfind/patches: patch-Fileinfo.hh patch-rdfind.cc Log Message: Improve portability with newer libstdc++ To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 pkgsrc/sysutils/rdfind/distinfo cvs rdiff -u -r0 -r1.1 pkgsrc/sysutils/rdfind/patches/patch-Fileinfo.hh \ pkgsrc/sysutils/rdfind/patches/patch-rdfind.cc Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1686234946207050 Content-Disposition: inline Content-Length: 1906 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/sysutils/rdfind/distinfo diff -u pkgsrc/sysutils/rdfind/distinfo:1.6 pkgsrc/sysutils/rdfind/distinfo:1.7 --- pkgsrc/sysutils/rdfind/distinfo:1.6 Mon Nov 28 13:18:23 2022 +++ pkgsrc/sysutils/rdfind/distinfo Thu Jun 8 14:35:46 2023 @@ -1,5 +1,7 @@ -$NetBSD: distinfo,v 1.6 2022/11/28 13:18:23 wiz Exp $ +$NetBSD: distinfo,v 1.7 2023/06/08 14:35:46 joerg Exp $ BLAKE2s (rdfind-1.5.0.tar.gz) = c8c290dce6ffca48f614e0d7cafeeada36190a5cf26b58145aad7ee8a861f980 SHA512 (rdfind-1.5.0.tar.gz) = 0ba95e3d9ed4f127d271500c6f36c8945d0c8193fa2719636cc780e56de108e35404d1860edcb2fca2d9a4fb8b09dcd5dab904e55cf0530d664aaf8510be266b Size (rdfind-1.5.0.tar.gz) = 131167 bytes +SHA1 (patch-Fileinfo.hh) = 006fa7dfcc3dbbceae27da376f46ca2b82d920f9 +SHA1 (patch-rdfind.cc) = 858e8fac4fe8f97d290a85b9a8e43f9f943b367b Added files: Index: pkgsrc/sysutils/rdfind/patches/patch-Fileinfo.hh diff -u /dev/null pkgsrc/sysutils/rdfind/patches/patch-Fileinfo.hh:1.1 --- /dev/null Thu Jun 8 14:35:46 2023 +++ pkgsrc/sysutils/rdfind/patches/patch-Fileinfo.hh Thu Jun 8 14:35:46 2023 @@ -0,0 +1,12 @@ +$NetBSD: patch-Fileinfo.hh,v 1.1 2023/06/08 14:35:46 joerg Exp $ + +--- Fileinfo.hh.orig 2023-06-01 12:41:44.522906826 +0000 ++++ Fileinfo.hh +@@ -8,6 +8,7 @@ + #define Fileinfo_hh + + #include ++#include + #include + + // os specific headers Index: pkgsrc/sysutils/rdfind/patches/patch-rdfind.cc diff -u /dev/null pkgsrc/sysutils/rdfind/patches/patch-rdfind.cc:1.1 --- /dev/null Thu Jun 8 14:35:46 2023 +++ pkgsrc/sysutils/rdfind/patches/patch-rdfind.cc Thu Jun 8 14:35:46 2023 @@ -0,0 +1,12 @@ +$NetBSD: patch-rdfind.cc,v 1.1 2023/06/08 14:35:46 joerg Exp $ + +--- rdfind.cc.orig 2023-06-01 12:40:33.281864990 +0000 ++++ rdfind.cc +@@ -9,6 +9,7 @@ + // std + #include + #include ++#include + #include + #include + --_----------=_1686234946207050--