pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/net/lua-unbound lua-unbound: support building with 5.1...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/79a22da55982
branches:  trunk
changeset: 383079:79a22da55982
user:      khorben <khorben%pkgsrc.org@localhost>
date:      Thu Aug 11 15:34:51 2022 +0000

description:
lua-unbound: support building with 5.1 <= LUA_VERSION <= 5.4

diffstat:

 net/lua-unbound/Makefile |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (20 lines):

diff -r e2d3dfb42b7a -r 79a22da55982 net/lua-unbound/Makefile
--- a/net/lua-unbound/Makefile  Thu Aug 11 14:03:53 2022 +0000
+++ b/net/lua-unbound/Makefile  Thu Aug 11 15:34:51 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2022/05/17 11:31:16 nia Exp $
+# $NetBSD: Makefile,v 1.3 2022/08/11 15:34:51 khorben Exp $
 
 DISTNAME=      luaunbound-1.0.0
 PKGNAME=       ${LUA_PKGPREFIX}-${DISTNAME:S/lua//}
@@ -12,8 +12,9 @@
 
 USE_TOOLS+=    gmake pkg-config
 MAKE_FILE=     GNUmakefile
+MAKE_FLAGS+=   LUA_VERSION=${_LUA_DOT_VERSION}
 
-LUA_VERSIONS_ACCEPTED= 52
+LUA_VERSIONS_ACCEPTED= 54 53 52 51
 
 .include "../../lang/lua/module.mk"
 .include "../../net/unbound/buildlink3.mk"



Home | Main Index | Thread Index | Old Index