pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/net/wireshark Not compatible with Lua 5.3.
details: https://anonhg.NetBSD.org/pkgsrc/rev/f99a8ab07bee
branches: trunk
changeset: 353383:f99a8ab07bee
user: alnsn <alnsn%pkgsrc.org@localhost>
date: Tue Oct 04 06:41:18 2016 +0000
description:
Not compatible with Lua 5.3.
diffstat:
net/wireshark/options.mk | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diffs (17 lines):
diff -r c686e28ae724 -r f99a8ab07bee net/wireshark/options.mk
--- a/net/wireshark/options.mk Tue Oct 04 05:36:42 2016 +0000
+++ b/net/wireshark/options.mk Tue Oct 04 06:41:18 2016 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.12 2016/03/03 13:33:14 wiz Exp $
+# $NetBSD: options.mk,v 1.13 2016/10/04 06:41:18 alnsn Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.wireshark
PKG_SUPPORTED_OPTIONS= gtk3 lua qt5
@@ -94,6 +94,7 @@
.if empty(PKG_OPTIONS:Mlua)
CONFIGURE_ARGS+= --with-lua=no
.else
+LUA_VERSIONS_INCOMPATIBLE= 53
.include "../../lang/lua/buildlink3.mk"
CONFIGURE_ARGS+= --with-lua=yes
Home |
Main Index |
Thread Index |
Old Index