pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc No support for Lua 5.3.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/58a54c262084
branches:  trunk
changeset: 648745:58a54c262084
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Wed Mar 18 10:24:49 2015 +0000

description:
No support for Lua 5.3.

diffstat:

 devel/lua-BitOp/Makefile         |  4 +++-
 devel/lua-posix/Makefile         |  4 +++-
 textproc/lua-slnunicode/Makefile |  4 ++--
 3 files changed, 8 insertions(+), 4 deletions(-)

diffs (54 lines):

diff -r 8165544c55aa -r 58a54c262084 devel/lua-BitOp/Makefile
--- a/devel/lua-BitOp/Makefile  Wed Mar 18 10:20:13 2015 +0000
+++ b/devel/lua-BitOp/Makefile  Wed Mar 18 10:24:49 2015 +0000
@@ -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 @@
 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 -r 8165544c55aa -r 58a54c262084 devel/lua-posix/Makefile
--- a/devel/lua-posix/Makefile  Wed Mar 18 10:20:13 2015 +0000
+++ b/devel/lua-posix/Makefile  Wed Mar 18 10:24:49 2015 +0000
@@ -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 @@
 COMMENT=       POSIX library (including curses) for lua
 LICENSE=       mit
 
+LUA_VERSIONS_INCOMPATIBLE=     53
+
 GNU_CONFIGURE= yes
 USE_LANGUAGES= c c99
 USE_TOOLS+=    perl:build
diff -r 8165544c55aa -r 58a54c262084 textproc/lua-slnunicode/Makefile
--- a/textproc/lua-slnunicode/Makefile  Wed Mar 18 10:20:13 2015 +0000
+++ b/textproc/lua-slnunicode/Makefile  Wed Mar 18 10:24:49 2015 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2014/10/19 22:27:47 alnsn Exp $
+# $NetBSD: Makefile,v 1.7 2015/03/18 10:24:49 joerg Exp $
 
 DISTNAME=      slnunicode-1.1apl1
 PKGNAME=       ${LUA_PKGPREFIX}-${DISTNAME}
@@ -11,7 +11,7 @@
 COMMENT=       Unicode library for Lua
 
 BUILD_TARGET=  unicode.so
-LUA_VERSIONS_INCOMPATIBLE=     51
+LUA_VERSIONS_INCOMPATIBLE=     51 53
 
 MAKE_ENV+=     LUA_EXECUTABLE=${LUA_INTERPRETER}
 



Home | Main Index | Thread Index | Old Index