To search for a package containing a file, install the "pkglocatedb"
package and use pkg_locate(1)
--
Sent from a phone, apologies for poor formatting.
On 4 January 2022 00:03:01 [email protected] wrote:
On Saturday, January 1st, 2022 at 1:07 PM, Stuart Henderson
<[email protected]> wrote:
Moved from tech@ to ports@
On 2021/12/31 21:35, [email protected] wrote:
> I am not sure how to make a patch for this, but I wanted to install
>
> xdebug via Pecl but that fails because Pecl is missing phpize.
>
> I have filed this upstream, but apparently it's the OpenBSD Pecl
>
> port/package that is missing phpize as a dependency.
>
> https://bugs.xdebug.org/view.php?id=2057
>
> Just wanted to let someone know.
>
> Sent with ProtonMail Secure Email.
It is present but has a suffix of the PHP major version number
(phpize-7.4, phpize-8.0, etc).
You can tell pecl to use it with "pecl config-set php_suffix -7.4".
I don't really recommend installing compiled extensions outside of
packages though, it is better if they can be added to ports/packages
I agree 100%. I searched for phpize on
https://cdn.openbsd.org/pub/OpenBSD/snapshots/packages/amd64/, but could
(of course) not find the package.
instead so that they get rebuilt for OS updates etc. I've just written
one (https://marc.info/?l=openbsd-ports&m=164104022308161&w=2),
hopefully we can get it into -current sometime soon.
Thank you very much for this! Great work! And SORRY for the wrong mailing list!