Received: by mail.netbsd.org (Postfix, from userid 605) id 5A64B84DC4; Mon, 1 Jun 2020 20:03:57 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id D82BD84DC2 for ; Mon, 1 Jun 2020 20:03:56 +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 Pa0bboiFFvoE for ; Mon, 1 Jun 2020 20:03:56 +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 3DACC84CF1 for ; Mon, 1 Jun 2020 20:03:56 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 35537FB27; Mon, 1 Jun 2020 20:03:56 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_159104183624740" MIME-Version: 1.0 Date: Mon, 1 Jun 2020 20:03:56 +0000 From: "Roland Illig" Subject: CVS commit: pkgsrc/security/libprelude-lua To: pkgsrc-changes@NetBSD.org Reply-To: rillig@netbsd.org X-Mailer: log_accum Message-Id: <20200601200356.35537FB27@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. --_----------=_159104183624740 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: rillig Date: Mon Jun 1 20:03:56 UTC 2020 Modified Files: pkgsrc/security/libprelude-lua: Makefile Log Message: security/libprelude-lua: suppress USE_TOOLS+=perl warning To generate a diff of this commit: cvs rdiff -u -r1.20 -r1.21 pkgsrc/security/libprelude-lua/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_159104183624740 Content-Disposition: inline Content-Length: 679 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/security/libprelude-lua/Makefile diff -u pkgsrc/security/libprelude-lua/Makefile:1.20 pkgsrc/security/libprelude-lua/Makefile:1.21 --- pkgsrc/security/libprelude-lua/Makefile:1.20 Fri May 22 10:56:36 2020 +++ pkgsrc/security/libprelude-lua/Makefile Mon Jun 1 20:03:56 2020 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.20 2020/05/22 10:56:36 adam Exp $ +# $NetBSD: Makefile,v 1.21 2020/06/01 20:03:56 rillig Exp $ PKGNAME= libprelude-lua-${VERSION} PKGREVISION= 15 @@ -8,6 +8,7 @@ LUA_VERSIONS_ACCEPTED= 51 .include "../../security/libprelude/Makefile.common" +TOOLS_BROKEN+= perl CONFIGURE_ARGS+= --with-lua BUILD_DIRS= bindings/lua --_----------=_159104183624740--