mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 06:27:45 +00:00
Ports/lua: Update lua to version 5.4.6
This commit is contained in:
parent
bd6dfc484a
commit
c2ca76c212
3 changed files with 7 additions and 7 deletions
|
@ -190,7 +190,7 @@ This list is also available at [ports.serenityos.net](https://ports.serenityos.n
|
||||||
| [`llvm`](llvm/) | LLVM | 16.0.6 | https://llvm.org/ |
|
| [`llvm`](llvm/) | LLVM | 16.0.6 | https://llvm.org/ |
|
||||||
| [`lowdown`](lowdown/) | lowdown | 1.0.2 | https://kristaps.bsd.lv/lowdown/ |
|
| [`lowdown`](lowdown/) | lowdown | 1.0.2 | https://kristaps.bsd.lv/lowdown/ |
|
||||||
| [`lrzip`](lrzip/) | lrzip | 0.651 | https://github.com/ckolivas/lrzip |
|
| [`lrzip`](lrzip/) | lrzip | 0.651 | https://github.com/ckolivas/lrzip |
|
||||||
| [`lua`](lua/) | Lua | 5.4.4 | https://www.lua.org/ |
|
| [`lua`](lua/) | Lua | 5.4.6 | https://www.lua.org/ |
|
||||||
| [`luajit`](luajit/) | LuaJIT | 2.1.0-beta3 | https://luajit.org/luajit.html |
|
| [`luajit`](luajit/) | LuaJIT | 2.1.0-beta3 | https://luajit.org/luajit.html |
|
||||||
| [`luarocks`](luarocks/) | LuaRocks | 3.8.0 | https://luarocks.org/ |
|
| [`luarocks`](luarocks/) | LuaRocks | 3.8.0 | https://luarocks.org/ |
|
||||||
| [`lure`](lure/) | Lure of the Temptress | 1.1 | https://www.scummvm.org/games/#games-lure |
|
| [`lure`](lure/) | Lure of the Temptress | 1.1 | https://www.scummvm.org/games/#games-lure |
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
#!/usr/bin/env -S bash ../.port_include.sh
|
#!/usr/bin/env -S bash ../.port_include.sh
|
||||||
port='lua'
|
port='lua'
|
||||||
version='5.4.4'
|
version='5.4.6'
|
||||||
files=(
|
files=(
|
||||||
"http://www.lua.org/ftp/lua-${version}.tar.gz#164c7849653b80ae67bec4b7473b884bf5cc8d2dca05653475ec2ed27b9ebf61"
|
"http://www.lua.org/ftp/lua-${version}.tar.gz#7d5ea1b9cb6aa0b59ca3dde1c6adcb57ef83a1ba8e5432c0ecd06bf439b3ad88"
|
||||||
)
|
)
|
||||||
depends=(
|
depends=(
|
||||||
'readline'
|
'readline'
|
||||||
|
|
|
@ -13,19 +13,19 @@ Co-Authored-By: Noah Rosamilia <ivoahivoah@gmail.com>
|
||||||
1 file changed, 8 insertions(+), 1 deletion(-)
|
1 file changed, 8 insertions(+), 1 deletion(-)
|
||||||
|
|
||||||
diff --git a/src/Makefile b/src/Makefile
|
diff --git a/src/Makefile b/src/Makefile
|
||||||
index 1907381..04beda5 100644
|
index b7711963bccdba050b375e5a5ec3978312bafbeb..f7f304d32b6ed496f5891b26c7957e127850653f 100644
|
||||||
--- a/src/Makefile
|
--- a/src/Makefile
|
||||||
+++ b/src/Makefile
|
+++ b/src/Makefile
|
||||||
@@ -30,7 +30,7 @@ CMCFLAGS=
|
@@ -30,7 +30,7 @@ CMCFLAGS=
|
||||||
|
|
||||||
# == END OF USER SETTINGS -- NO NEED TO CHANGE ANYTHING BELOW THIS LINE =======
|
# == END OF USER SETTINGS -- NO NEED TO CHANGE ANYTHING BELOW THIS LINE =======
|
||||||
|
|
||||||
-PLATS= guess aix bsd c89 freebsd generic linux linux-readline macosx mingw posix solaris
|
-PLATS= guess aix bsd c89 freebsd generic ios linux linux-readline macosx mingw posix solaris
|
||||||
+PLATS= guess aix bsd c89 freebsd generic linux linux-readline macosx mingw posix solaris serenity
|
+PLATS= guess aix bsd c89 freebsd generic ios linux linux-readline macosx mingw posix solaris serenity
|
||||||
|
|
||||||
LUA_A= liblua.a
|
LUA_A= liblua.a
|
||||||
CORE_O= lapi.o lcode.o lctype.o ldebug.o ldo.o ldump.o lfunc.o lgc.o llex.o lmem.o lobject.o lopcodes.o lparser.o lstate.o lstring.o ltable.o ltm.o lundump.o lvm.o lzio.o
|
CORE_O= lapi.o lcode.o lctype.o ldebug.o ldo.o ldump.o lfunc.o lgc.o llex.o lmem.o lobject.o lopcodes.o lparser.o lstate.o lstring.o ltable.o ltm.o lundump.o lvm.o lzio.o
|
||||||
@@ -140,6 +140,13 @@ posix:
|
@@ -143,6 +143,13 @@ posix:
|
||||||
SunOS solaris:
|
SunOS solaris:
|
||||||
$(MAKE) $(ALL) SYSCFLAGS="-DLUA_USE_POSIX -DLUA_USE_DLOPEN -D_REENTRANT" SYSLIBS="-ldl"
|
$(MAKE) $(ALL) SYSCFLAGS="-DLUA_USE_POSIX -DLUA_USE_DLOPEN -D_REENTRANT" SYSLIBS="-ldl"
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue