pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/www/lighttpd Doesn't build with Lua 5.2. (from Edgar F...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/9342bc9e583d
branches:  trunk
changeset: 626088:9342bc9e583d
user:      dholland <dholland%pkgsrc.org@localhost>
date:      Fri Nov 01 06:44:37 2013 +0000

description:
Doesn't build with Lua 5.2. (from Edgar Fuss)

diffstat:

 www/lighttpd/options.mk |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r e48c2d4485f9 -r 9342bc9e583d www/lighttpd/options.mk
--- a/www/lighttpd/options.mk   Fri Nov 01 01:22:58 2013 +0000
+++ b/www/lighttpd/options.mk   Fri Nov 01 06:44:37 2013 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.8 2011/07/14 19:59:45 adam Exp $
+# $NetBSD: options.mk,v 1.9 2013/11/01 06:44:37 dholland Exp $
 
 PKG_OPTIONS_VAR=       PKG_OPTIONS.lighttpd
 PKG_SUPPORTED_OPTIONS= bzip fam gdbm inet6 ldap lua mysql ssl memcache
@@ -53,6 +53,7 @@
 ### Support enabling the Cache Meta Language module with the Lua engine.
 ###
 .if !empty(PKG_OPTIONS:Mlua)
+LUA_VERSIONS_INCOMPATIBLE=     52
 .  include "../../lang/lua/buildlink3.mk"
 USE_TOOLS+=            pkg-config
 CONFIGURE_ARGS+=       --with-lua



Home | Main Index | Thread Index | Old Index