pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/textproc/php-xapian
Module Name: pkgsrc
Committed By: schmonz
Date: Tue Dec 14 08:47:06 UTC 2021
Modified Files:
pkgsrc/textproc/php-xapian: Makefile
Log Message:
php-xapian: not yet compatible with 8.0 and above.
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/textproc/php-xapian/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/textproc/php-xapian/Makefile
diff -u pkgsrc/textproc/php-xapian/Makefile:1.1 pkgsrc/textproc/php-xapian/Makefile:1.2
--- pkgsrc/textproc/php-xapian/Makefile:1.1 Mon Jul 10 17:34:04 2017
+++ pkgsrc/textproc/php-xapian/Makefile Tue Dec 14 08:47:06 2021
@@ -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 @@ HOMEPAGE= https://xapian.org/docs/bindi
.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