summaryrefslogtreecommitdiff
path: root/databases
diff options
context:
space:
mode:
authorMuhammad Moinur Rahman <bofh@FreeBSD.org>2022-01-10 07:30:00 -0600
committerMuhammad Moinur Rahman <bofh@FreeBSD.org>2022-01-10 07:30:00 -0600
commit47721a7247d2d9ad1e6cb47a518090305254016f (patch)
tree0818295115af801f37030c4a0fec35c323b2a552 /databases
parentaudio/ocp: Update to 0.2.91 (diff)
Mark ports to IGNORE with new php81
Approved by: portmgr (infrastructure blanket) Sponsored by: Bounce Experts
Diffstat (limited to 'databases')
-rw-r--r--databases/pecl-cassandra/Makefile2
-rw-r--r--databases/pecl-couchbase/Makefile2
-rw-r--r--databases/php-xapian/Makefile2
3 files changed, 3 insertions, 3 deletions
diff --git a/databases/pecl-cassandra/Makefile b/databases/pecl-cassandra/Makefile
index 80f9d6061bb1..7c2df6e634a3 100644
--- a/databases/pecl-cassandra/Makefile
+++ b/databases/pecl-cassandra/Makefile
@@ -20,7 +20,7 @@ GH_ACCOUNT= datastax
GH_PROJECT= php-driver
GH_TAGNAME= 61faee0
-IGNORE_WITH_PHP= 80
+IGNORE_WITH_PHP= 80 81
PHP_MODNAME= cassandra
WRKSRC_SUBDIR= ext
diff --git a/databases/pecl-couchbase/Makefile b/databases/pecl-couchbase/Makefile
index 2a4d50f0375a..7c23133a12f5 100644
--- a/databases/pecl-couchbase/Makefile
+++ b/databases/pecl-couchbase/Makefile
@@ -16,6 +16,6 @@ LIB_DEPENDS= libcouchbase.so:databases/libcouchbase
USES= php:pecl
USE_PHP= json:build
-IGNORE_WITH_PHP=80
+IGNORE_WITH_PHP=80 81
.include <bsd.port.mk>
diff --git a/databases/php-xapian/Makefile b/databases/php-xapian/Makefile
index 7fcf46ccde51..e0825e73886f 100644
--- a/databases/php-xapian/Makefile
+++ b/databases/php-xapian/Makefile
@@ -18,6 +18,7 @@ BUILD_DEPENDS= xapian-core>=${PORTVERSION}:databases/xapian-core
LIB_DEPENDS= libxapian.so:databases/xapian-core
USES= compiler:c++11-lang libtool php:build,flavors tar:xz
+IGNORE_WITH_PHP=80 81
CONFIGURE_ARGS= --datarootdir=${DATADIR} \
--docdir=${DOCSDIR} \
@@ -35,7 +36,6 @@ CONFIGURE_ARGS= --datarootdir=${DATADIR} \
--without-tcl
CONFIGURE_ENV= PHP_CONFIG=${LOCALBASE}/bin/php-config
GNU_CONFIGURE= yes
-IGNORE_WITH_PHP=80
INSTALL_TARGET= install-strip
USE_CXXSTD= c++11