Date: Thu, 08 Sep 2022 07:52:35 +0000 From: bugzilla-noreply@freebsd.org To: ports-bugs@FreeBSD.org Subject: [Bug 220281] Mk/bsd.default-versions.mk: Set Lua 5.3 as default Message-ID: <bug-220281-7788-H7nxcwH37o@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-220281-7788@https.bugs.freebsd.org/bugzilla/> References: <bug-220281-7788@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D220281 --- Comment #17 from commit-hook@FreeBSD.org --- A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=3D834e273d0233cd36a48d11a0b8dfc3c= 1331b4ff1 commit 834e273d0233cd36a48d11a0b8dfc3c1331b4ff1 Author: Tobias C. Berner <tcberner@FreeBSD.org> AuthorDate: 2022-09-08 07:50:55 +0000 Commit: Tobias C. Berner <tcberner@FreeBSD.org> CommitDate: 2022-09-08 07:51:35 +0000 www/httest: enable only for lua <=3D 5.2 From lua_module.c: #if ( LUA_VERSION_NUM =3D=3D 501 ) failed =3D (lua_load(L, lua_get_line, reader, "@client") !=3D 0 || lua_pcall(L, 0, LUA_MULTRET, 0) !=3D 0); #elif ( LUA_VERSION_NUM =3D=3D 502 ) failed =3D (lua_load(L, lua_get_line, reader, "@client", NULL) !=3D= 0 || lua_pcall(L, 0, LUA_MULTRET, 0) !=3D 0); #else #error this lua version is not supported #endif PR: 220281 www/httest/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --=20 You are receiving this mail because: You are on the CC list for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-220281-7788-H7nxcwH37o>