Received: by mail.netbsd.org (Postfix, from userid 605) id 1C7FC84DDF; Wed, 13 May 2020 03:16:36 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 992C284DD0 for ; Wed, 13 May 2020 03:16:35 +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 LO_B68skZ1-R for ; Wed, 13 May 2020 03:16:35 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 020D384D80 for ; Wed, 13 May 2020 03:16:35 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id F3883FB27; Wed, 13 May 2020 03:16:34 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1589339794282240" MIME-Version: 1.0 Date: Wed, 13 May 2020 03:16:34 +0000 From: "Roland Illig" Subject: CVS commit: pkgsrc/databases/php-sqlrelay To: pkgsrc-changes@NetBSD.org Reply-To: rillig@netbsd.org X-Mailer: log_accum Message-Id: <20200513031634.F3883FB27@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1589339794282240 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: rillig Date: Wed May 13 03:16:34 UTC 2020 Modified Files: pkgsrc/databases/php-sqlrelay: Makefile Log Message: databases/sql-relay: suppress USE_TOOLS+=perl warning To generate a diff of this commit: cvs rdiff -u -r1.25 -r1.26 pkgsrc/databases/php-sqlrelay/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1589339794282240 Content-Disposition: inline Content-Length: 692 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/databases/php-sqlrelay/Makefile diff -u pkgsrc/databases/php-sqlrelay/Makefile:1.25 pkgsrc/databases/php-sqlrelay/Makefile:1.26 --- pkgsrc/databases/php-sqlrelay/Makefile:1.25 Wed May 6 14:04:24 2020 +++ pkgsrc/databases/php-sqlrelay/Makefile Wed May 13 03:16:34 2020 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.25 2020/05/06 14:04:24 adam Exp $ +# $NetBSD: Makefile,v 1.26 2020/05/13 03:16:34 rillig Exp $ PKGNAME= ${PHP_PKG_PREFIX}-${DISTNAME} PKGREVISION= 13 @@ -11,6 +11,7 @@ LICENSE= gnu-gpl-v2 AND php PHP_VERSIONS_ACCEPTED= 56 72 73 +TOOLS_BROKEN+= perl CONFIGURE_ARGS+= --with-php-prefix=${BUILDLINK_PREFIX.php} BUILD_DIRS= src/api/php --_----------=_1589339794282240--