diff options
author | rakuco <rakuco@FreeBSD.org> | 2017-03-17 01:22:07 +0800 |
---|---|---|
committer | rakuco <rakuco@FreeBSD.org> | 2017-03-17 01:22:07 +0800 |
commit | 3588d0bac0c472fc31ee0ec88f7df8e00a2b6c1d (patch) | |
tree | 6692b184cba7ca82c21ca519142560412bdc6263 /x11/kdelibs4 | |
parent | 5f6dfb5b82976c4f5ceec462e1ee938e299b2d6f (diff) | |
download | freebsd-ports-gnome-3588d0bac0c472fc31ee0ec88f7df8e00a2b6c1d.tar.gz freebsd-ports-gnome-3588d0bac0c472fc31ee0ec88f7df8e00a2b6c1d.tar.zst freebsd-ports-gnome-3588d0bac0c472fc31ee0ec88f7df8e00a2b6c1d.zip |
Remove patch-kdecore__util__kshareddatacache_p.h
All supported FreeBSD releases have posix_fallocate(2).
Diffstat (limited to 'x11/kdelibs4')
-rw-r--r-- | x11/kdelibs4/files/patch-kdecore__util__kshareddatacache_p.h | 12 |
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 4b485dd4987e..000000000000 --- 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 |