Received: by mail.netbsd.org (Postfix, from userid 605) id 89D2384DF1; Tue, 30 Jun 2020 14:45:49 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 137FC84DF0 for ; Tue, 30 Jun 2020 14:45:49 +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 MSS51ouK-mcm for ; Tue, 30 Jun 2020 14:45:48 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 70F7484DC3 for ; Tue, 30 Jun 2020 14:45:48 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 6E3ABFB28; Tue, 30 Jun 2020 14:45:48 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_159352834824390" MIME-Version: 1.0 Date: Tue, 30 Jun 2020 14:45:48 +0000 From: "Nia Alarie" Subject: CVS commit: pkgsrc/www/lighttpd To: pkgsrc-changes@NetBSD.org Reply-To: nia@netbsd.org X-Mailer: log_accum Message-Id: <20200630144548.6E3ABFB28@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. --_----------=_159352834824390 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: nia Date: Tue Jun 30 14:45:48 UTC 2020 Modified Files: pkgsrc/www/lighttpd: options.mk Log Message: lighttpd: Remove incorrect LUA_VERSIONS_INCOMPATIBLE To generate a diff of this commit: cvs rdiff -u -r1.22 -r1.23 pkgsrc/www/lighttpd/options.mk Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_159352834824390 Content-Disposition: inline Content-Length: 812 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/www/lighttpd/options.mk diff -u pkgsrc/www/lighttpd/options.mk:1.22 pkgsrc/www/lighttpd/options.mk:1.23 --- pkgsrc/www/lighttpd/options.mk:1.22 Mon Nov 4 22:09:57 2019 +++ pkgsrc/www/lighttpd/options.mk Tue Jun 30 14:45:48 2020 @@ -1,4 +1,4 @@ -# $NetBSD: options.mk,v 1.22 2019/11/04 22:09:57 rillig Exp $ +# $NetBSD: options.mk,v 1.23 2020/06/30 14:45:48 nia Exp $ PKG_OPTIONS_VAR= PKG_OPTIONS.lighttpd PKG_SUPPORTED_OPTIONS= bzip2 fam gdbm inet6 ldap lua mysql ssl memcached geoip gssapi webdav @@ -58,7 +58,6 @@ PLIST.ldap= yes ### Support enabling the Cache Meta Language module with the Lua engine. ### .if !empty(PKG_OPTIONS:Mlua) -LUA_VERSIONS_INCOMPATIBLE= 52 53 . include "../../lang/lua/buildlink3.mk" USE_TOOLS+= pkg-config CONFIGURE_ARGS+= --with-lua --_----------=_159352834824390--