Re: PHP OpenBSD port question

2025-01-17 Thread Lydia Sobot
Thanks a ton, seems it's all good now :D

Re: PHP OpenBSD port question

2025-01-17 Thread Stuart Henderson
Then for any of the extensions which are in separate packages that you do want, follow the instructions on the pkg-readme. -- Sent from a phone, apologies for poor formatting. On 18 January 2025 00:18:41 "Lydia Sobot" wrote: Looks the same in -current and 7.6-stable. This is on 7.6-stable

Re: PHP OpenBSD port question

2025-01-17 Thread Stuart Henderson
Those changes to php-8.2.ini are all wrong, undo them. -- Sent from a phone, apologies for poor formatting. On 18 January 2025 00:18:41 "Lydia Sobot" wrote: Looks the same in -current and 7.6-stable. This is on 7.6-stable If you're seeing errors when you do the same thing then please show

Re: PHP OpenBSD port question

2025-01-17 Thread Lydia Sobot
> Looks the same in -current and 7.6-stable. This is on 7.6-stable > If you're seeing errors when you do the same thing then please show > output from: > > $ file /etc/php-8.2/* Just enabled intl as you mentioned, however now funnily enough it is complaining that that module is "already loaded" >

Re: PHP OpenBSD port question

2025-01-17 Thread Stuart Henderson
On 2025/01/17 20:07, Lydia Sobot wrote: > > xml is in the main php package and enabled by default > > > > iconv is in php-intl-$version, see /usr/local/share/doc/pkg-readmes/php* > > for how to create symlinks to enable it after installing oh actually, iconv is in the main php package too > > Mig

Re: PHP OpenBSD port question

2025-01-17 Thread Lydia Sobot
> xml is in the main php package and enabled by default > > iconv is in php-intl-$version, see /usr/local/share/doc/pkg-readmes/php* > for how to create symlinks to enable it after installing > Might get better help with explicit error messages It is complaining about mbstring, openssl, xml, dom,

Re: PHP OpenBSD port question

2025-01-17 Thread Stuart Henderson
On 2025/01/17 17:56, Lydia Sobot wrote: > >If bookstack does fit in the "fiddly/needs patches" category then, > >to answer the question about deps using composer, we handle this by > >preparing supplementary distfiles. net/librenms and mail/roundcubemail > >have examples. > So it seems Bookstack pl

Re: PHP OpenBSD port question

2025-01-17 Thread Abel Abraham Camarillo Ojeda
On Fri, Jan 17, 2025 at 11:02 AM Lydia Sobot wrote: > >If bookstack does fit in the "fiddly/needs patches" category then, > >to answer the question about deps using composer, we handle this by > >preparing supplementary distfiles. net/librenms and mail/roundcubemail > >have examples. > So it seem

Re: PHP OpenBSD port question

2025-01-17 Thread Lydia Sobot
>If bookstack does fit in the "fiddly/needs patches" category then, >to answer the question about deps using composer, we handle this by >preparing supplementary distfiles. net/librenms and mail/roundcubemail >have examples. So it seems Bookstack plays nice, but Composer gives warnings about some

Re: PHP OpenBSD port question

2024-11-07 Thread Stuart Henderson
cc'ing ports for the benefit of other readers, list archives, etc. On 2024/11/07 17:31, Lydia Sobot wrote: > Hi, > > I am trying to package Bookstack for OpenBSD and can't seem to find how to > deal > with a program that uses Composer to handle its dependencies; is it automatic > with the lang/p