Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 26 Nov 2016 16:54:30 +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: r427174 - in head/editors: libreoffice4/files openoffice-4/files openoffice-devel/files
Message-ID:  <201611261654.uAQGsUw8001930@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201611261654.uAQGsUw8001930>