前一段时间,偶们的配置管理专家升级系统包时,发现以下报错:
** Port marked as IGNORE: devel/pecl-json:
cannot install: doesn’t work with PHP version : 5 (Doesn’t support PHP 5)
** Port marked as IGNORE: archivers/pecl-zip:
cannot install: doesn’t work with PHP version : 5 (Doesn’t support PHP 5)
** Port marked as IGNORE: security/pecl-hash:
cannot install: doesn’t work with PHP version : 5 (Doesn’t support PHP 5)
经过查询,发现FreeBSD在2008年底的一次port升级中修改了相关部分。需要将相关依赖修改为
php5-json –> devel/php5-json
pecl-zip –> archivers/php5-zip
pecl-hash –> security/php5-hash
具体原因请参阅 /user/ports/UPDATING项目20081211





Recent Comments