aboutsummaryrefslogtreecommitdiffstats
path: root/www
diff options
context:
space:
mode:
authorantoine <antoine@FreeBSD.org>2018-10-12 14:23:47 +0800
committerantoine <antoine@FreeBSD.org>2018-10-12 14:23:47 +0800
commit6c15e445ec8c061bd9948a53605ef5528b62a3d9 (patch)
treef7de8780d0aeec6aec05027992f8fe7f029a5c30 /www
parent837d9e798a0cd675a19f24c5ddc143c8234afad0 (diff)
downloadfreebsd-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 'www')
-rw-r--r--www/pecl-solr/Makefile2
-rw-r--r--www/pecl-yaf/Makefile2
-rw-r--r--www/phalcon/Makefile1
3 files changed, 3 insertions, 2 deletions
diff --git a/www/pecl-solr/Makefile b/www/pecl-solr/Makefile
index d785c875d977..5d4714844e77 100644
--- a/www/pecl-solr/Makefile
+++ b/www/pecl-solr/Makefile
@@ -15,6 +15,6 @@ LIB_DEPENDS= libcurl.so:ftp/curl \
USES= php:pecl
USE_PHP= json:build
-IGNORE_WITH_PHP= 72
+IGNORE_WITH_PHP= 72 73
.include <bsd.port.mk>
diff --git a/www/pecl-yaf/Makefile b/www/pecl-yaf/Makefile
index b0ec766913af..3e9744d106bb 100644
--- a/www/pecl-yaf/Makefile
+++ b/www/pecl-yaf/Makefile
@@ -11,7 +11,7 @@ COMMENT= MVC framework written as a C PHP extension
LICENSE= PHP301
LICENSE_FILE= ${WRKSRC}/LICENSE
-IGNORE_WITH_PHP=56
+IGNORE_WITH_PHP=56 73
LIB_DEPENDS= libpcre.so:devel/pcre
diff --git a/www/phalcon/Makefile b/www/phalcon/Makefile
index a87b13472e53..2cb4a1dec404 100644
--- a/www/phalcon/Makefile
+++ b/www/phalcon/Makefile
@@ -16,6 +16,7 @@ ONLY_FOR_ARCHS= amd64 armv6 armv7 i386
USES= php:ext
USE_PHP= hash:build json:build pdo:build
+IGNORE_WITH_PHP= 73
USE_GITHUB= yes
GH_ACCOUNT= phalcon