The poudriere build log can be found here: http://pkg.awarnach.mathstat.dal.ca/data/9amd64-default/2014-09-04_14h06m17s/logs/errors/libcdr-0.0.16_1.log A workaround is to build with gcc47/g++47 by adding .if !empty(.CURDIR:M/usr/ports/graphics/libcdr) && exists(/usr/local/bin/gcc47) CC=gcc47 CXX=g++47 CPP=cpp47 .endif to /etc/make.conf.
Over to maintainer group
Created attachment 146877 [details] Patch to add compiler:c++11-lib to USES Adding compiler:c++11-lib to USES in the Makefile does the trick on 9. I'm not sure about 10. Thanks nox@. Patch attached.
(In reply to Joseph Mingrone from comment #2) This fixes the clang build on 9.3 for me as well. FreeBSD 9.3-STABLE #0 r278642 FreeBSD clang version 3.4.1 (tags/RELEASE_34/dot1-final 208032) 20140512 Target: x86_64-unknown-freebsd9.3 Thread model: posix Selected GCC installation: Can anyone get this committed.
Was this fixed by ports r422711?