Bug 220723 - editors/openoffice{,-devel}: fails to build with boost 1.65
Summary: editors/openoffice{,-devel}: fails to build with boost 1.65
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: FreeBSD Office Team
URL: https://github.com/boostorg/admin/iss...
Keywords: needs-patch
Depends on:
Blocks: 220714
  Show dependency treegraph
 
Reported: 2017-07-14 05:40 UTC by Jan Beich
Modified: 2017-07-22 03:53 UTC (History)
1 user (show)

See Also:
bugzilla: maintainer-feedback? (office)


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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