From owner-svn-ports-branches@freebsd.org Mon Nov 27 19:50:31 2017 Return-Path: Delivered-To: svn-ports-branches@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 52642DE603C; Mon, 27 Nov 2017 19:50:31 +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 2A054223A; Mon, 27 Nov 2017 19:50:31 +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 vARJoUbC035964; Mon, 27 Nov 2017 19:50:30 GMT (envelope-from truckman@FreeBSD.org) Received: (from truckman@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id vARJoT1D035959; Mon, 27 Nov 2017 19:50:29 GMT (envelope-from truckman@FreeBSD.org) Message-Id: <201711271950.vARJoT1D035959@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: truckman set sender to truckman@FreeBSD.org using -f From: Don Lewis Date: Mon, 27 Nov 2017 19:50:29 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r454988 - in branches/2017Q4/editors: openoffice-4 openoffice-4/files openoffice-devel openoffice-devel/files X-SVN-Group: ports-branches X-SVN-Commit-Author: truckman X-SVN-Commit-Paths: in branches/2017Q4/editors: openoffice-4 openoffice-4/files openoffice-devel openoffice-devel/files X-SVN-Commit-Revision: 454988 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Nov 2017 19:50:31 -0000 Author: truckman Date: Mon Nov 27 19:50:29 2017 New Revision: 454988 URL: https://svnweb.freebsd.org/changeset/ports/454988 Log: MFH: r454935 Fix the table wizard in openoffice-base on FreeBSD 10 amd64. One of the source files triggers a bug in the clang 3.4 code optimizer. Approved by: ports-secteam (swills) Added: branches/2017Q4/editors/openoffice-4/files/patch-framework_Library__fwk.mk - copied unchanged from r454935, head/editors/openoffice-4/files/patch-framework_Library__fwk.mk branches/2017Q4/editors/openoffice-devel/files/patch-framework_Library__fwk.mk - copied unchanged from r454935, head/editors/openoffice-devel/files/patch-framework_Library__fwk.mk Modified: branches/2017Q4/editors/openoffice-4/Makefile branches/2017Q4/editors/openoffice-devel/Makefile Directory Properties: branches/2017Q4/ (props changed) Modified: branches/2017Q4/editors/openoffice-4/Makefile ============================================================================== --- branches/2017Q4/editors/openoffice-4/Makefile Mon Nov 27 19:22:37 2017 (r454987) +++ branches/2017Q4/editors/openoffice-4/Makefile Mon Nov 27 19:50:29 2017 (r454988) @@ -3,6 +3,7 @@ PORTNAME= apache-openoffice PORTVERSION= ${AOOVERSION} +PORTREVISION= 1 CATEGORIES= editors java MASTER_SITES= APACHE/openoffice/${PORTVERSION}/sources \ http://tools.openoffice.org/unowinreg_prebuild/680/:unoreg \ Copied: branches/2017Q4/editors/openoffice-4/files/patch-framework_Library__fwk.mk (from r454935, head/editors/openoffice-4/files/patch-framework_Library__fwk.mk) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/2017Q4/editors/openoffice-4/files/patch-framework_Library__fwk.mk Mon Nov 27 19:50:29 2017 (r454988, copy of r454935, head/editors/openoffice-4/files/patch-framework_Library__fwk.mk) @@ -0,0 +1,14 @@ +--- framework/Library_fwk.mk.orig 2017-10-11 11:40:20 UTC ++++ framework/Library_fwk.mk +@@ -186,4 +186,11 @@ $(eval $(call gb_Library_add_exception_objects,fwk,\ + framework/source/xml/imagesdocumenthandler \ + )) + ++# 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 ++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: Modified: branches/2017Q4/editors/openoffice-devel/Makefile ============================================================================== --- branches/2017Q4/editors/openoffice-devel/Makefile Mon Nov 27 19:22:37 2017 (r454987) +++ branches/2017Q4/editors/openoffice-devel/Makefile Mon Nov 27 19:50:29 2017 (r454988) @@ -3,7 +3,7 @@ PORTNAME= apache-openoffice PORTVERSION= ${AOOVERSION1}.${AOOVERSION2}.${SVNREVISION} -PORTREVISION= 1 +PORTREVISION= 2 PORTEPOCH= 4 CATEGORIES= editors java MASTER_SITES= https://dist.apache.org/repos/dist/dev/openoffice/${AOOVERSION}-${AOORC}-r${SVNREVISION}/source/ \ Copied: branches/2017Q4/editors/openoffice-devel/files/patch-framework_Library__fwk.mk (from r454935, head/editors/openoffice-devel/files/patch-framework_Library__fwk.mk) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/2017Q4/editors/openoffice-devel/files/patch-framework_Library__fwk.mk Mon Nov 27 19:50:29 2017 (r454988, copy of r454935, head/editors/openoffice-devel/files/patch-framework_Library__fwk.mk) @@ -0,0 +1,14 @@ +--- framework/Library_fwk.mk.orig 2016-08-29 00:45:25 UTC ++++ framework/Library_fwk.mk +@@ -190,4 +190,11 @@ $(eval $(call gb_Library_add_exception_objects,fwk,\ + framework/source/xml/imagesdocumenthandler \ + )) + ++# 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 ++ifeq ($(COM)$(CPUNAME),CLANGX86_64) ++$(call gb_CxxObject_get_target,framework/source/loadenv/loadenv): T_CXXFLAGS := $(gb_LinkTarget_CXXFLAGS) $(gb_LinkTarget_EXCEPTIONFLAGS) $(gb_COMPILERNOOPTFLAGS) ++endif ++ + # vim: set noet sw=4 ts=4: