summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrakuco <rakuco@FreeBSD.org>2017-03-16 17:22:07 +0000
committerrakuco <rakuco@FreeBSD.org>2017-03-16 17:22:07 +0000
commit3588d0bac0c472fc31ee0ec88f7df8e00a2b6c1d (patch)
tree6692b184cba7ca82c21ca519142560412bdc6263
parent5f6dfb5b82976c4f5ceec462e1ee938e299b2d6f (diff)
downloadFreeBSD-ports-3588d0bac0c472fc31ee0ec88f7df8e00a2b6c1d.zip
FreeBSD-ports-3588d0bac0c472fc31ee0ec88f7df8e00a2b6c1d.tar.gz
Remove patch-kdecore__util__kshareddatacache_p.h
All supported FreeBSD releases have posix_fallocate(2).
-rw-r--r--x11/kdelibs4/files/patch-kdecore__util__kshareddatacache_p.h12
1 files changed, 0 insertions, 12 deletions
diff --git a/x11/kdelibs4/files/patch-kdecore__util__kshareddatacache_p.h b/x11/kdelibs4/files/patch-kdecore__util__kshareddatacache_p.h
deleted file mode 100644
index 4b485dd..0000000
--- a/x11/kdelibs4/files/patch-kdecore__util__kshareddatacache_p.h
+++ /dev/null
@@ -1,12 +0,0 @@
---- ./kdecore/util/kshareddatacache_p.h.orig 2011-10-28 05:24:56.297083311 -0700
-+++ ./kdecore/util/kshareddatacache_p.h 2011-10-28 05:25:42.467076066 -0700
-@@ -423,9 +423,6 @@
- #ifdef __GNUC__
- #warning "This system does not seem to support posix_fallocate, which is needed to ensure KSharedDataCache's underlying files are fully committed to disk to avoid crashes with low disk space."
- #endif
-- kWarning(ksdcArea()) << "This system misses support for posix_fallocate()"
-- " -- ensure this partition has room for at least"
-- << fileSize << "bytes.";
-
- // TODO: It's possible to emulate the functionality, but doing so
- // overwrites the data in the file so we don't do this. If you were to add
OpenPOWER on IntegriCloud