Received: by mail.netbsd.org (Postfix, from userid 605) id EA5D584D45; Sun, 28 Mar 2021 00:05:48 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 1BB1D84D15 for ; Sun, 28 Mar 2021 00:05:48 +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 4hRIvfFmxvtd for ; Sun, 28 Mar 2021 00:05:47 +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 A588284CFD for ; Sun, 28 Mar 2021 00:05:47 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 990B7FA95; Sun, 28 Mar 2021 00:05:47 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_161688994757570" MIME-Version: 1.0 Date: Sun, 28 Mar 2021 00:05:47 +0000 From: "Makoto Fujiwara" Subject: CVS commit: pkgsrc/databases/php-redis To: pkgsrc-changes@NetBSD.org Reply-To: mef@netbsd.org X-Mailer: log_accum Message-Id: <20210328000547.990B7FA95@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_161688994757570 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: mef Date: Sun Mar 28 00:05:47 UTC 2021 Modified Files: pkgsrc/databases/php-redis: Makefile Log Message: (databases/php-redis) +.include php-json/buildlink3.mk To generate a diff of this commit: cvs rdiff -u -r1.13 -r1.14 pkgsrc/databases/php-redis/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_161688994757570 Content-Disposition: inline Content-Length: 658 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/databases/php-redis/Makefile diff -u pkgsrc/databases/php-redis/Makefile:1.13 pkgsrc/databases/php-redis/Makefile:1.14 --- pkgsrc/databases/php-redis/Makefile:1.13 Sun Mar 7 13:02:29 2021 +++ pkgsrc/databases/php-redis/Makefile Sun Mar 28 00:05:47 2021 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2021/03/07 13:02:29 taca Exp $ +# $NetBSD: Makefile,v 1.14 2021/03/28 00:05:47 mef Exp $ # MODNAME= redis @@ -24,5 +24,6 @@ WRKSRC= ${WRKDIR}/${GITHUB_PROJECT}-${P CFLAGS+= -Wno-error=return-type .endif +.include "../../textproc/php-json/buildlink3.mk" .include "../../lang/php/ext.mk" .include "../../mk/bsd.pkg.mk" --_----------=_161688994757570--