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:06:57 UTC 2026
Modified Files:
pkgsrc/devel/lua-bit32: Makefile
pkgsrc/print/sile: Makefile
Log Message:
*: mark lua-bit32 and users as not supporting lua 5.5
To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 pkgsrc/devel/lua-bit32/Makefile
cvs rdiff -u -r1.27 -r1.28 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-bit32/Makefile
diff -u pkgsrc/devel/lua-bit32/Makefile:1.5 pkgsrc/devel/lua-bit32/Makefile:1.6
--- pkgsrc/devel/lua-bit32/Makefile:1.5 Wed Apr 17 10:38:34 2024
+++ pkgsrc/devel/lua-bit32/Makefile Tue Jan 6 22:06:57 2026
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2024/04/17 10:38:34 wiz Exp $
+# $NetBSD: Makefile,v 1.6 2026/01/06 22:06:57 wiz Exp $
# Keep versioning in sync with the luarocks rockspec.
DISTNAME= lua-compat53-0.9
@@ -18,6 +18,8 @@ SUPERSEDES+= lua[0-9]*-bitlib-[0-9]*
INSTALLATION_DIRS+= ${LUA_CDIR}
+LUA_VERSIONS_INCOMPATIBLE+= 55 # lua-bit32
+
pre-build:
${CP} -f ${FILESDIR}/Makefile ${WRKSRC}/Makefile
Index: pkgsrc/print/sile/Makefile
diff -u pkgsrc/print/sile/Makefile:1.27 pkgsrc/print/sile/Makefile:1.28
--- pkgsrc/print/sile/Makefile:1.27 Thu Oct 23 20:39:03 2025
+++ pkgsrc/print/sile/Makefile Tue Jan 6 22:06:57 2026
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.27 2025/10/23 20:39:03 wiz Exp $
+# $NetBSD: Makefile,v 1.28 2026/01/06 22:06:57 wiz Exp $
DISTNAME= sile-0.14.8
PKGREVISION= 10
@@ -37,6 +37,8 @@ DEPENDS+= ${LUA_PKGPREFIX}-utf8-[0-9]*:.
DEPENDS+= gentiumplus-ttf-[0-9]*:../../fonts/gentiumplus-ttf
+LUA_VERSIONS_INCOMPATIBLE+= 55 # lua-bit32
+
.if 0
# Tests require additional font downloads and extra tools before configure
pre-configure:
Home |
Main Index |
Thread Index |
Old Index