..and here are diffs for the other ports to use new infra.
It adds deps to owncloud/nextcloud which aren't currently there at
all, from what I read on their websites pdo is actually needed but
not listed as a dep.
Index: mail/roundcubemail/Makefile
I think you should take over maintainership :)
ok btw
On 25/05/18 12:56 +0100, Stuart Henderson wrote:
> (CC robert, diff below: update to php 5.6.36/7.0.30, add pdo_sqlite,
> add pdo_odbc, switch to mysqlnd, regen plists on -current, tweak DESCRs.
> OK/nope/don't care? :-)
>
> On 2018/05/25 08:
(CC robert, diff below: update to php 5.6.36/7.0.30, add pdo_sqlite,
add pdo_odbc, switch to mysqlnd, regen plists on -current, tweak DESCRs.
OK/nope/don't care? :-)
On 2018/05/25 08:33, Martijn van Duren wrote:
> On 05/24/18 13:52, Stuart Henderson wrote:> It's definitely more than that -
> I kn
On 05/24/18 13:52, Stuart Henderson wrote:> It's definitely more than that - I
know roundcube needs pdo_sqlite or
> another pdo_* - you'd need to look for things using pdo at all to find
> them, rather than just looking for sqlite.
>
The idea behind PDO is that the end-user can easily choose the
On 2018/05/24 12:49, Martijn van Duren wrote:
> Hello ports@,
>
> Currently sqlite in PHP builds its own sqlite and links it internally.
> This library is quite out of date (3.8.10.2 for 5.6 and 3.14.2 for 7.0).
>
> I would like to link PHP to our sqlite3 package, so that it can be kept
> up to
Hello ports@,
Currently sqlite in PHP builds its own sqlite and links it internally.
This library is quite out of date (3.8.10.2 for 5.6 and 3.14.2 for 7.0).
I would like to link PHP to our sqlite3 package, so that it can be kept
up to date. This is assumed to also be what happens with most Lin