Index: head/x11/kdelibs4/files/patch-git_2ab2745 =================================================================== --- head/x11/kdelibs4/files/patch-git_2ab2745 (revision 431562) +++ head/x11/kdelibs4/files/patch-git_2ab2745 (nonexistent) @@ -1,19 +0,0 @@ -commit 2ab2745eb01f73355c490ac8d5d1837dec84fd6c -Author: Wolfgang Bauer -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 Property changes on: head/x11/kdelibs4/files/patch-git_2ab2745 ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/x11/kdelibs4/files/patch-z-cmake_modules_FindHUNSPELL.cmake =================================================================== --- head/x11/kdelibs4/files/patch-z-cmake_modules_FindHUNSPELL.cmake (revision 431562) +++ head/x11/kdelibs4/files/patch-z-cmake_modules_FindHUNSPELL.cmake (nonexistent) @@ -1,12 +0,0 @@ ---- cmake/modules/FindHUNSPELL.cmake.orig 2015-06-26 03:14:18 UTC -+++ cmake/modules/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-2.0 hunspell-1.5 hunspell-1.4 hunspell-1.3 hunspell-1.2) -+FIND_LIBRARY(HUNSPELL_LIBRARIES NAMES hunspell-2.0 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 Property changes on: head/x11/kdelibs4/files/patch-z-cmake_modules_FindHUNSPELL.cmake ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/x11/kdelibs4/files/patch-cmake_modules_FindHUNSPELL.cmake =================================================================== --- head/x11/kdelibs4/files/patch-cmake_modules_FindHUNSPELL.cmake (nonexistent) +++ head/x11/kdelibs4/files/patch-cmake_modules_FindHUNSPELL.cmake (revision 431563) @@ -0,0 +1,27 @@ +Includes the following two upstream commits: + +commit c828f8592fcfd6c2a66ebc18a826de38d6a2fef2 +Author: Pino Toscano +Date: Sat Dec 31 12:08:59 2016 +0100 + + cmake: look for hunspell-1.6 as well + +commit 2ab2745eb01f73355c490ac8d5d1837dec84fd6c +Author: Wolfgang Bauer +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.6 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 Property changes on: head/x11/kdelibs4/files/patch-cmake_modules_FindHUNSPELL.cmake ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property