pkgsrc-Changes archive

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

CVS commit: pkgsrc/textproc/lua-rapidjson



Module Name:    pkgsrc
Committed By:   wiz
Date:           Tue Jan  6 22:11:49 UTC 2026

Modified Files:
        pkgsrc/textproc/lua-rapidjson: Makefile

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


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 pkgsrc/textproc/lua-rapidjson/Makefile

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

Modified files:

Index: pkgsrc/textproc/lua-rapidjson/Makefile
diff -u pkgsrc/textproc/lua-rapidjson/Makefile:1.7 pkgsrc/textproc/lua-rapidjson/Makefile:1.8
--- pkgsrc/textproc/lua-rapidjson/Makefile:1.7  Mon Aug 18 06:47:34 2025
+++ pkgsrc/textproc/lua-rapidjson/Makefile      Tue Jan  6 22:11:49 2026
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2025/08/18 06:47:34 wiz Exp $
+# $NetBSD: Makefile,v 1.8 2026/01/06 22:11:49 wiz Exp $
 
 DISTNAME=      lua-rapidjson-0.7.1
 PKGNAME=       ${LUA_PKGPREFIX}-${DISTNAME:S/^lua-//1}
@@ -12,11 +12,13 @@ HOMEPAGE=   https://github.com/xpol/lua-ra
 COMMENT=       JSON module for Lua, based on the very fast RapidJSON C++ library
 LICENSE=       mit
 
+TEST_DEPENDS+= ${LUA_PKGPREFIX}-utf8-[0-9]*:../../textproc/lua-utf8
+
 USE_LANGUAGES= c c++
 
 LUA_USE_BUSTED=        yes
 
-TEST_DEPENDS+= ${LUA_PKGPREFIX}-utf8-[0-9]*:../../textproc/lua-utf8
+LUA_VERSIONS_INCOMPATIBLE+=    55
 
 CMAKE_CONFIGURE_ARGS+= -DLUA_RAPIDJSON_VERSION=${PKGVERSION}
 CMAKE_CONFIGURE_ARGS+= -DCMAKE_POLICY_VERSION_MINIMUM=3.5



Home | Main Index | Thread Index | Old Index