Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 26 Nov 2016 12:45:34 +0000 (UTC)
From:      Raphael Kubo da Costa <rakuco@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r427166 - head/x11/kdelibs4/files
Message-ID:  <201611261245.uAQCjYfu001969@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: rakuco
Date: Sat Nov 26 12:45:34 2016
New Revision: 427166
URL: https://svnweb.freebsd.org/changeset/ports/427166

Log:
  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.

Added:
  head/x11/kdelibs4/files/patch-git_2ab2745
     - copied, changed from r427165, head/x11/kdelibs4/files/patch-cmake_modules_FindHUNSPELL.cmake
Deleted:
  head/x11/kdelibs4/files/patch-cmake_modules_FindHUNSPELL.cmake

Copied and modified: head/x11/kdelibs4/files/patch-git_2ab2745 (from r427165, head/x11/kdelibs4/files/patch-cmake_modules_FindHUNSPELL.cmake)
==============================================================================
--- head/x11/kdelibs4/files/patch-cmake_modules_FindHUNSPELL.cmake	Sat Nov 26 12:32:02 2016	(r427165, copy source)
+++ head/x11/kdelibs4/files/patch-git_2ab2745	Sat Nov 26 12:45:34 2016	(r427166)
@@ -1,11 +1,19 @@
---- cmake/modules/FindHUNSPELL.cmake.orig	2015-06-26 03:14:18 UTC
+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
+@@ -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-1.5 hunspell-1.4 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



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