svn commit: r559554 - in head: archivers/php-lz4 chinese/php-opencc databases/pecl-cassandra databases/pecl-couchbase devel/ioncube devel/pecl-APCu_bc devel/pecl-eio devel/pecl-hrtime devel/pecl-js...

Dima Panov fluffy at FreeBSD.org
Tue Dec 29 09:31:30 UTC 2020


Moin!

www/moodle* was fixed with php80 yesterday by r559493

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

> On Tuesday, Dec 29, 2020 at 7:15 PM, Antoine Brodin <antoine at FreeBSD.org (mailto:antoine at FreeBSD.org)> wrote:
> Author: antoine
> Date: Tue Dec 29 09:14:44 2020
> New Revision: 559554
> URL: https://svnweb.freebsd.org/changeset/ports/559554
>
> Log:
> Ignore with PHP 8.0
>
> Reported by: pkg-fallout
>
> Modified:
> head/archivers/php-lz4/Makefile
> head/chinese/php-opencc/Makefile
> head/databases/pecl-cassandra/Makefile
> head/databases/pecl-couchbase/Makefile
> head/devel/ioncube/Makefile
> head/devel/pecl-APCu_bc/Makefile
> head/devel/pecl-eio/Makefile
> head/devel/pecl-hrtime/Makefile
> head/devel/pecl-jsmin/Makefile
> head/devel/pecl-jsond/Makefile
> head/devel/pecl-propro2/Makefile
> head/devel/pecl-sync/Makefile
> head/devel/pecl-vld/Makefile
> head/devel/php-ice37/Makefile
> head/ftp/php-fastdfs/Makefile
> head/net/pear-Auth_RADIUS/Makefile
> head/net/pecl-amqp/Makefile
> head/net/pecl-mosquitto/Makefile
> head/net/pecl-radius/Makefile
> head/security/pecl-crypto/Makefile
> head/security/pecl-pam/Makefile
> head/textproc/php-mecab/Makefile
> head/www/moodle310/Makefile
> head/www/moodle35/Makefile
> head/www/moodle38/Makefile
> head/www/moodle39/Makefile
> head/www/pecl-http/Makefile
> head/www/pecl-yar/Makefile
>
> Modified: head/archivers/php-lz4/Makefile
> ==============================================================================
> --- head/archivers/php-lz4/Makefile Tue Dec 29 09:09:48 2020 (r559553)
> +++ head/archivers/php-lz4/Makefile Tue Dec 29 09:14:44 2020 (r559554)
> @@ -14,6 +14,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE
> LIB_DEPENDS= liblz4.so:archivers/liblz4
>
> USES= php:ext
> +IGNORE_WITH_PHP= 80
>
> USE_GITHUB= yes
> GH_ACCOUNT= kjdev
>
> Modified: head/chinese/php-opencc/Makefile
> ==============================================================================
> --- head/chinese/php-opencc/Makefile Tue Dec 29 09:09:48 2020 (r559553)
> +++ head/chinese/php-opencc/Makefile Tue Dec 29 09:14:44 2020 (r559554)
> @@ -19,5 +19,6 @@ GH_PROJECT= opencc4php
> GH_TAGNAME= 8007639
>
> USES= php:ext
> +IGNORE_WITH_PHP= 80
>
> .include <bsd.port.mk>
>
> Modified: head/databases/pecl-cassandra/Makefile
> ==============================================================================
> --- head/databases/pecl-cassandra/Makefile Tue Dec 29 09:09:48 2020 (r559553)
> +++ head/databases/pecl-cassandra/Makefile Tue Dec 29 09:14:44 2020 (r559554)
> @@ -15,6 +15,6 @@ LIB_DEPENDS= libuv.so:devel/libuv \
> libgmp.so:math/gmp
>
> USES= php:pecl localbase
> -IGNORE_WITH_PHP= 74
> +IGNORE_WITH_PHP= 74 80
>
> .include <bsd.port.mk>
>
> Modified: head/databases/pecl-couchbase/Makefile
> ==============================================================================
> --- head/databases/pecl-couchbase/Makefile Tue Dec 29 09:09:48 2020 (r559553)
> +++ head/databases/pecl-couchbase/Makefile Tue Dec 29 09:14:44 2020 (r559554)
> @@ -16,5 +16,6 @@ LIB_DEPENDS= libcouchbase.so:databases/libcouchbase
>
> USES= php:pecl
> USE_PHP= json:build
> +IGNORE_WITH_PHP= 80
>
> .include <bsd.port.mk>
>
> Modified: head/devel/ioncube/Makefile
> ==============================================================================
> --- head/devel/ioncube/Makefile Tue Dec 29 09:09:48 2020 (r559553)
> +++ head/devel/ioncube/Makefile Tue Dec 29 09:14:44 2020 (r559554)
> @@ -23,6 +23,7 @@ IGNORE_DragonFly= is unsupported on DragonFly
> ONLY_FOR_ARCHS= amd64 i386
> NO_BUILD= yes
> USES= php:flavors
> +IGNORE_WITH_PHP= 80
>
> SUB_FILES= pkg-message
> WRKSRC= ${WRKDIR}/${PORTNAME}
>
> Modified: head/devel/pecl-APCu_bc/Makefile
> ==============================================================================
> --- head/devel/pecl-APCu_bc/Makefile Tue Dec 29 09:09:48 2020 (r559553)
> +++ head/devel/pecl-APCu_bc/Makefile Tue Dec 29 09:14:44 2020 (r559554)
> @@ -15,7 +15,7 @@ BUILD_DEPENDS= ${PHPBASE}/lib/php/${PHP_EXT_DIR}/apcu.
>
> USES= localbase php:pecl
>
> -IGNORE_WITH_PHP= 55 56
> +IGNORE_WITH_PHP= 80
> PHP_MODNAME= apc
> PHP_MOD_PRIO=30
>
>
> Modified: head/devel/pecl-eio/Makefile
> ==============================================================================
> --- head/devel/pecl-eio/Makefile Tue Dec 29 09:09:48 2020 (r559553)
> +++ head/devel/pecl-eio/Makefile Tue Dec 29 09:14:44 2020 (r559554)
> @@ -11,6 +11,7 @@ COMMENT= Provides interface to the libeio library
> LICENSE= PHP301
>
> USES= php:pecl
> +IGNORE_WITH_PHP= 80
>
> CONFIGURE_ARGS= --enable-eio
>
>
> Modified: head/devel/pecl-hrtime/Makefile
> ==============================================================================
> --- head/devel/pecl-hrtime/Makefile Tue Dec 29 09:09:48 2020 (r559553)
> +++ head/devel/pecl-hrtime/Makefile Tue Dec 29 09:14:44 2020 (r559554)
> @@ -11,5 +11,6 @@ COMMENT= High resolution timing for PHP
> LICENSE= BSD2CLAUSE
>
> USES= php:pecl
> +IGNORE_WITH_PHP= 80
>
> .include <bsd.port.mk>
>
> Modified: head/devel/pecl-jsmin/Makefile
> ==============================================================================
> --- head/devel/pecl-jsmin/Makefile Tue Dec 29 09:09:48 2020 (r559553)
> +++ head/devel/pecl-jsmin/Makefile Tue Dec 29 09:14:44 2020 (r559554)
> @@ -11,5 +11,6 @@ COMMENT= PHP extension for minifying JavaScript
> LICENSE= PHP301
>
> USES= php:pecl
> +IGNORE_WITH_PHP= 80
>
> .include <bsd.port.mk>
>
> Modified: head/devel/pecl-jsond/Makefile
> ==============================================================================
> --- head/devel/pecl-jsond/Makefile Tue Dec 29 09:09:48 2020 (r559553)
> +++ head/devel/pecl-jsond/Makefile Tue Dec 29 09:14:44 2020 (r559554)
> @@ -11,5 +11,6 @@ COMMENT= JavaScript Object Notation in PHP
> LICENSE= PHP301
>
> USES= php:pecl
> +IGNORE_WITH_PHP= 80
>
> .include <bsd.port.mk>
>
> Modified: head/devel/pecl-propro2/Makefile
> ==============================================================================
> --- head/devel/pecl-propro2/Makefile Tue Dec 29 09:09:48 2020 (r559553)
> +++ head/devel/pecl-propro2/Makefile Tue Dec 29 09:14:44 2020 (r559554)
> @@ -14,6 +14,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE
> PORTSCOUT= limit:^2.*
>
> USES= gmake php:pecl
> +IGNORE_WITH_PHP= 80
> CONFLICTS= pecl-propro-1*
>
> .include <bsd.port.mk>
>
> Modified: head/devel/pecl-sync/Makefile
> ==============================================================================
> --- head/devel/pecl-sync/Makefile Tue Dec 29 09:09:48 2020 (r559553)
> +++ head/devel/pecl-sync/Makefile Tue Dec 29 09:14:44 2020 (r559554)
> @@ -12,5 +12,6 @@ LICENSE= MIT
> LICENSE_FILE= ${WRKSRC}/LICENSE
>
> USES= php:pecl
> +IGNORE_WITH_PHP= 80
>
> .include <bsd.port.mk>
>
> Modified: head/devel/pecl-vld/Makefile
> ==============================================================================
> --- head/devel/pecl-vld/Makefile Tue Dec 29 09:09:48 2020 (r559553)
> +++ head/devel/pecl-vld/Makefile Tue Dec 29 09:14:44 2020 (r559554)
> @@ -12,6 +12,7 @@ LICENSE= BSD2CLAUSE
> LICENSE_FILE= ${WRKSRC}/LICENSE
>
> USES= php:pecl
> +IGNORE_WITH_PHP= 80
>
> CONFIGURE_ARGS= --enable-vld
>
>
> Modified: head/devel/php-ice37/Makefile
> ==============================================================================
> --- head/devel/php-ice37/Makefile Tue Dec 29 09:09:48 2020 (r559553)
> +++ head/devel/php-ice37/Makefile Tue Dec 29 09:14:44 2020 (r559554)
> @@ -23,6 +23,7 @@ PLIST= ${.CURDIR}/pkg-plist
> MAKE_ARGS+= PHP_EXT_DIR=${PHP_EXT_DIR} ICE_HOME=${LOCALBASE} \
> PHP_HOME=${LOCALBASE} OPTIMIZE=yes
> USES+= php:build,flavors
> +IGNORE_WITH_PHP= 80
> BUILD_WRKSRC= ${WRKSRC}/php
> INSTALL_WRKSRC= ${WRKSRC}/php
>
>
> Modified: head/ftp/php-fastdfs/Makefile
> ==============================================================================
> --- head/ftp/php-fastdfs/Makefile Tue Dec 29 09:09:48 2020 (r559553)
> +++ head/ftp/php-fastdfs/Makefile Tue Dec 29 09:14:44 2020 (r559554)
> @@ -14,6 +14,7 @@ LIB_DEPENDS= libfastcommon.so:devel/libfastcommon \
> libfdfsclient.so:ftp/fastdfs
>
> USES= php:ext
> +IGNORE_WITH_PHP= 80
>
> USE_GITHUB= yes
> GH_ACCOUNT= happyfish100
>
> Modified: head/net/pear-Auth_RADIUS/Makefile
> ==============================================================================
> --- head/net/pear-Auth_RADIUS/Makefile Tue Dec 29 09:09:48 2020 (r559553)
> +++ head/net/pear-Auth_RADIUS/Makefile Tue Dec 29 09:14:44 2020 (r559554)
> @@ -12,5 +12,6 @@ LICENSE= BSD3CLAUSE
>
> USE_PHP= radius
> USES= pear php:flavors
> +IGNORE_WITH_PHP= 80
>
> .include <bsd.port.mk>
>
> Modified: head/net/pecl-amqp/Makefile
> ==============================================================================
> --- head/net/pecl-amqp/Makefile Tue Dec 29 09:09:48 2020 (r559553)
> +++ head/net/pecl-amqp/Makefile Tue Dec 29 09:14:44 2020 (r559554)
> @@ -14,6 +14,6 @@ LICENSE_FILE= ${WRKSRC}/LICENSE
> LIB_DEPENDS= librabbitmq.so:net/rabbitmq-c-devel
>
> USES= php:pecl
> -IGNORE_WITH_PHP= 74
> +IGNORE_WITH_PHP= 74 80
>
> .include <bsd.port.mk>
>
> Modified: head/net/pecl-mosquitto/Makefile
> ==============================================================================
> --- head/net/pecl-mosquitto/Makefile Tue Dec 29 09:09:48 2020 (r559553)
> +++ head/net/pecl-mosquitto/Makefile Tue Dec 29 09:14:44 2020 (r559554)
> @@ -14,5 +14,6 @@ LICENSE= BSD3CLAUSE
> BUILD_DEPENDS= mosquitto>=0:net/mosquitto
>
> USES= php:pecl
> +IGNORE_WITH_PHP= 80
>
> .include <bsd.port.mk>
>
> Modified: head/net/pecl-radius/Makefile
> ==============================================================================
> --- head/net/pecl-radius/Makefile Tue Dec 29 09:09:48 2020 (r559553)
> +++ head/net/pecl-radius/Makefile Tue Dec 29 09:14:44 2020 (r559554)
> @@ -11,6 +11,7 @@ COMMENT= Radius client library for PHP
> LICENSE= BSD3CLAUSE
>
> USES= php:pecl
> +IGNORE_WITH_PHP= 80
>
> CONFIGURE_ARGS= --enable-radius
>
>
> Modified: head/security/pecl-crypto/Makefile
> ==============================================================================
> --- head/security/pecl-crypto/Makefile Tue Dec 29 09:09:48 2020 (r559553)
> +++ head/security/pecl-crypto/Makefile Tue Dec 29 09:14:44 2020 (r559554)
> @@ -15,5 +15,6 @@ USES= compiler:c++11-lang php:pecl
> CONFIGURE_ARGS= --with-crypto
> CFLAGS+= -I${OPENSSLINC}
> LDFLAGS+= -L${OPENSSLLIB}
> +IGNORE_WITH_PHP= 80
>
> .include <bsd.port.mk>
>
> Modified: head/security/pecl-pam/Makefile
> ==============================================================================
> --- head/security/pecl-pam/Makefile Tue Dec 29 09:09:48 2020 (r559553)
> +++ head/security/pecl-pam/Makefile Tue Dec 29 09:14:44 2020 (r559554)
> @@ -12,5 +12,6 @@ COMMENT= PECL classes for PAM integration
> LICENSE= PHP202
>
> USES= php:pecl dos2unix
> +IGNORE_WITH_PHP= 80
>
> .include <bsd.port.mk>
>
> Modified: head/textproc/php-mecab/Makefile
> ==============================================================================
> --- head/textproc/php-mecab/Makefile Tue Dec 29 09:09:48 2020 (r559553)
> +++ head/textproc/php-mecab/Makefile Tue Dec 29 09:14:44 2020 (r559554)
> @@ -22,6 +22,6 @@ GH_PROJECT= php-${PORTNAME}
> WRKSRC_SUBDIR= mecab
> CONFIGURE_ARGS= --with-mecab=${LOCALBASE}/bin/mecab-config
> USES= php:ext
> -IGNORE_WITH_PHP= 74
> +IGNORE_WITH_PHP= 74 80
>
> .include <bsd.port.mk>
>
> Modified: head/www/moodle310/Makefile
> ==============================================================================
> --- head/www/moodle310/Makefile Tue Dec 29 09:09:48 2020 (r559553)
> +++ head/www/moodle310/Makefile Tue Dec 29 09:14:44 2020 (r559554)
> @@ -19,6 +19,7 @@ USES= cpe php:flavors tar:tgz
> USE_PHP= ctype curl dom fileinfo filter gd hash iconv intl json mbstring \
> opcache openssl pcre session simplexml soap spl tokenizer \
> xml xmlreader zip zlib
> +IGNORE_WITH_PHP= 80
> WRKSRC= ${WRKDIR}/moodle
>
> OPTIONS_SINGLE= BACKEND
>
> Modified: head/www/moodle35/Makefile
> ==============================================================================
> --- head/www/moodle35/Makefile Tue Dec 29 09:09:48 2020 (r559553)
> +++ head/www/moodle35/Makefile Tue Dec 29 09:14:44 2020 (r559554)
> @@ -22,6 +22,7 @@ USES= cpe php:flavors tar:tgz
> USE_PHP= ctype curl dom fileinfo filter gd hash iconv intl json mbstring \
> opcache openssl pcre session simplexml soap spl tokenizer \
> xml xmlreader zip zlib
> +IGNORE_WITH_PHP= 80
> WRKSRC= ${WRKDIR}/moodle
>
> OPTIONS_SINGLE= BACKEND
>
> Modified: head/www/moodle38/Makefile
> ==============================================================================
> --- head/www/moodle38/Makefile Tue Dec 29 09:09:48 2020 (r559553)
> +++ head/www/moodle38/Makefile Tue Dec 29 09:14:44 2020 (r559554)
> @@ -22,6 +22,7 @@ USES= cpe php:flavors tar:tgz
> USE_PHP= ctype curl dom fileinfo filter gd hash iconv intl json mbstring \
> opcache openssl pcre session simplexml soap spl tokenizer \
> xml xmlreader zip zlib
> +IGNORE_WITH_PHP= 80
> WRKSRC= ${WRKDIR}/moodle
>
> OPTIONS_SINGLE= BACKEND
>
> Modified: head/www/moodle39/Makefile
> ==============================================================================
> --- head/www/moodle39/Makefile Tue Dec 29 09:09:48 2020 (r559553)
> +++ head/www/moodle39/Makefile Tue Dec 29 09:14:44 2020 (r559554)
> @@ -19,6 +19,7 @@ USES= cpe php:flavors tar:tgz
> USE_PHP= ctype curl dom fileinfo filter gd hash iconv intl json mbstring \
> opcache openssl pcre session simplexml soap spl tokenizer \
> xml xmlreader zip zlib
> +IGNORE_WITH_PHP= 80
> WRKSRC= ${WRKDIR}/moodle
>
> OPTIONS_SINGLE= BACKEND
>
> Modified: head/www/pecl-http/Makefile
> ==============================================================================
> --- head/www/pecl-http/Makefile Tue Dec 29 09:09:48 2020 (r559553)
> +++ head/www/pecl-http/Makefile Tue Dec 29 09:14:44 2020 (r559554)
> @@ -25,6 +25,7 @@ LIB_DEPENDS= libcurl.so:ftp/curl \
>
> USES= php:pecl
> USE_PHP= zlib:build
> +IGNORE_WITH_PHP= 80
>
> CONFLICTS= pecl-http[12]*
>
>
> Modified: head/www/pecl-yar/Makefile
> ==============================================================================
> --- head/www/pecl-yar/Makefile Tue Dec 29 09:09:48 2020 (r559553)
> +++ head/www/pecl-yar/Makefile Tue Dec 29 09:14:44 2020 (r559554)
> @@ -15,6 +15,7 @@ LIB_DEPENDS= libcurl.so:ftp/curl
>
> USES= localbase:ldflags php:pecl
> USE_PHP= curl json:build
> +IGNORE_WITH_PHP= 80
>
> OPTIONS_DEFINE= MSGPACK
> MSGPACK_DESC= Enable MSGPACK module
-------------- 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/20201229/20c843ef/attachment.sig>


More information about the svn-ports-all mailing list