pkgsrc-Changes archive

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

CVS commit: pkgsrc/parallel/lua-lanes



Module Name:    pkgsrc
Committed By:   wiz
Date:           Tue Jan  6 22:10:55 UTC 2026

Modified Files:
        pkgsrc/parallel/lua-lanes: Makefile

Log Message:
lua-lanes: does not support lua 5.5


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/parallel/lua-lanes/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/parallel/lua-lanes/Makefile
diff -u pkgsrc/parallel/lua-lanes/Makefile:1.2 pkgsrc/parallel/lua-lanes/Makefile:1.3
--- pkgsrc/parallel/lua-lanes/Makefile:1.2      Sun Mar  6 07:51:10 2022
+++ pkgsrc/parallel/lua-lanes/Makefile  Tue Jan  6 22:10:55 2026
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2022/03/06 07:51:10 nia Exp $
+# $NetBSD: Makefile,v 1.3 2026/01/06 22:10:55 wiz Exp $
 
 DISTNAME=      lanes-3.16.0
 PKGNAME=       ${LUA_PKGPREFIX}-${DISTNAME}
@@ -14,6 +14,8 @@ LICENSE=      mit
 
 USE_TOOLS+=    gmake
 
+LUA_VERSIONS_INCOMPATIBLE+=    55
+
 BUILD_DIRS+=   src
 
 MAKE_FLAGS+=   LIBFLAG="${LDFLAGS} -shared"



Home | Main Index | Thread Index | Old Index