Date: Sun, 15 Jan 2017 14:16:31 +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: r431563 - head/x11/kdelibs4/files Message-ID: <201701151416.v0FEGVow090061@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: rakuco Date: Sun Jan 15 14:16:31 2017 New Revision: 431563 URL: https://svnweb.freebsd.org/changeset/ports/431563 Log: Centralize all cmake/modules/FindHUNSPELL.cmake patches in one file. While here, note that the addition of hunspell-1.6 was done upstream too. Added: head/x11/kdelibs4/files/patch-cmake_modules_FindHUNSPELL.cmake - copied, changed from r431562, head/x11/kdelibs4/files/patch-git_2ab2745 Deleted: head/x11/kdelibs4/files/patch-git_2ab2745 head/x11/kdelibs4/files/patch-z-cmake_modules_FindHUNSPELL.cmake Copied and modified: head/x11/kdelibs4/files/patch-cmake_modules_FindHUNSPELL.cmake (from r431562, head/x11/kdelibs4/files/patch-git_2ab2745) ============================================================================== --- head/x11/kdelibs4/files/patch-git_2ab2745 Sun Jan 15 14:07:30 2017 (r431562, copy source) +++ head/x11/kdelibs4/files/patch-cmake_modules_FindHUNSPELL.cmake Sun Jan 15 14:16:31 2017 (r431563) @@ -1,3 +1,11 @@ +Includes the following two upstream commits: + +commit c828f8592fcfd6c2a66ebc18a826de38d6a2fef2 +Author: Pino Toscano <pino@kde.org> +Date: Sat Dec 31 12:08:59 2016 +0100 + + cmake: look for hunspell-1.6 as well + commit 2ab2745eb01f73355c490ac8d5d1837dec84fd6c Author: Wolfgang Bauer <wbauer@tmo.at> Date: Thu Oct 20 15:51:29 2016 +0200 @@ -13,7 +21,7 @@ Date: Thu Oct 20 15:51:29 2016 +0200 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) ++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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201701151416.v0FEGVow090061>