diff options
author | antoine <antoine@FreeBSD.org> | 2018-10-12 14:23:47 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2018-10-12 14:23:47 +0800 |
commit | 6c15e445ec8c061bd9948a53605ef5528b62a3d9 (patch) | |
tree | f7de8780d0aeec6aec05027992f8fe7f029a5c30 /databases | |
parent | 837d9e798a0cd675a19f24c5ddc143c8234afad0 (diff) | |
download | freebsd-ports-gnome-6c15e445ec8c061bd9948a53605ef5528b62a3d9.tar.gz freebsd-ports-gnome-6c15e445ec8c061bd9948a53605ef5528b62a3d9.tar.zst freebsd-ports-gnome-6c15e445ec8c061bd9948a53605ef5528b62a3d9.zip |
Those ports are not compatible with php 7.3
Reported by: pkg-fallout
Diffstat (limited to 'databases')
-rw-r--r-- | databases/pecl-couchbase/Makefile | 1 | ||||
-rw-r--r-- | databases/php7-tarantool/Makefile | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/databases/pecl-couchbase/Makefile b/databases/pecl-couchbase/Makefile index 52fbfdd366f1..253abb0cde2c 100644 --- a/databases/pecl-couchbase/Makefile +++ b/databases/pecl-couchbase/Makefile @@ -16,5 +16,6 @@ LIB_DEPENDS= libcouchbase.so:databases/libcouchbase USES= php:pecl USE_PHP= json:build +IGNORE_WITH_PHP= 73 .include <bsd.port.mk> diff --git a/databases/php7-tarantool/Makefile b/databases/php7-tarantool/Makefile index 05e9bbdf5e49..fcbbe7679853 100644 --- a/databases/php7-tarantool/Makefile +++ b/databases/php7-tarantool/Makefile @@ -15,7 +15,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE USES= php:ext CONFIGURE_ARGS= --with-tarantool -IGNORE_WITH_PHP=56 +IGNORE_WITH_PHP=56 73 USE_GITHUB= yes GH_PROJECT= ${PORTNAME}-php |