From owner-svn-ports-all@freebsd.org Sat Nov 26 12:31:38 2016 Return-Path: Delivered-To: svn-ports-all@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 E98D5C55563; Sat, 26 Nov 2016 12:31:38 +0000 (UTC) (envelope-from jbeich@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 B8FC485F; Sat, 26 Nov 2016 12:31:38 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uAQCVbwg094360; Sat, 26 Nov 2016 12:31:37 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uAQCVbPQ094359; Sat, 26 Nov 2016 12:31:37 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201611261231.uAQCVbPQ094359@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Sat, 26 Nov 2016 12:31:37 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r427164 - head/textproc/kf5-sonnet/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-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 Nov 2016 12:31:39 -0000 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 , [...] ===> 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