aboutsummaryrefslogtreecommitdiff
path: root/devel/electron23/files/patch-base_files_important__file__writer__cleaner.cc
diff options
context:
space:
mode:
authorMuhammad Moinur Rahman <bofh@FreeBSD.org>2023-09-29 23:50:48 +0000
committerMuhammad Moinur Rahman <bofh@FreeBSD.org>2023-09-30 02:22:49 +0000
commit577557c7b46069942b061e1117398f047fb4dfc1 (patch)
tree73de2fb2b99e3433cca424801e3c9121ff3806bb /devel/electron23/files/patch-base_files_important__file__writer__cleaner.cc
parent1f5c2da8e1552ad53ce365a1579f51f46a01963f (diff)
downloadports-577557c.tar.gz
ports-577557c.zip
devel/electron23: Remove expired port
2023-09-30 devel/electron23: EOLed upstream, switch to newer version
Diffstat (limited to 'devel/electron23/files/patch-base_files_important__file__writer__cleaner.cc')
-rw-r--r--devel/electron23/files/patch-base_files_important__file__writer__cleaner.cc12
1 files changed, 0 insertions, 12 deletions
diff --git a/devel/electron23/files/patch-base_files_important__file__writer__cleaner.cc b/devel/electron23/files/patch-base_files_important__file__writer__cleaner.cc
deleted file mode 100644
index 80f08d51a819..000000000000
--- a/devel/electron23/files/patch-base_files_important__file__writer__cleaner.cc
+++ /dev/null
@@ -1,12 +0,0 @@
---- base/files/important_file_writer_cleaner.cc.orig 2022-02-28 16:54:41 UTC
-+++ base/files/important_file_writer_cleaner.cc
-@@ -25,7 +25,8 @@ namespace base {
- namespace {
-
- base::Time GetUpperBoundTime() {
--#if BUILDFLAG(IS_ANDROID) || BUILDFLAG(IS_IOS) || BUILDFLAG(IS_FUCHSIA)
-+// needed because of .CreationTime() pledge
-+#if BUILDFLAG(IS_ANDROID) || BUILDFLAG(IS_IOS) || BUILDFLAG(IS_FUCHSIA) || BUILDFLAG(IS_BSD)
- // If process creation time is not available then use instance creation
- // time as the upper-bound for old files. Modification times may be
- // rounded-down to coarse-grained increments, e.g. FAT has 2s granularity,