From owner-svn-ports-all@freebsd.org Sun Dec 31 00:00:07 2017 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 80915EB3292; Sun, 31 Dec 2017 00:00:07 +0000 (UTC) (envelope-from truckman@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 5853B73C41; Sun, 31 Dec 2017 00:00:07 +0000 (UTC) (envelope-from truckman@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id vBV006LL005497; Sun, 31 Dec 2017 00:00:06 GMT (envelope-from truckman@FreeBSD.org) Received: (from truckman@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id vBV006Al005494; Sun, 31 Dec 2017 00:00:06 GMT (envelope-from truckman@FreeBSD.org) Message-Id: <201712310000.vBV006Al005494@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: truckman set sender to truckman@FreeBSD.org using -f From: Don Lewis Date: Sun, 31 Dec 2017 00:00:06 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r457654 - in head/editors/openoffice-4: . files X-SVN-Group: ports-head X-SVN-Commit-Author: truckman X-SVN-Commit-Paths: in head/editors/openoffice-4: . files X-SVN-Commit-Revision: 457654 X-SVN-Commit-Repository: ports 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.25 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: Sun, 31 Dec 2017 00:00:07 -0000 Author: truckman Date: Sun Dec 31 00:00:06 2017 New Revision: 457654 URL: https://svnweb.freebsd.org/changeset/ports/457654 Log: Upgrade to Apache OpenOffice 4.1.5. The following bugs are fixed: BZ 127568 Diagrams become corrupt (not retrievable) when Calc document is saved BZ 127580 Fix for Issue 127568 created a new bug in Base BZ 127581 Writer crashes after copying all content Modified: head/editors/openoffice-4/Makefile head/editors/openoffice-4/distinfo head/editors/openoffice-4/files/patch-framework_Library__fwk.mk Modified: head/editors/openoffice-4/Makefile ============================================================================== --- head/editors/openoffice-4/Makefile Sat Dec 30 23:36:07 2017 (r457653) +++ head/editors/openoffice-4/Makefile Sun Dec 31 00:00:06 2017 (r457654) @@ -3,7 +3,7 @@ PORTNAME= apache-openoffice PORTVERSION= ${AOOVERSION} -PORTREVISION= 1 +PORTREVISION= 0 CATEGORIES= editors java MASTER_SITES= APACHE/openoffice/${PORTVERSION}/sources \ http://tools.openoffice.org/unowinreg_prebuild/680/:unoreg \ @@ -100,10 +100,10 @@ CONFLICTS_INSTALL= apache-openoffice-devel-* AOOVERSION1= 4 AOOVERSION2= 1 -AOOVERSION3= 4 +AOOVERSION3= 5 # From solenv/inc/minor.mk SOURCEREVISION LAST_MINOR BUILD -AOOTAG= AOO414m5\(Build:9788\) -SVNREVISION= 1811857 +AOOTAG= AOO415m1\(Build:9789\) +SVNREVISION= 1817496 EXTSRC= ApacheOpenOffice.ext_sources.${AOOVERSION1}.x.x.20150707.tar.gz AOOVERSION= ${AOOVERSION1}.${AOOVERSION2}.${AOOVERSION3} Modified: head/editors/openoffice-4/distinfo ============================================================================== --- head/editors/openoffice-4/distinfo Sat Dec 30 23:36:07 2017 (r457653) +++ head/editors/openoffice-4/distinfo Sun Dec 31 00:00:06 2017 (r457654) @@ -1,6 +1,6 @@ -TIMESTAMP = 1507773303 -SHA256 (openoffice/apache-openoffice-4.1.4-r1811857-src.tar.bz2) = 7fdda4e30fec6663fcef07531674056777271ae99cfe708efab55c702e3b8d64 -SIZE (openoffice/apache-openoffice-4.1.4-r1811857-src.tar.bz2) = 219097203 +TIMESTAMP = 1513127206 +SHA256 (openoffice/apache-openoffice-4.1.5-r1817496-src.tar.bz2) = e0d77e762a1554f2a08d0f12c9a958b87632e8adede5c5bafba0bb94d8c96a65 +SIZE (openoffice/apache-openoffice-4.1.5-r1817496-src.tar.bz2) = 219094040 SHA256 (openoffice/unowinreg.dll) = f563e522922133db9340b0306711c2d8767cc3481dd9e7d9b0d059906d12653c SIZE (openoffice/unowinreg.dll) = 6144 SHA256 (openoffice/ApacheOpenOffice.ext_sources.4.x.x.20150707.tar.gz) = 966a8333c83a18ddd84401389006d6e0b52b8175924b808b54b88211669985fa Modified: head/editors/openoffice-4/files/patch-framework_Library__fwk.mk ============================================================================== --- head/editors/openoffice-4/files/patch-framework_Library__fwk.mk Sat Dec 30 23:36:07 2017 (r457653) +++ head/editors/openoffice-4/files/patch-framework_Library__fwk.mk Sun Dec 31 00:00:06 2017 (r457654) @@ -1,14 +1,12 @@ ---- framework/Library_fwk.mk.orig 2017-10-11 11:40:20 UTC +--- framework/Library_fwk.mk.orig 2017-11-27 17:03:35 UTC +++ framework/Library_fwk.mk -@@ -186,4 +186,11 @@ $(eval $(call gb_Library_add_exception_objects,fwk,\ - framework/source/xml/imagesdocumenthandler \ +@@ -187,7 +187,8 @@ $(eval $(call gb_Library_add_exception_objects,fwk,\ )) -+# i126622 - Base 4.1.2 does not open Tables and Queries in Mac OSX -+# Also affects FreeBSD 10.3 with clang 3.4.1. -+# Appears to be a clang optimization bug in versions less than 3.8.0 + # i126622 - Base 4.1.2 does not open Tables and Queries in Mac OSX +-ifeq ($(OS),MACOSX) ++# Also appears to affect FreeBSD 10.3 with clang 3.4.1. +ifeq ($(COM)$(CPUNAME),CLANGX86_64) -+$(call gb_CxxObject_get_target,framework/source/loadenv/loadenv): CXXFLAGS := $(gb_LinkTarget_CXXFLAGS) $(gb_LinkTarget_EXCEPTIONFLAGS) $(gb_COMPILERNOOPTFLAGS) -+endif -+ - # vim: set noet sw=4 ts=4: + $(call gb_CxxObject_get_target,framework/source/loadenv/loadenv):\ + CXXFLAGS := $(gb_LinkTarget_CXXFLAGS) $(gb_LinkTarget_EXCEPTIONFLAGS) $(gb_COMPILERNOOPTFLAGS) + endif