Created attachment 167099 [details] poudriere build log poudriere build log attached.
Look at the build-log #DEFAULT_PHP_VER=55 #PHP_DEFAULT= 5.5
Those are commented out. root@bsd1-build-prod:~ # cat /usr/local/etc/poudriere.d/10amd64php7-make.conf | grep -v ^# |grep -v ^$ WITH_PKGNG=yes INSTALL_NODEBUG="yes" A4=yes WITH_UTF8=yes WITHOUT_X11=yes WITHOUT_X=yes OPTIONS_UNSET=X11 NO_PROFILE=true APACHE_PORT=www/apache22-worker-mpm DEFAULT_VERSIONS=php=70 mysql=101m apache=2.2 ruby=2.0 pgsql=9.5 perl5=5.18 python=2.7 NOPORTDOCS=yes SUEXEC_DOCROOT=/home SUEXEC_UIDMIN=80 SUEXEC_GIDMIN=80 PYTHON_VERSION= python2.7
You set WITHOUT_X11=yes WITHOUT_X=yes OPTIONS_UNSET=X11 I think set all three make troubles try only OPTIONS_UNSET=X11
Still doesn't build. There are some "historic" options in my make.conf, but I don't have problems building pecl-imagick with eg. PHP55. If this can be fixed in the port, that's great. If it's an upstream issue, I'll file a bug upstream. If it's my setup, shame on me ;-)