aboutsummaryrefslogtreecommitdiff
path: root/textproc/kf5-sonnet/files
diff options
context:
space:
mode:
authorTobias C. Berner <tcberner@FreeBSD.org>2017-01-26 18:19:47 +0000
committerTobias C. Berner <tcberner@FreeBSD.org>2017-01-26 18:19:47 +0000
commit0af3f5648f0ee69d4fc5e0349df6b28a17d38af0 (patch)
tree3720e670b184fd9da2f62655bde523bfff530a35 /textproc/kf5-sonnet/files
parenta28f6cfe2a96a38b0364ae3220a032113c640e8b (diff)
downloadports-0af3f5648f0ee69d4fc5e0349df6b28a17d38af0.tar.gz
ports-0af3f5648f0ee69d4fc5e0349df6b28a17d38af0.zip
Update KDE Frameworks to 5.30.0
* Changelog: https://www.kde.org/announcements/kde-frameworks-5.30.0.php * New framework: x11/kf5-kwayland PR: 216345 Exp-run by: antoine Reviewed by: rakuco Approved by: rakuco (mentor) Differential Revision: https://reviews.freebsd.org/D9271
Notes
Notes: svn path=/head/; revision=432529
Diffstat (limited to 'textproc/kf5-sonnet/files')
-rw-r--r--textproc/kf5-sonnet/files/patch-cmake_FindHUNSPELL.cmake12
1 files changed, 0 insertions, 12 deletions
diff --git a/textproc/kf5-sonnet/files/patch-cmake_FindHUNSPELL.cmake b/textproc/kf5-sonnet/files/patch-cmake_FindHUNSPELL.cmake
deleted file mode 100644
index 00e5a0848cd8..000000000000
--- a/textproc/kf5-sonnet/files/patch-cmake_FindHUNSPELL.cmake
+++ /dev/null
@@ -1,12 +0,0 @@
---- cmake/FindHUNSPELL.cmake.orig 2016-12-03 21:15:34 UTC
-+++ cmake/FindHUNSPELL.cmake
-@@ -14,7 +14,8 @@ ENDIF (HUNSPELL_INCLUDE_DIR AND HUNSPELL
-
- FIND_PATH(HUNSPELL_INCLUDE_DIR hunspell/hunspell.hxx )
-
--FIND_LIBRARY(HUNSPELL_LIBRARIES NAMES hunspell-1.5 hunspell-1.4 hunspell-1.3 hunspell-1.2)
-+FIND_LIBRARY(HUNSPELL_LIBRARIES NAMES hunspell-1.6
-+ hunspell-1.5 hunspell-1.4 hunspell-1.3 hunspell-1.2 hunspell)
-
- # handle the QUIETLY and REQUIRED arguments and set HUNSPELL_FOUND to TRUE if
- # all listed variables are TRUE