Bug 220723

Summary: editors/openoffice{,-devel}: fails to build with boost 1.65
Product: Ports & Packages Reporter: Jan Beich <jbeich>
Component: Individual Port(s)Assignee: FreeBSD Office Team <office>
Status: Closed FIXED    
Severity: Affects Only Me CC: truckman
Priority: --- Keywords: needs-patch
Version: LatestFlags: bugzilla: maintainer-feedback? (office)
Hardware: Any   
OS: Any   
URL: https://github.com/boostorg/admin/issues/123
See Also: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=220715
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=220718
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=220719
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=220724
Bug Depends on:    
Bug Blocks: 220714    

Description Jan Beich freebsd_committer freebsd_triage 2017-07-14 05:40:02 UTC
In file included from main/scaddins/source/analysis/financial.cxx:24:
In file included from ./analysis.hxx:40:
./analysishelper.hxx:38:10: fatal error: 'boost/tr1/complex.hpp' file not found
#include <boost/tr1/complex.hpp>
         ^
1 error generated.
Comment 1 commit-hook freebsd_committer freebsd_triage 2017-07-22 03:51:05 UTC
A commit references this bug:

Author: truckman
Date: Sat Jul 22 03:50:13 UTC 2017
New revision: 446366
URL: https://svnweb.freebsd.org/changeset/ports/446366

Log:
  Include <complex> instead of the obsolete <boost/tr1/complex.hpp>.  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

Changes:
  head/editors/openoffice-4/Makefile
  head/editors/openoffice-4/files/patch-scaddins_source_analysis_analysishelper.hxx
  head/editors/openoffice-devel/Makefile
  head/editors/openoffice-devel/files/patch-scaddins_source_analysis_analysishelper.hxx