Received: by mail.netbsd.org (Postfix, from userid 605) id 1B9DB84D2D; Sun, 7 Mar 2021 13:31:51 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 558C184D27 for ; Sun, 7 Mar 2021 13:31:50 +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 E7G5X4Xe6k-9 for ; Sun, 7 Mar 2021 13:31:49 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id AD3E584CE3 for ; Sun, 7 Mar 2021 13:31:49 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id A69FFFA95; Sun, 7 Mar 2021 13:31:49 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1615123909271300" MIME-Version: 1.0 Date: Sun, 7 Mar 2021 13:31:49 +0000 From: "Takahiro Kambe" Subject: CVS commit: pkgsrc/www/php-http To: pkgsrc-changes@NetBSD.org Reply-To: taca@netbsd.org X-Mailer: log_accum Message-Id: <20210307133149.A69FFFA95@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1615123909271300 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:31:49 UTC 2021 Modified Files: pkgsrc/www/php-http: Makefile Log Message: www/php-http: fix build problem This package require converters/php-iconv. To generate a diff of this commit: cvs rdiff -u -r1.28 -r1.29 pkgsrc/www/php-http/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1615123909271300 Content-Disposition: inline Content-Length: 709 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/www/php-http/Makefile diff -u pkgsrc/www/php-http/Makefile:1.28 pkgsrc/www/php-http/Makefile:1.29 --- pkgsrc/www/php-http/Makefile:1.28 Wed May 27 19:37:44 2020 +++ pkgsrc/www/php-http/Makefile Sun Mar 7 13:31:49 2021 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.28 2020/05/27 19:37:44 wiz Exp $ +# $NetBSD: Makefile,v 1.29 2021/03/07 13:31:49 taca Exp $ MODNAME= http PECL_VERSION= 2.6.0 @@ -43,5 +43,6 @@ post-extract: .include "../../sysutils/file/buildlink3.mk" .include "../../www/curl/buildlink3.mk" .include "../../www/php-propro/buildlink3.mk" +.include "../../converters/php-iconv/buildlink3.mk" .include "../../lang/php/ext.mk" .include "../../mk/bsd.pkg.mk" --_----------=_1615123909271300--