Date: Sat, 26 Nov 2016 12:30:31 +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: r427161 - head/editors/codelite/files Message-ID: <201611261230.uAQCUVbW093332@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: jbeich Date: Sat Nov 26 12:30:31 2016 New Revision: 427161 URL: https://svnweb.freebsd.org/changeset/ports/427161 Log: editors/codelite: unbreak with hunspell 1.5 ** ** NOTICE ** Could not locate libhunspell. SpellChecker plugin will not be build ** NOTICE ** Try installing libhunspell-dev package ** [...] ===> Building package for codelite-9.2_2 pkg-static: Unable to access file ${STAGEDIR}${PREFIX}/lib/codelite/SpellCheck.so: No such file or directory pkg-static: DEVELOPER_MODE: Plist error, missing file: lib/codelite/SpellCheck.so pkg-static: Unable to access file ${STAGEDIR}${PREFIX}/share/codelite/dics/en_GB.aff: No such file or directory pkg-static: DEVELOPER_MODE: Plist error, missing file: share/codelite/dics/en_GB.aff pkg-static: Unable to access file ${STAGEDIR}${PREFIX}/share/codelite/dics/en_GB.dic: No such file or directory pkg-static: DEVELOPER_MODE: Plist error, missing file: share/codelite/dics/en_GB.dic pkg-static: Unable to access file ${STAGEDIR}${PREFIX}/share/codelite/dics/en_US.aff: No such file or directory pkg-static: DEVELOPER_MODE: Plist error, missing file: share/codelite/dics/en_US.aff pkg-static: Unable to access file ${STAGEDIR}${PREFIX}/share/codelite/dics/en_US.dic: No such file or directory pkg-static: DEVELOPER_MODE: Plist error, missing file: share/codelite/dics/en_US.dic *** Error code 1 PR: 214837 Approved by: portmgr blanket Added: head/editors/codelite/files/ head/editors/codelite/files/patch-SpellChecker_CMakeLists.txt (contents, props changed) Added: head/editors/codelite/files/patch-SpellChecker_CMakeLists.txt ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/editors/codelite/files/patch-SpellChecker_CMakeLists.txt Sat Nov 26 12:30:31 2016 (r427161) @@ -0,0 +1,11 @@ +--- SpellChecker/CMakeLists.txt.orig 2016-07-07 05:54:58 UTC ++++ SpellChecker/CMakeLists.txt +@@ -3,7 +3,7 @@ cmake_minimum_required(VERSION 2.6.2) + + find_library(LIBHUNSPELL + # Fedora doesn't create a hunspell->hunspell-1.3 symlink, so explicitly look for (the current) full name +- NAMES hunspell hunspell-1.3 ++ NAMES hunspell hunspell-1.5 hunspell-1.4 hunspell-1.3 + PATH_SUFFIXES lib) + + find_path( HUNSPELL_H
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201611261230.uAQCUVbW093332>