svn commit: r427164 - head/textproc/kf5-sonnet/files

Jan Beich jbeich at FreeBSD.org
Sat Nov 26 12:31:39 UTC 2016


Author: jbeich
Date: Sat Nov 26 12:31:37 2016
New Revision: 427164
URL: https://svnweb.freebsd.org/changeset/ports/427164

Log:
  textproc/kf5-sonnet: unbreak with hunspell 1.5
  
  -- Could NOT find HUNSPELL (missing:  HUNSPELL_LIBRARIES)
  [...]
  -- The following OPTIONAL packages have not been found:
   * HUNSPELL , Spell checking support via Hunspell , <http://hunspell.sourceforge.net/>
  [...]
  ===> Checking for items in pkg-plist which are not in STAGEDIR
  Error: Missing: %%QT_PLUGINDIR%%/kf5/sonnet/hunspell.so
  
  PR:		214837
  Approved by:	portmgr blanket

Added:
  head/textproc/kf5-sonnet/files/
  head/textproc/kf5-sonnet/files/patch-cmake_FindHUNSPELL.cmake   (contents, props changed)

Added: head/textproc/kf5-sonnet/files/patch-cmake_FindHUNSPELL.cmake
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/textproc/kf5-sonnet/files/patch-cmake_FindHUNSPELL.cmake	Sat Nov 26 12:31:37 2016	(r427164)
@@ -0,0 +1,11 @@
+--- cmake/FindHUNSPELL.cmake.orig	2016-10-02 10:04:15 UTC
++++ cmake/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.4 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


More information about the svn-ports-head mailing list