Received: by mail.netbsd.org (Postfix, from userid 605) id C700684D2D; Sun, 7 Mar 2021 13:43:29 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 0DEB984D27 for ; Sun, 7 Mar 2021 13:43:29 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id jP7lVpd67099 for ; Sun, 7 Mar 2021 13:43:28 +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 55A3384CE3 for ; Sun, 7 Mar 2021 13:43:28 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 53058FA95; Sun, 7 Mar 2021 13:43:28 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1615124608213300" MIME-Version: 1.0 Date: Sun, 7 Mar 2021 13:43:28 +0000 From: "Takahiro Kambe" Subject: CVS commit: pkgsrc/textproc/php-enchant To: pkgsrc-changes@NetBSD.org Reply-To: taca@netbsd.org X-Mailer: log_accum Message-Id: <20210307134328.53058FA95@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1615124608213300 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: taca Date: Sun Mar 7 13:43:28 UTC 2021 Modified Files: pkgsrc/textproc/php-enchant: Makefile Log Message: textproc/php-enchant: add support for php80 Add support for php80. php80 contains own patch for php-enchant. To generate a diff of this commit: cvs rdiff -u -r1.12 -r1.13 pkgsrc/textproc/php-enchant/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1615124608213300 Content-Disposition: inline Content-Length: 685 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/textproc/php-enchant/Makefile diff -u pkgsrc/textproc/php-enchant/Makefile:1.12 pkgsrc/textproc/php-enchant/Makefile:1.13 --- pkgsrc/textproc/php-enchant/Makefile:1.12 Sun Mar 8 16:51:29 2020 +++ pkgsrc/textproc/php-enchant/Makefile Sun Mar 7 13:43:28 2021 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2020/03/08 16:51:29 wiz Exp $ +# $NetBSD: Makefile,v 1.13 2021/03/07 13:43:28 taca Exp $ MODNAME= enchant CATEGORIES+= textproc @@ -7,6 +7,8 @@ PKGREVISION= 1 CONFIGURE_ARGS+= --with-enchant=shared,${BUILDLINK_PREFIX.enchant} +USE_PHP_EXT_PATCHES= yes + BUILDLINK_API_DEPENDS.enchant+= enchant>=1.2.4 .include "../../lang/php/ext.mk" --_----------=_1615124608213300--