On 2017/06/26 21:10, Matthias Kilian wrote:
> Hi,
>
> the pending update of print/poppler will require the use of a C++-11
> capable compiler, so set COMPILER=gcc.
>
> Builds fine for me on amd64 (still with gcc as the default compiler
> in base). Something in this port seems to need ${LIBCXX}
texlive pulls in the icu4c library which does currently use LIBCXX.
But it seems that will need to move to c++11 for the next version
anyway, and I think at that point everything pulling in icu4c needs to
follow (otherwise builds will very likely fail).
Basically we are on the verge of huge chunks of c++ things in ports
needing to move across. And then we will need to do something with
mesa because otherwise they'll pull in the conflicting libstdc++ from
there instead.