aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2022-06-16 13:59:30 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2022-06-16 13:59:30 +0000
commit8f059e19fd7c930ac1710a56a5709bc367267fe7 (patch)
treec596cceba30a94cacc521c6c51c073cc5a928b52
parent9aec8683ca5bdd680cd963088931bdb2bb991486 (diff)
downloadports-8f059e19fd7c930ac1710a56a5709bc367267fe7.tar.gz
ports-8f059e19fd7c930ac1710a56a5709bc367267fe7.zip
databases/php-xapian: Add a comment about PHP 8 support
-rw-r--r--databases/php-xapian/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/databases/php-xapian/Makefile b/databases/php-xapian/Makefile
index 652edd9469a1..574f2de79cc5 100644
--- a/databases/php-xapian/Makefile
+++ b/databases/php-xapian/Makefile
@@ -38,7 +38,7 @@ CONFIGURE_ARGS= --datarootdir=${DATADIR} \
--without-tcl
CONFIGURE_ENV= PHP_CONFIG=${LOCALBASE}/bin/php-config
GNU_CONFIGURE= yes
-IGNORE_WITH_PHP=80 81 82
+IGNORE_WITH_PHP=80 81 82 # https://trac.xapian.org/ticket/817
INSTALL_TARGET= install-strip
USE_CXXSTD= c++11