svn commit: r553794 - head/www/nextcloud

Dima Panov fluffy at FreeBSD.org
Sun Nov 1 01:54:51 UTC 2020


Why? json is handled correctly with php80 since r553087

Only xmlrpc is now deprecated and still not have pecl tarball

--
Dima. (desktop, kde, x11, office, ports-secteam)@FreeBSD team
(fluffy at FreeBSD.org, https://t.me/dima_panov)

> On Sunday, Nov 01, 2020 at 6:24 AM, Bernard Spil <brnrd at FreeBSD.org (mailto:brnrd at FreeBSD.org)> wrote:
> Author: brnrd
> Date: Sat Oct 31 20:24:42 2020
> New Revision: 553794
> URL: https://svnweb.freebsd.org/changeset/ports/553794
>
> Log:
> www/nextcloud: Fix build with PHP 8.0
>
> * This does NOT mean Nextcloud is PHP 8 compatible!
>
> Modified:
> head/www/nextcloud/Makefile
>
> Modified: head/www/nextcloud/Makefile
> ==============================================================================
> --- head/www/nextcloud/Makefile Sat Oct 31 20:01:01 2020 (r553793)
> +++ head/www/nextcloud/Makefile Sat Oct 31 20:24:42 2020 (r553794)
> @@ -13,8 +13,8 @@ LICENSE= AGPLv3
>
> USES= cpe gettext-runtime php:flavors,web tar:bzip2
> USE_PHP= bcmath bz2 ctype curl dom fileinfo filter gd gmp hash iconv \
> - json mbstring pdo posix session simplexml xml xmlreader \
> - xmlwriter xsl zip zlib
> + mbstring pdo posix session simplexml xml xmlreader xmlwriter \
> + xsl zip zlib
>
> NEXTCLOUD_USERNAME?= ${WWWOWN}
> NEXTCLOUD_GROUPNAME?= ${WWWGRP}
> @@ -61,6 +61,10 @@ SSL_USE= PHP=openssl
>
> .if ${PORT_OPTIONS:MAPCU}
> RUN_DEPENDS+= ${PHPBASE}/lib/php/${PHP_EXT_DIR}/apcu.so:devel/pecl-APCu@${PHP_FLAVOR}
> +.endif
> +
> +.if ${FLAVOR} != php80
> +USE_PHP+= json
> .endif
>
> post-extract:
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 901 bytes
Desc: not available
URL: <http://lists.freebsd.org/pipermail/svn-ports-all/attachments/20201101/7012b895/attachment.sig>


More information about the svn-ports-all mailing list