pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/textproc/php-xapian php-xapian: not yet compatible wit...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/fc267028961b
branches:  trunk
changeset: 771144:fc267028961b
user:      schmonz <schmonz%pkgsrc.org@localhost>
date:      Tue Dec 14 08:47:06 2021 +0000

description:
php-xapian: not yet compatible with 8.0 and above.

diffstat:

 textproc/php-xapian/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r 1e4f6aada487 -r fc267028961b textproc/php-xapian/Makefile
--- a/textproc/php-xapian/Makefile      Tue Dec 14 08:11:31 2021 +0000
+++ b/textproc/php-xapian/Makefile      Tue Dec 14 08:47:06 2021 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2017/07/10 17:34:04 schmonz Exp $
+# $NetBSD: Makefile,v 1.2 2021/12/14 08:47:06 schmonz Exp $
 
 PKGNAME=               ${PHP_PKG_PREFIX}-${PKGNAME_MODULE}
 COMMENT=               PHP bindings for Xapian search engine
@@ -6,6 +6,8 @@
 
 .include "../../lang/php/phpversion.mk"
 
+PHP_VERSIONS_INCOMPATIBLE=     80 81
+
 .if (${PKG_PHP_MAJOR_VERS} == 5)
 CONFIGURE_ARGS+=       --with-php
 PHP_5_OR_EMPTY=                5



Home | Main Index | Thread Index | Old Index