Date: Tue, 17 Jun 2014 12:41:13 +0000 From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 191124] New: www/mediawiki120 www/mediawiki121 www/mediawiki122 won't build with php 5.5 Message-ID: <bug-191124-13@https.bugs.freebsd.org/bugzilla/>
next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=191124 Bug ID: 191124 Summary: www/mediawiki120 www/mediawiki121 www/mediawiki122 won't build with php 5.5 Product: Ports Tree Version: Latest Hardware: Any OS: Any Status: Needs Triage Severity: Affects Some People Priority: --- Component: Individual Port(s) Assignee: freebsd-ports-bugs@FreeBSD.org Reporter: feld@FreeBSD.org The mediawiki ports have APC in OPTIONS_DEFAULT which breaks building with PHP 5.5 as APC does not support 5.5. APC is not a strict requirement for mediawiki. 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 -- You are receiving this mail because: You are the assignee for the bug.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-191124-13>