pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/lua-luv
Module Name: pkgsrc
Committed By: wiz
Date: Tue Jan 6 22:03:18 UTC 2026
Modified Files:
pkgsrc/devel/lua-luv: Makefile
Log Message:
lua-luv: does not support lua 5.5 yet
To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 pkgsrc/devel/lua-luv/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/devel/lua-luv/Makefile
diff -u pkgsrc/devel/lua-luv/Makefile:1.12 pkgsrc/devel/lua-luv/Makefile:1.13
--- pkgsrc/devel/lua-luv/Makefile:1.12 Mon Aug 18 07:27:41 2025
+++ pkgsrc/devel/lua-luv/Makefile Tue Jan 6 22:03:18 2026
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.12 2025/08/18 07:27:41 wiz Exp $
+# $NetBSD: Makefile,v 1.13 2026/01/06 22:03:18 wiz Exp $
DISTNAME= luv-1.43.0-0
PKGNAME= ${LUA_PKGPREFIX}-${DISTNAME:S/-0$/.0/1}
@@ -16,6 +16,8 @@ LICENSE= apache-2.0
LUA_SELF_CONFLICT= yes
LUA_LINKER_MAGIC= no
+LUA_VERSIONS_INCOMPATIBLE= 55
+
.include "../../lang/lua/luaversion.mk"
.if ${_LUA_VERSION} == "51" || ${_LUA_VERSION} == "52"
Home |
Main Index |
Thread Index |
Old Index