svn commit: r552910 - in head: archivers converters databases devel ftp graphics lang mail math misc net net-mgmt security sysutils textproc www

Alex Dupre ale at FreeBSD.org
Fri Oct 23 07:02:31 UTC 2020


Yasuhiro KIMURA wrote:
>>> What I found are mail/rainloop and mail/roundcube. Both have
>>> 'USE_PHP=json' in their Makefile. I have not investigated
>>> 'USE_PHP=xmlrpc' yet.
>>
>> Than this is the cause of the error. json is now part of the core so it
>> can't be referred via USE_PHP anymore. Same for xmlrpc.
> 
> Is it possible this problem without changing each port that have
> either 'USE_PHP=json' and 'USE_PHP=xmlrpc'? I'm looking at
> Mk/Uses/php.mk but does not fully understand it yet.

Of course, this is what have been done in the past when the pcre and spl
extensions have been included in the core. The php port should add them
into the installed php.conf file, in the PHP_EXT_INC variable. And then
they should be marked again as supported by that php version in the
php.mk file.

-- 
Alex Dupre



More information about the svn-ports-all mailing list