phpmyadmin has APC in OPTIONS_DEFAULT which breaks building with PHP 5.5 as APC does not support 5.5. APC is not a requirement for phpmyadmin. I suggest it is either removed from the OPTIONS_DEFAULT or logic is added to handled PHP 5.5. To reproduce add the following to make.conf or your poudriere build environment and try to build a phpMyAdmin package: DEFAULT_VERSIONS= php=5.5
Created attachment 143868 [details] remote APC from OPTIONS_DEFAULT patch to remove APC
My port. I'll investigate making it build by default with php-5.5
A commit references this bug: Author: matthew Date: Thu Jun 19 05:26:07 UTC 2014 New revision: 358339 URL: http://svnweb.freebsd.org/changeset/ports/358339 Log: Switch the default setting for the APC option to off. pecl-APC does not provide core phpMyAdmin functionality and it is not compatible with php-5.5 PR: 191122 Submitted by: feld Changes: head/databases/phpmyadmin/Makefile
Committed, thanks!