From owner-svn-ports-head@freebsd.org Sat Jul 22 03:50:14 2017 Return-Path: Delivered-To: svn-ports-head@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 D0CCFC7E5AE; Sat, 22 Jul 2017 03:50:14 +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 A57DA6A261; Sat, 22 Jul 2017 03:50:14 +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 v6M3oD9b088173; Sat, 22 Jul 2017 03:50:13 GMT (envelope-from truckman@FreeBSD.org) Received: (from truckman@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v6M3oDH9088168; Sat, 22 Jul 2017 03:50:13 GMT (envelope-from truckman@FreeBSD.org) Message-Id: <201707220350.v6M3oDH9088168@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: truckman set sender to truckman@FreeBSD.org using -f From: Don Lewis Date: Sat, 22 Jul 2017 03:50:13 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r446366 - in head/editors: openoffice-4 openoffice-4/files openoffice-devel openoffice-devel/files X-SVN-Group: ports-head X-SVN-Commit-Author: truckman X-SVN-Commit-Paths: in head/editors: openoffice-4 openoffice-4/files openoffice-devel openoffice-devel/files X-SVN-Commit-Revision: 446366 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 22 Jul 2017 03:50:14 -0000 Author: truckman Date: Sat Jul 22 03:50:12 2017 New Revision: 446366 URL: https://svnweb.freebsd.org/changeset/ports/446366 Log: Include instead of the obsolete . The upcoming boost 1.65 upgrade removes support for tr1. Sort ONLY_FOR_ARCHS to pacify portlint. No PORTREVISION bump since the code does not appear to change. PR: 220723 Added: head/editors/openoffice-4/files/patch-scaddins_source_analysis_analysishelper.hxx (contents, props changed) head/editors/openoffice-devel/files/patch-scaddins_source_analysis_analysishelper.hxx (contents, props changed) Modified: head/editors/openoffice-4/Makefile head/editors/openoffice-devel/Makefile Modified: head/editors/openoffice-4/Makefile ============================================================================== --- head/editors/openoffice-4/Makefile Sat Jul 22 03:38:18 2017 (r446365) +++ head/editors/openoffice-4/Makefile Sat Jul 22 03:50:12 2017 (r446366) @@ -115,7 +115,7 @@ XDGDIR= ${OOPATH}/share/xdg XDGREL= ../../${INSTALLATION_BASEDIR}/openoffice${AOOVERSION1}/share/xdg EXECBASE?= openoffice-${AOOSUFFIX} -ONLY_FOR_ARCHS= i386 amd64 powerpc64 +ONLY_FOR_ARCHS= amd64 i386 powerpc64 USE_GL= gl glu USE_GNOME= gtk20 libxslt libidl glib20 Added: head/editors/openoffice-4/files/patch-scaddins_source_analysis_analysishelper.hxx ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/editors/openoffice-4/files/patch-scaddins_source_analysis_analysishelper.hxx Sat Jul 22 03:50:12 2017 (r446366) @@ -0,0 +1,11 @@ +--- scaddins/source/analysis/analysishelper.hxx.orig 2014-09-19 18:07:44 UTC ++++ scaddins/source/analysis/analysishelper.hxx +@@ -35,7 +35,7 @@ + + #include + +-#include ++#include + #ifndef double_complex + typedef std::complex double_complex; + #endif Modified: head/editors/openoffice-devel/Makefile ============================================================================== --- head/editors/openoffice-devel/Makefile Sat Jul 22 03:38:18 2017 (r446365) +++ head/editors/openoffice-devel/Makefile Sat Jul 22 03:50:12 2017 (r446366) @@ -127,7 +127,7 @@ XDGDIR= ${OOPATH}/share/xdg XDGREL= ../../${INSTALLATION_BASEDIR}/openoffice${AOOVERSION1}/share/xdg EXECBASE?= openoffice-${AOOSUFFIX} -ONLY_FOR_ARCHS= i386 amd64 powerpc64 +ONLY_FOR_ARCHS= amd64 i386 powerpc64 USE_GL= gl glu USE_GNOME= gtk20 libxslt libidl glib20 Added: head/editors/openoffice-devel/files/patch-scaddins_source_analysis_analysishelper.hxx ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/editors/openoffice-devel/files/patch-scaddins_source_analysis_analysishelper.hxx Sat Jul 22 03:50:12 2017 (r446366) @@ -0,0 +1,11 @@ +--- scaddins/source/analysis/analysishelper.hxx.orig 2014-09-19 18:07:44 UTC ++++ scaddins/source/analysis/analysishelper.hxx +@@ -35,7 +35,7 @@ + + #include + +-#include ++#include + #ifndef double_complex + typedef std::complex double_complex; + #endif