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 plays nice, but Composer gives warnings about some > missing libraries which are traditionally packages methinks, such as the PHP > XML or iconv libraries, and I can't seem to find any corresponding packages > in > ports. > Is this to be expected, or can those be added as ports? >
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