summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorjoerg <joerg>2015-03-18 10:24:49 +0000
committerjoerg <joerg>2015-03-18 10:24:49 +0000
commit41cb07201dab75d32bec7f3f0e236bc853455bd9 (patch)
treef45cdbfb229f48fa09c260d5bc408da8228c1dd9 /devel
parentd52f566777d47869290213c6be0b1032ba628c33 (diff)
downloadpkgsrc-41cb07201dab75d32bec7f3f0e236bc853455bd9.tar.gz
No support for Lua 5.3.
Diffstat (limited to 'devel')
-rw-r--r--devel/lua-BitOp/Makefile4
-rw-r--r--devel/lua-posix/Makefile4
2 files changed, 6 insertions, 2 deletions
diff --git a/devel/lua-BitOp/Makefile b/devel/lua-BitOp/Makefile
index cabac2a4f56..9843b6bcba4 100644
--- a/devel/lua-BitOp/Makefile
+++ b/devel/lua-BitOp/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2014/10/19 22:27:44 alnsn Exp $
+# $NetBSD: Makefile,v 1.3 2015/03/18 10:24:49 joerg Exp $
DISTNAME= LuaBitOp-1.0.2
PKGNAME= ${DISTNAME:S/Lua/${LUA_PKGPREFIX}-/}
@@ -11,6 +11,8 @@ HOMEPAGE= http://bitop.luajit.org/
COMMENT= Lua module which adds bitwise operations on numbers
LICENSE= mit
+LUA_VERSIONS_INCOMPATIBLE= 53
+
NO_CONFIGURE= yes
USE_TOOLS+= gmake
MAKE_FLAGS+= LUA_CDIR=${LUA_CDIR}
diff --git a/devel/lua-posix/Makefile b/devel/lua-posix/Makefile
index 07a5f9c4dfd..19f35795e67 100644
--- a/devel/lua-posix/Makefile
+++ b/devel/lua-posix/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2015/02/09 07:20:10 fhajny Exp $
+# $NetBSD: Makefile,v 1.11 2015/03/18 10:24:49 joerg Exp $
DISTNAME= luaposix-release-v31
PKGNAME= ${DISTNAME:S/lua/${LUA_PKGPREFIX}-/:S/release-v//}
@@ -11,6 +11,8 @@ HOMEPAGE= https://github.com/luaposix/luaposix
COMMENT= POSIX library (including curses) for lua
LICENSE= mit
+LUA_VERSIONS_INCOMPATIBLE= 53
+
GNU_CONFIGURE= yes
USE_LANGUAGES= c c99
USE_TOOLS+= perl:build