pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/www/lighttpd



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.

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



Home | Main Index | Thread Index | Old Index