From owner-svn-ports-head@freebsd.org Sun Jan 15 14:16:32 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E9BF2CB18B1; Sun, 15 Jan 2017 14:16:32 +0000 (UTC) (envelope-from rakuco@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B88E312EF; Sun, 15 Jan 2017 14:16:32 +0000 (UTC) (envelope-from rakuco@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v0FEGVNL090062; Sun, 15 Jan 2017 14:16:31 GMT (envelope-from rakuco@FreeBSD.org) Received: (from rakuco@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v0FEGVow090061; Sun, 15 Jan 2017 14:16:31 GMT (envelope-from rakuco@FreeBSD.org) Message-Id: <201701151416.v0FEGVow090061@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rakuco set sender to rakuco@FreeBSD.org using -f From: Raphael Kubo da Costa Date: Sun, 15 Jan 2017 14:16:31 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r431563 - head/x11/kdelibs4/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 15 Jan 2017 14:16:33 -0000 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 +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 @@ -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