Index: head/print/scribus/files/patch-cmake_modules_FindHUNSPELL.cmake =================================================================== --- head/print/scribus/files/patch-cmake_modules_FindHUNSPELL.cmake (nonexistent) +++ head/print/scribus/files/patch-cmake_modules_FindHUNSPELL.cmake (revision 427163) @@ -0,0 +1,12 @@ +--- cmake/modules/FindHUNSPELL.cmake.orig 2012-04-10 20:15:53 UTC ++++ cmake/modules/FindHUNSPELL.cmake +@@ -9,7 +9,8 @@ + #Based on examples at http://www.vtk.org/Wiki/CMake:How_To_Find_Libraries + + FIND_PATH(HUNSPELL_INCLUDE_DIR hunspell/hunspell.hxx ) +-FIND_LIBRARY(HUNSPELL_LIBRARIES NAMES hunspell-1.3 hunspell-1.2 PATHS /opt/local/lib /usr/local/lib /usr/lib ) ++FIND_LIBRARY(HUNSPELL_LIBRARIES NAMES hunspell-1.5 hunspell-1.4 hunspell-1.3 hunspell-1.2 ++ PATHS /opt/local/lib /usr/local/lib /usr/lib ) + + INCLUDE(FindPackageHandleStandardArgs) + # handle the QUIETLY and REQUIRED arguments and set HUNSPELL_FOUND to TRUE Property changes on: head/print/scribus/files/patch-cmake_modules_FindHUNSPELL.cmake ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/print/scribus/files/patch-scribus_plugins_tools_hunspellcheck_hunspelldict.cpp =================================================================== --- head/print/scribus/files/patch-scribus_plugins_tools_hunspellcheck_hunspelldict.cpp (nonexistent) +++ head/print/scribus/files/patch-scribus_plugins_tools_hunspellcheck_hunspelldict.cpp (revision 427163) @@ -0,0 +1,11 @@ +--- scribus/plugins/tools/hunspellcheck/hunspelldict.cpp.orig 2012-11-20 22:49:14 UTC ++++ scribus/plugins/tools/hunspellcheck/hunspelldict.cpp +@@ -19,7 +19,7 @@ HunspellDict::HunspellDict(const QString + m_hunspell = new Hunspell(affPath.toLocal8Bit().constData(), dictPath.toLocal8Bit().constData()); + if (m_hunspell) + { +- char* dictEncoding = m_hunspell->get_dic_encoding(); ++ const char* dictEncoding = m_hunspell->get_dic_encoding(); + if (dictEncoding) + encoding = QString::fromLatin1(dictEncoding); + } Property changes on: head/print/scribus/files/patch-scribus_plugins_tools_hunspellcheck_hunspelldict.cpp ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +crlf \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property