Received: by mail.netbsd.org (Postfix, from userid 605) id 21DFA84EA3; Sat, 24 Sep 2022 19:09:21 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 51DB984EA0 for ; Sat, 24 Sep 2022 19:09:20 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id ZOBksoDCVtdx for ; Sat, 24 Sep 2022 19:09:19 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id A8C0184E6E for ; Sat, 24 Sep 2022 19:09:19 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 9C8F0FA90; Sat, 24 Sep 2022 19:09:19 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1664046559176020" MIME-Version: 1.0 Date: Sat, 24 Sep 2022 19:09:19 +0000 From: "Amitai Schleier" Subject: CVS commit: pkgsrc/textproc/php-xapian To: pkgsrc-changes@NetBSD.org Reply-To: schmonz@netbsd.org X-Mailer: log_accum Message-Id: <20220924190919.9C8F0FA90@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1664046559176020 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: schmonz Date: Sat Sep 24 19:09:19 UTC 2022 Modified Files: pkgsrc/textproc/php-xapian: Makefile Log Message: Point to the upstream bug with notes about PHP 8 compatibility. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 pkgsrc/textproc/php-xapian/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1664046559176020 Content-Disposition: inline Content-Length: 687 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/textproc/php-xapian/Makefile diff -u pkgsrc/textproc/php-xapian/Makefile:1.3 pkgsrc/textproc/php-xapian/Makefile:1.4 --- pkgsrc/textproc/php-xapian/Makefile:1.3 Sun Dec 19 10:09:29 2021 +++ pkgsrc/textproc/php-xapian/Makefile Sat Sep 24 19:09:19 2022 @@ -1,9 +1,10 @@ -# $NetBSD: Makefile,v 1.3 2021/12/19 10:09:29 schmonz Exp $ +# $NetBSD: Makefile,v 1.4 2022/09/24 19:09:19 schmonz Exp $ PKGNAME= ${PHP_PKG_PREFIX}-${PKGNAME_MODULE} COMMENT= PHP bindings for Xapian search engine HOMEPAGE= https://xapian.org/docs/bindings/php/ +# https://trac.xapian.org/ticket/817 PHP_VERSIONS_INCOMPATIBLE= 80 81 .include "../../lang/php/phpversion.mk" --_----------=_1664046559176020--