svn commit: r427174 - in head/editors: libreoffice4/files openoffice-4/files openoffice-devel/files

Jan Beich jbeich at FreeBSD.org
Sat Nov 26 16:54:31 UTC 2016


Author: jbeich
Date: Sat Nov 26 16:54:30 2016
New Revision: 427174
URL: https://svnweb.freebsd.org/changeset/ports/427174

Log:
  editors/openoffice*: unbreak consumers with hunspell 1.5
  
  main/lingucomponent/source/spellcheck/spell/sspellimp.cxx:39:10: fatal error: 'dictmgr.hxx' file not found
   #include <dictmgr.hxx>
            ^
  
  PR:		214844
  Obtained from:	upstream
  Approved by:	portmgr blanket

Added:
  head/editors/libreoffice4/files/patch-lingucomponent_source_spellcheck_spell_sspellimp.cxx   (contents, props changed)
  head/editors/openoffice-4/files/patch-lingucomponent_source_spellcheck_spell_sspellimp.cxx   (contents, props changed)
  head/editors/openoffice-devel/files/patch-lingucomponent_source_spellcheck_spell_sspellimp.cxx   (contents, props changed)

Added: head/editors/libreoffice4/files/patch-lingucomponent_source_spellcheck_spell_sspellimp.cxx
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/editors/libreoffice4/files/patch-lingucomponent_source_spellcheck_spell_sspellimp.cxx	Sat Nov 26 16:54:30 2016	(r427174)
@@ -0,0 +1,14 @@
+Minimal exceprt from upstream fix only to unbreak build
+
+https://cgit.freedesktop.org/libreoffice/core/commit/?id=072b32442e3f6f220936a93ad1fcbde57746b747
+
+--- lingucomponent/source/spellcheck/spell/sspellimp.cxx.orig	2016-01-29 07:10:27 UTC
++++ lingucomponent/source/spellcheck/spell/sspellimp.cxx
+@@ -37,7 +37,6 @@
+ 
+ #include <lingutil.hxx>
+ #include <hunspell.hxx>
+-#include <dictmgr.hxx>
+ #include <sspellimp.hxx>
+ 
+ #include <linguistic/lngprops.hxx>

Added: head/editors/openoffice-4/files/patch-lingucomponent_source_spellcheck_spell_sspellimp.cxx
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/editors/openoffice-4/files/patch-lingucomponent_source_spellcheck_spell_sspellimp.cxx	Sat Nov 26 16:54:30 2016	(r427174)
@@ -0,0 +1,14 @@
+Minimal exceprt from upstream fix only to unbreak build
+
+https://cgit.freedesktop.org/libreoffice/core/commit/?id=072b32442e3f6f220936a93ad1fcbde57746b747
+
+--- lingucomponent/source/spellcheck/spell/sspellimp.cxx.orig	2016-01-29 07:10:27 UTC
++++ lingucomponent/source/spellcheck/spell/sspellimp.cxx
+@@ -37,7 +37,6 @@
+ 
+ #include <lingutil.hxx>
+ #include <hunspell.hxx>
+-#include <dictmgr.hxx>
+ #include <sspellimp.hxx>
+ 
+ #include <linguistic/lngprops.hxx>

Added: head/editors/openoffice-devel/files/patch-lingucomponent_source_spellcheck_spell_sspellimp.cxx
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/editors/openoffice-devel/files/patch-lingucomponent_source_spellcheck_spell_sspellimp.cxx	Sat Nov 26 16:54:30 2016	(r427174)
@@ -0,0 +1,14 @@
+Minimal exceprt from upstream fix only to unbreak build
+
+https://cgit.freedesktop.org/libreoffice/core/commit/?id=072b32442e3f6f220936a93ad1fcbde57746b747
+
+--- lingucomponent/source/spellcheck/spell/sspellimp.cxx.orig	2016-01-29 07:10:27 UTC
++++ lingucomponent/source/spellcheck/spell/sspellimp.cxx
+@@ -37,7 +37,6 @@
+ 
+ #include <lingutil.hxx>
+ #include <hunspell.hxx>
+-#include <dictmgr.hxx>
+ #include <sspellimp.hxx>
+ 
+ #include <linguistic/lngprops.hxx>


More information about the svn-ports-head mailing list