aboutsummaryrefslogtreecommitdiffstats
path: root/x11
diff options
context:
space:
mode:
authorrakuco <rakuco@FreeBSD.org>2016-11-26 20:45:34 +0800
committerrakuco <rakuco@FreeBSD.org>2016-11-26 20:45:34 +0800
commitd529d5d1bafbf2464ca53bbecb5ce57a68378395 (patch)
tree0f9a7ccb514f392632b17e8422d520ffe3aa2ced /x11
parent368cd6402458b8fa505f2685462e4e8b6a6cc2ad (diff)
downloadfreebsd-ports-gnome-d529d5d1bafbf2464ca53bbecb5ce57a68378395.tar.gz
freebsd-ports-gnome-d529d5d1bafbf2464ca53bbecb5ce57a68378395.tar.zst
freebsd-ports-gnome-d529d5d1bafbf2464ca53bbecb5ce57a68378395.zip
Replace the FindHUNSPELL.cmake from r214837 with kdelibs' upstream version
No need to bump PORTREVISION, this is mostly for renaming and indicating this has already been fixed upstream.
Diffstat (limited to 'x11')
-rw-r--r--x11/kdelibs4/files/patch-cmake_modules_FindHUNSPELL.cmake11
-rw-r--r--x11/kdelibs4/files/patch-git_2ab274519
2 files changed, 19 insertions, 11 deletions
diff --git a/x11/kdelibs4/files/patch-cmake_modules_FindHUNSPELL.cmake b/x11/kdelibs4/files/patch-cmake_modules_FindHUNSPELL.cmake
deleted file mode 100644
index ffde4c244b28..000000000000
--- a/x11/kdelibs4/files/patch-cmake_modules_FindHUNSPELL.cmake
+++ /dev/null
@@ -1,11 +0,0 @@
---- cmake/modules/FindHUNSPELL.cmake.orig 2015-06-26 03:14:18 UTC
-+++ cmake/modules/FindHUNSPELL.cmake
-@@ -14,7 +14,7 @@ ENDIF (HUNSPELL_INCLUDE_DIR AND HUNSPELL
-
- FIND_PATH(HUNSPELL_INCLUDE_DIR hunspell/hunspell.hxx )
-
--FIND_LIBRARY(HUNSPELL_LIBRARIES NAMES hunspell-1.3 hunspell-1.2)
-+FIND_LIBRARY(HUNSPELL_LIBRARIES NAMES hunspell-1.5 hunspell-1.4 hunspell-1.3 hunspell-1.2)
-
- # handle the QUIETLY and REQUIRED arguments and set HUNSPELL_FOUND to TRUE if
- # all listed variables are TRUE
diff --git a/x11/kdelibs4/files/patch-git_2ab2745 b/x11/kdelibs4/files/patch-git_2ab2745
new file mode 100644
index 000000000000..469935807af3
--- /dev/null
+++ b/x11/kdelibs4/files/patch-git_2ab2745
@@ -0,0 +1,19 @@
+commit 2ab2745eb01f73355c490ac8d5d1837dec84fd6c
+Author: Wolfgang Bauer <wbauer@tmo.at>
+Date: Thu Oct 20 15:51:29 2016 +0200
+
+ Support newer hunspell versions in FindHUNSPELL.cmake
+
+ REVIEW: 128600
+
+--- cmake/modules/FindHUNSPELL.cmake
++++ cmake/modules/FindHUNSPELL.cmake
+@@ -14,7 +14,7 @@ ENDIF (HUNSPELL_INCLUDE_DIR AND HUNSPELL_LIBRARIES)
+
+ FIND_PATH(HUNSPELL_INCLUDE_DIR hunspell/hunspell.hxx )
+
+-FIND_LIBRARY(HUNSPELL_LIBRARIES NAMES hunspell-1.3 hunspell-1.2)
++FIND_LIBRARY(HUNSPELL_LIBRARIES NAMES hunspell-2.0 hunspell-1.5 hunspell-1.4 hunspell-1.3 hunspell-1.2)
+
+ # handle the QUIETLY and REQUIRED arguments and set HUNSPELL_FOUND to TRUE if
+ # all listed variables are TRUE