Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 21 Jan 2019 10:42:45 +0000 (UTC)
From:      Jan Beich <jbeich@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r490850 - head/net-im/psi/files
Message-ID:  <201901211042.x0LAgj3f069188@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jbeich
Date: Mon Jan 21 10:42:44 2019
New Revision: 490850
URL: https://svnweb.freebsd.org/changeset/ports/490850

Log:
  net-im/psi: unbreak HUNSPELL=on after r490671
  
  CMake Error at /usr/local/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:137 (message):
    Could NOT find Hunspell (missing: HUNSPELL_LIBRARY)
  
  PR:		235104
  Submitted by:	VVD
  Pointy hat to:	jbeich

Added:
  head/net-im/psi/files/patch-cmake_modules_FindHunspell.cmake   (contents, props changed)

Added: head/net-im/psi/files/patch-cmake_modules_FindHunspell.cmake
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/net-im/psi/files/patch-cmake_modules_FindHunspell.cmake	Mon Jan 21 10:42:44 2019	(r490850)
@@ -0,0 +1,10 @@
+--- cmake/modules/FindHunspell.cmake.orig	2017-08-19 09:50:06 UTC
++++ cmake/modules/FindHunspell.cmake
+@@ -64,6 +64,7 @@ set(HUNSPELL_NAMES
+ 	hunspell-1.4
+ 	hunspell-1.5
+ 	hunspell-1.6
++	hunspell-1.7
+ 	libhunspell${d}
+ )
+ find_library(



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201901211042.x0LAgj3f069188>