HomeFreeBSD

Attempt to fix gcc builds on powerpc, that were broken by a boost upgrade.

Description

Attempt to fix gcc builds on powerpc, that were broken by a boost upgrade.

Clang builds using -std=gnu++98 can use the STL headers in
/usr/include/c++/v1, but recent versions of the gcc headers forbid this.
As a fallback, OpenOffice tries to use the TR1 headers supplied by boost,
but recent versions of boost no longer have those headers. In theory
the gcc TR1 headers should work, but I was not able to make those work.
Solve this problem by doing gcc builds using the "bundled" version of
boost which is much older rather that boost from ports.

The headers in the ports version of vigra has some C++11 stuff that
gcc also complains about, so use the "bundled" version of vigra for
gcc builds as well.

The icu patch may only be needed for non-default values of LOCALBASE.

No PORTREVISION bump since amd64 and i386 builds should be unchanged.

Tested by: Curtis Hamilton clhamilto AT gmail.com

Details

Provenance
truckmanAuthored on
Parents
rP519578: net/pecl-oauth2: Update to 2.0.4
Branches
Unknown
Tags
Unknown