Bug 191124 - www/mediawiki119 www/mediawiki120 www/mediawiki121 www/mediawiki122 won't build with php 5.5
Summary: www/mediawiki119 www/mediawiki120 www/mediawiki121 www/mediawiki122 won't bui...
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Some People
Assignee: Wen Heping
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-06-17 12:41 UTC by Mark Felder
Modified: 2014-06-23 13:18 UTC (History)
0 users

See Also:


Attachments
remove APC from OPTIONS_DEFAULT (2.43 KB, patch)
2014-06-17 12:44 UTC, Mark Felder
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Mark Felder freebsd_committer freebsd_triage 2014-06-17 12:41:13 UTC
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
Comment 1 Mark Felder freebsd_committer freebsd_triage 2014-06-17 12:44:28 UTC
Created attachment 143866 [details]
remove APC from OPTIONS_DEFAULT

attached is a suggested patch.
Comment 2 Mark Linimon freebsd_committer freebsd_triage 2014-06-23 04:12:46 UTC
Over to maintainer.freebsd-ports-bugs