aboutsummaryrefslogtreecommitdiff
path: root/devel/electron17/files/patch-base_test_test__file__util__linux.cc
diff options
context:
space:
mode:
authorRene Ladan <rene@FreeBSD.org>2022-09-30 20:27:51 +0000
committerRene Ladan <rene@FreeBSD.org>2022-09-30 20:28:38 +0000
commit5dd7c81df6eeb00025f5948c1e47209579e43899 (patch)
tree1a5af8502fdace053a54af8ae0d7aaf9499dfb04 /devel/electron17/files/patch-base_test_test__file__util__linux.cc
parent271cfa313d3c646c8ef33ad47ad891b002a49d49 (diff)
downloadports-5dd7c81df6eeb00025f5948c1e47209579e43899.tar.gz
ports-5dd7c81df6eeb00025f5948c1e47209579e43899.zip
devel/electron17: remove expired port (2022-09-30)
rmport chokes on this port.
Diffstat (limited to 'devel/electron17/files/patch-base_test_test__file__util__linux.cc')
-rw-r--r--devel/electron17/files/patch-base_test_test__file__util__linux.cc13
1 files changed, 0 insertions, 13 deletions
diff --git a/devel/electron17/files/patch-base_test_test__file__util__linux.cc b/devel/electron17/files/patch-base_test_test__file__util__linux.cc
deleted file mode 100644
index 026207f033fd..000000000000
--- a/devel/electron17/files/patch-base_test_test__file__util__linux.cc
+++ /dev/null
@@ -1,13 +0,0 @@
---- base/test/test_file_util_linux.cc.orig 2022-05-11 07:16:46 UTC
-+++ base/test/test_file_util_linux.cc
-@@ -52,8 +52,10 @@ bool EvictFileFromSystemCache(const FilePath& file) {
- return false;
- if (fdatasync(fd.get()) != 0)
- return false;
-+#if !defined(OS_BSD)
- if (posix_fadvise(fd.get(), 0, 0, POSIX_FADV_DONTNEED) != 0)
- return false;
-+#endif
- return true;
- }
-