summaryrefslogtreecommitdiff
path: root/filesystems
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2020-05-26 11:29:17 +0000
committerjoerg <joerg@pkgsrc.org>2020-05-26 11:29:17 +0000
commit388e184fc89fcad3fdba08abbc9cca1b4931ad84 (patch)
treecafc46b7f28c8118226b860a8f1a538387b96b31 /filesystems
parent5d1ce865d5e56083cbbdc14f8f6fcc8be1c0a98e (diff)
downloadpkgsrc-388e184fc89fcad3fdba08abbc9cca1b4931ad84.tar.gz
Use unversioned icu namespace.
Diffstat (limited to 'filesystems')
-rw-r--r--filesystems/fuse-darling-dmg/distinfo8
-rw-r--r--filesystems/fuse-darling-dmg/patches/patch-src_HFSAttributeBTree.cpp4
-rw-r--r--filesystems/fuse-darling-dmg/patches/patch-src_HFSCatalogBTree.cpp4
-rw-r--r--filesystems/fuse-darling-dmg/patches/patch-src_unichar.cpp4
4 files changed, 10 insertions, 10 deletions
diff --git a/filesystems/fuse-darling-dmg/distinfo b/filesystems/fuse-darling-dmg/distinfo
index 32a83d463de..dea74a57619 100644
--- a/filesystems/fuse-darling-dmg/distinfo
+++ b/filesystems/fuse-darling-dmg/distinfo
@@ -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
diff --git a/filesystems/fuse-darling-dmg/patches/patch-src_HFSAttributeBTree.cpp b/filesystems/fuse-darling-dmg/patches/patch-src_HFSAttributeBTree.cpp
index 52e553060ce..dd476f703e9 100644
--- a/filesystems/fuse-darling-dmg/patches/patch-src_HFSAttributeBTree.cpp
+++ b/filesystems/fuse-darling-dmg/patches/patch-src_HFSAttributeBTree.cpp
@@ -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,v 1.1 2020/03/26 02:34:52 joerg Exp $
#include <unicode/unistr.h>
#include "unichar.h"
-+using icu_64::UnicodeString;
++using icu::UnicodeString;
+
HFSAttributeBTree::HFSAttributeBTree(std::shared_ptr<HFSFork> fork, CacheZone* zone)
: HFSBTree(fork, zone, "Attribute")
diff --git a/filesystems/fuse-darling-dmg/patches/patch-src_HFSCatalogBTree.cpp b/filesystems/fuse-darling-dmg/patches/patch-src_HFSCatalogBTree.cpp
index 33297aaf217..3c90b16f1c1 100644
--- a/filesystems/fuse-darling-dmg/patches/patch-src_HFSCatalogBTree.cpp
+++ b/filesystems/fuse-darling-dmg/patches/patch-src_HFSCatalogBTree.cpp
@@ -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 1.1 2020/03/26 02:34:52 joerg Exp $
#include <cstring>
#include "unichar.h"
-+using icu_64::UnicodeString;
++using icu::UnicodeString;
+
static const int MAX_SYMLINKS = 50;
diff --git a/filesystems/fuse-darling-dmg/patches/patch-src_unichar.cpp b/filesystems/fuse-darling-dmg/patches/patch-src_unichar.cpp
index 52e6a78f0db..69d1ce39a68 100644
--- a/filesystems/fuse-darling-dmg/patches/patch-src_unichar.cpp
+++ b/filesystems/fuse-darling-dmg/patches/patch-src_unichar.cpp
@@ -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 2020/03/26 02:34:52 joerg Exp $
#include <cassert>
#include <iostream>
-+using icu_64::UnicodeString;
++using icu::UnicodeString;
+
UConverter *g_utf16be;