pkgsrc-Changes archive

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

CVS commit: pkgsrc



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

Modified Files:
        pkgsrc/devel/lua-compat53: Makefile
        pkgsrc/print/sile: Makefile

Log Message:
*: mark lua-compat53 and users as not for Lua 5.5


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 pkgsrc/devel/lua-compat53/Makefile
cvs rdiff -u -r1.28 -r1.29 pkgsrc/print/sile/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-compat53/Makefile
diff -u pkgsrc/devel/lua-compat53/Makefile:1.6 pkgsrc/devel/lua-compat53/Makefile:1.7
--- pkgsrc/devel/lua-compat53/Makefile:1.6      Mon Jun  7 11:38:58 2021
+++ pkgsrc/devel/lua-compat53/Makefile  Tue Jan  6 22:10:04 2026
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2021/06/07 11:38:58 nia Exp $
+# $NetBSD: Makefile,v 1.7 2026/01/06 22:10:04 wiz Exp $
 
 DISTNAME=      lua-compat53-0.10
 PKGNAME=       ${LUA_PKGPREFIX}-${DISTNAME:S/^lua-//1}
@@ -12,6 +12,8 @@ HOMEPAGE=     https://github.com/keplerproje
 COMMENT=       Compatibility module providing Lua-5.3-style APIs for Lua 5.2 and 5.1
 LICENSE=       mit
 
+LUA_VERSIONS_INCOMPATIBLE+=    55
+
 PLIST_SUBST+=  LUA_INCDIR=${LUA_INCDIR}
 
 PRINT_PLIST_AWK+=      /^${LUA_INCDIR:S|/|\\/|g}/ \

Index: pkgsrc/print/sile/Makefile
diff -u pkgsrc/print/sile/Makefile:1.28 pkgsrc/print/sile/Makefile:1.29
--- pkgsrc/print/sile/Makefile:1.28     Tue Jan  6 22:06:57 2026
+++ pkgsrc/print/sile/Makefile  Tue Jan  6 22:10:04 2026
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.28 2026/01/06 22:06:57 wiz Exp $
+# $NetBSD: Makefile,v 1.29 2026/01/06 22:10:04 wiz Exp $
 
 DISTNAME=      sile-0.14.8
 PKGREVISION=   10
@@ -37,7 +37,7 @@ DEPENDS+=     ${LUA_PKGPREFIX}-utf8-[0-9]*:.
 
 DEPENDS+=      gentiumplus-ttf-[0-9]*:../../fonts/gentiumplus-ttf
 
-LUA_VERSIONS_INCOMPATIBLE+=    55 # lua-bit32
+LUA_VERSIONS_INCOMPATIBLE+=    55 # lua-bit32, lua-compat53
 
 .if 0
 # Tests require additional font downloads and extra tools before configure



Home | Main Index | Thread Index | Old Index