I don't think the sed syntax is quite right in this port post-patch to handle the case where CC is an absolute path to a compiler. This breaks cross compilation for this port. http://chips.ysv.freebsd.org/data/11armv6-11armv6/2015-01-19_15h28m19s/logs/errors/libeatmydata-9.log
Maintainer CC'd
Created attachment 152979 [details] Support full path to cc and make for external toolchains
http://tasty.ysv.freebsd.org/data/11armv6-default/2015-02-14_18h10m30s/logs/libeatmydata-9.log Build log from patch where external toolchain is used (qemu powered poudriere). This fixes portmgr's ability to build for armv6/mips/mips64
Submitter is committer
A commit references this bug: Author: sbruno Date: Sat Feb 21 17:50:39 UTC 2015 New revision: 379539 URL: https://svnweb.freebsd.org/changeset/ports/379539 Log: Allow the CC expansion to deal with a full path to a compiler. This fixes building with an external toolchain where CC=/nxb-bin/usr/bin/cc when used via poudriere + qemu-bsd-user. PR: 196986 Approved by: maintainer timeout (2 weeks) Changes: head/misc/libeatmydata/Makefile