Received: by mail.netbsd.org (Postfix, from userid 605) id D9E8484E77; Tue, 26 May 2020 11:29:18 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 636CA84E76 for ; Tue, 26 May 2020 11:29:18 +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 yuH3O9W63Qhs for ; Tue, 26 May 2020 11:29:17 +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 9F0ED84D67 for ; Tue, 26 May 2020 11:29:17 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 9D005FB27; Tue, 26 May 2020 11:29:17 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_159049255781980" MIME-Version: 1.0 Date: Tue, 26 May 2020 11:29:17 +0000 From: "Joerg Sonnenberger" Subject: CVS commit: pkgsrc/filesystems/fuse-darling-dmg To: pkgsrc-changes@NetBSD.org Reply-To: joerg@netbsd.org X-Mailer: log_accum Message-Id: <20200526112917.9D005FB27@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_159049255781980 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: joerg Date: Tue May 26 11:29:17 UTC 2020 Modified Files: pkgsrc/filesystems/fuse-darling-dmg: distinfo pkgsrc/filesystems/fuse-darling-dmg/patches: patch-src_HFSAttributeBTree.cpp patch-src_HFSCatalogBTree.cpp patch-src_unichar.cpp Log Message: Use unversioned icu namespace. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 pkgsrc/filesystems/fuse-darling-dmg/distinfo cvs rdiff -u -r1.1 -r1.2 \ pkgsrc/filesystems/fuse-darling-dmg/patches/patch-src_HFSAttributeBTree.cpp \ pkgsrc/filesystems/fuse-darling-dmg/patches/patch-src_HFSCatalogBTree.cpp \ pkgsrc/filesystems/fuse-darling-dmg/patches/patch-src_unichar.cpp Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_159049255781980 Content-Disposition: inline Content-Length: 4471 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/filesystems/fuse-darling-dmg/distinfo diff -u pkgsrc/filesystems/fuse-darling-dmg/distinfo:1.3 pkgsrc/filesystems/fuse-darling-dmg/distinfo:1.4 --- pkgsrc/filesystems/fuse-darling-dmg/distinfo:1.3 Thu Mar 26 02:34:51 2020 +++ pkgsrc/filesystems/fuse-darling-dmg/distinfo Tue May 26 11:29:17 2020 @@ -1,11 +1,11 @@ -$NetBSD: distinfo,v 1.3 2020/03/26 02:34:51 joerg Exp $ +$NetBSD: distinfo,v 1.4 2020/05/26 11:29:17 joerg Exp $ SHA1 (fuse-darling-dmg-20160310-b7ce87bfe59c2ed758165c8650402f6d4c84d184.tar.gz) = c251fd01bcb843244ae8aa0f9a0d74cf9a6b4974 RMD160 (fuse-darling-dmg-20160310-b7ce87bfe59c2ed758165c8650402f6d4c84d184.tar.gz) = de3f73bb4e9e66c1b6f98beb7e5e6b647be91147 SHA512 (fuse-darling-dmg-20160310-b7ce87bfe59c2ed758165c8650402f6d4c84d184.tar.gz) = 1476b9f0f4ff3094713bcdde82e0330f8db4ce6edf3fac900f349d0bf081fe54d3893845662497dd0ea06134ce8289cd0d2a0046593386fca5c604f69075ea4c Size (fuse-darling-dmg-20160310-b7ce87bfe59c2ed758165c8650402f6d4c84d184.tar.gz) = 50309 bytes -SHA1 (patch-src_HFSAttributeBTree.cpp) = ce318ae1336d9335c111150c6779cca8a8ee055e -SHA1 (patch-src_HFSCatalogBTree.cpp) = 407524f9c4d6eebc89abf465055d0b64853fba9b +SHA1 (patch-src_HFSAttributeBTree.cpp) = 4f875eb6feaf9242f809a4e96727e50218664e71 +SHA1 (patch-src_HFSCatalogBTree.cpp) = fed0de35df11f91e324ed2be72c11c0efd94e28d SHA1 (patch-src_be.h) = 9c6554c84ee3ed15cc1232b70cf87c23aa4c88fa SHA1 (patch-src_main-fuse.cpp) = a302b6467185f6f94731b07ed04792b6a5ef2801 -SHA1 (patch-src_unichar.cpp) = f84489f9de4f9f6456d2eed9985ca2cfa8865483 +SHA1 (patch-src_unichar.cpp) = 961a79118fdc9a2d307169b8be212e66365d9de9 Index: pkgsrc/filesystems/fuse-darling-dmg/patches/patch-src_HFSAttributeBTree.cpp diff -u pkgsrc/filesystems/fuse-darling-dmg/patches/patch-src_HFSAttributeBTree.cpp:1.1 pkgsrc/filesystems/fuse-darling-dmg/patches/patch-src_HFSAttributeBTree.cpp:1.2 --- pkgsrc/filesystems/fuse-darling-dmg/patches/patch-src_HFSAttributeBTree.cpp:1.1 Thu Mar 26 02:34:52 2020 +++ pkgsrc/filesystems/fuse-darling-dmg/patches/patch-src_HFSAttributeBTree.cpp Tue May 26 11:29:17 2020 @@ -1,4 +1,4 @@ -$NetBSD: patch-src_HFSAttributeBTree.cpp,v 1.1 2020/03/26 02:34:52 joerg Exp $ +$NetBSD: patch-src_HFSAttributeBTree.cpp,v 1.2 2020/05/26 11:29:17 joerg Exp $ --- src/HFSAttributeBTree.cpp.orig 2020-03-25 15:29:52.355921486 +0000 +++ src/HFSAttributeBTree.cpp @@ -6,7 +6,7 @@ $NetBSD: patch-src_HFSAttributeBTree.cpp #include #include "unichar.h" -+using icu_64::UnicodeString; ++using icu::UnicodeString; + HFSAttributeBTree::HFSAttributeBTree(std::shared_ptr fork, CacheZone* zone) : HFSBTree(fork, zone, "Attribute") Index: pkgsrc/filesystems/fuse-darling-dmg/patches/patch-src_HFSCatalogBTree.cpp diff -u pkgsrc/filesystems/fuse-darling-dmg/patches/patch-src_HFSCatalogBTree.cpp:1.1 pkgsrc/filesystems/fuse-darling-dmg/patches/patch-src_HFSCatalogBTree.cpp:1.2 --- pkgsrc/filesystems/fuse-darling-dmg/patches/patch-src_HFSCatalogBTree.cpp:1.1 Thu Mar 26 02:34:52 2020 +++ pkgsrc/filesystems/fuse-darling-dmg/patches/patch-src_HFSCatalogBTree.cpp Tue May 26 11:29:17 2020 @@ -1,4 +1,4 @@ -$NetBSD: patch-src_HFSCatalogBTree.cpp,v 1.1 2020/03/26 02:34:52 joerg Exp $ +$NetBSD: patch-src_HFSCatalogBTree.cpp,v 1.2 2020/05/26 11:29:17 joerg Exp $ --- src/HFSCatalogBTree.cpp.orig 2020-03-25 15:29:11.522914079 +0000 +++ src/HFSCatalogBTree.cpp @@ -6,7 +6,7 @@ $NetBSD: patch-src_HFSCatalogBTree.cpp,v #include #include "unichar.h" -+using icu_64::UnicodeString; ++using icu::UnicodeString; + static const int MAX_SYMLINKS = 50; Index: pkgsrc/filesystems/fuse-darling-dmg/patches/patch-src_unichar.cpp diff -u pkgsrc/filesystems/fuse-darling-dmg/patches/patch-src_unichar.cpp:1.1 pkgsrc/filesystems/fuse-darling-dmg/patches/patch-src_unichar.cpp:1.2 --- pkgsrc/filesystems/fuse-darling-dmg/patches/patch-src_unichar.cpp:1.1 Thu Mar 26 02:34:52 2020 +++ pkgsrc/filesystems/fuse-darling-dmg/patches/patch-src_unichar.cpp Tue May 26 11:29:17 2020 @@ -1,4 +1,4 @@ -$NetBSD: patch-src_unichar.cpp,v 1.1 2020/03/26 02:34:52 joerg Exp $ +$NetBSD: patch-src_unichar.cpp,v 1.2 2020/05/26 11:29:17 joerg Exp $ --- src/unichar.cpp.orig 2020-03-25 15:28:01.041787497 +0000 +++ src/unichar.cpp @@ -6,7 +6,7 @@ $NetBSD: patch-src_unichar.cpp,v 1.1 202 #include #include -+using icu_64::UnicodeString; ++using icu::UnicodeString; + UConverter *g_utf16be; --_----------=_159049255781980--