From owner-svn-ports-all@freebsd.org Sat Nov 26 16:54:31 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 BFC02C57022; Sat, 26 Nov 2016 16:54:31 +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 99F21DA7; Sat, 26 Nov 2016 16:54:31 +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 uAQGsUii001933; Sat, 26 Nov 2016 16:54:30 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uAQGsUw8001930; Sat, 26 Nov 2016 16:54:30 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201611261654.uAQGsUw8001930@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 16:54:30 +0000 (UTC) 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 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 16:54:31 -0000 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 ^ 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 + #include +-#include + #include + + #include 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 + #include +-#include + #include + + #include 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 + #include +-#include + #include + + #include