Received: by mail.netbsd.org (Postfix, from userid 605) id 0D32F84D2D; Tue, 30 Jun 2020 17:38:04 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 8C1F684D02 for ; Tue, 30 Jun 2020 17:38:03 +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 2xMfPoz8Pclf for ; Tue, 30 Jun 2020 17:38:03 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id E5A8E84CE0 for ; Tue, 30 Jun 2020 17:38:02 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id DF8D8FB28; Tue, 30 Jun 2020 17:38:02 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1593538682164060" MIME-Version: 1.0 Date: Tue, 30 Jun 2020 17:38:02 +0000 From: "Nia Alarie" Subject: CVS commit: pkgsrc/security/ap-modsecurity2 To: pkgsrc-changes@NetBSD.org Reply-To: nia@netbsd.org X-Mailer: log_accum Message-Id: <20200630173802.DF8D8FB28@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. --_----------=_1593538682164060 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: nia Date: Tue Jun 30 17:38:02 UTC 2020 Modified Files: pkgsrc/security/ap-modsecurity2: Makefile Log Message: ap-modsecurity2: Uses lua51. To generate a diff of this commit: cvs rdiff -u -r1.52 -r1.53 pkgsrc/security/ap-modsecurity2/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1593538682164060 Content-Disposition: inline Content-Length: 1334 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/security/ap-modsecurity2/Makefile diff -u pkgsrc/security/ap-modsecurity2/Makefile:1.52 pkgsrc/security/ap-modsecurity2/Makefile:1.53 --- pkgsrc/security/ap-modsecurity2/Makefile:1.52 Tue Jun 2 08:24:39 2020 +++ pkgsrc/security/ap-modsecurity2/Makefile Tue Jun 30 17:38:02 2020 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.52 2020/06/02 08:24:39 adam Exp $ +# $NetBSD: Makefile,v 1.53 2020/06/30 17:38:02 nia Exp $ DISTNAME= modsecurity-apache_2.7.7 PKGNAME= ${APACHE_PKG_PREFIX}-${DISTNAME:S/apache_//} @@ -22,12 +22,11 @@ GNU_CONFIGURE= YES USE_TOOLS+= pax USE_LIBTOOL= yes BUILD_DIRS= apache2 -LUA_VERSIONS_INCOMPATIBLE= 52 CONFIGURE_ARGS+= --with-apxs=${APXS} CONFIGURE_ARGS+= --with-pcre=${BUILDLINK_PREFIX.pcre} CONFIGURE_ARGS+= --with-libxml=${BUILDLINK_PREFIX.libxml2} -CONFIGURE_ARGS+= --with-lua=${BUILDLINK_PREFIX.lua} +CONFIGURE_ARGS+= --with-lua=${BUILDLINK_PREFIX.lua51} CONFIGURE_ARGS+= --with-apr=${BUILDLINK_PREFIX.apr} CONFIGURE_ARGS+= --with-apu=${BUILDLINK_PREFIX.apr-util} @@ -50,5 +49,5 @@ post-install: .include "../../textproc/libxml2/buildlink3.mk" .include "../../devel/pcre/buildlink3.mk" .include "../../devel/readline/buildlink3.mk" -.include "../../lang/lua/buildlink3.mk" +.include "../../lang/lua51/buildlink3.mk" .include "../../mk/bsd.pkg.mk" --_----------=_1593538682164060--