Solved php56-pecl-intl marked IGNORE

Hello

Some time ago, ports-mgmt/portmaster started to warn me that
Code:
===>>> pecl-intl-3.0.0_12
    ===>>> New version available: php56-pecl-intl-3.0.0_13
    ===>>> This port is marked IGNORE
    ===>>> does not work with PHP versions "70 71 72" and "72" is installed.
ports-mgmt/portmaster handles installation and upgrading of software from the ports collection on the system in question. The system itself has been upgraded a few times, and at some point php56-* packages was installed, though I don't remember if this particular package was. When time came to switch to PHP 7, they where all removed with pkg and then PHP 7 was installed with ports-mgmt/portmaster.

That means
Code:
root@freebsd:~ # pkg info php56-pecl-intl
pkg: No package(s) matching php56-pecl-intl

Reading and searching through /usr/ports/UPGRADE has not yielded anything useful, as far as I could see.

At this point I'm stuck. I would like to remove the package if it's there, or remove the reason ports-mgmt/portmaster think it is.

Since I don't know the cause I don't know what information to supply. Please don't hesitate to ask.

Thank you
 
pkg ver | grep php56 this will show you all installed php56 packages
and
pkg info -r php56-pecl-intl will show you what package is depending on php56-pecl-intl (most likely this will be roundcube)
 
Back
Top