2015-01-17 18:54:59 by Alexander Nasonov | Files touched by this commit (1) |
Log message:
Add support for Lua 5.3.
|
2014-12-07 06:10:43 by OBATA Akio | Files touched by this commit (1) |
Log message:
Auto detect lua version from required package name.
resolve PR pkg/49318
|
2014-05-03 15:00:45 by Alexander Nasonov | Files touched by this commit (18) |
Log message:
Multiversion support for Lua.
|
2013-11-05 12:26:44 by OBATA Akio | Files touched by this commit (1) |
Log message:
Fixes missing ":"
|
2013-10-30 11:52:53 by OBATA Akio | Files touched by this commit (1) |
Log message:
LUA_PACKAGE is defined for build, not LUAPACKAGE.
|
2013-10-30 10:10:00 by OBATA Akio | Files touched by this commit (1) |
Log message:
Use LOCALEBASE, PREFIX may be package specific one and different than lua.
|
2013-10-30 09:53:40 by OBATA Akio | Files touched by this commit (1) |
Log message:
make sure varable is defined before using it.
|
2013-10-30 07:53:19 by David A. Holland | Files touched by this commit (1) |
Log message:
typo, spotted by Andrey Oktyabrskiy
|
2013-10-30 07:18:10 by David A. Holland | Files touched by this commit (13) | |
Log message:
Reimport lang/lua as lang/lua52, and bring back the previous Lua 5.1
package as lang/lua51.
I've adjusted the depends and switched the PKGNAMEs but these packages
are otherwise unchanged. This means that you can't install both at
once. There are preliminary patches for that (see tech-pkg) but they
aren't quite ready yet.
This also doesn't include agc's builtin.mk, although it should be
possible to drop it into the lua51 package with only very minor
modifications. I don't think the builtin packages will allow having
one builtin.mk for both lua51 and lua52, but I'd be happy to be shown
wrong about that.
Add infrastructure support for Lua module packages (including
multiversion support), application packages written in Lua, and a
redirecting bl3.mk file for packages that just link Lua in. This is
based on the Python infrastructure.
The new variable LUA_VERSION_DEFAULT picks which Lua package you get
by default; it is set to 52 so as to maintain the status quo.
Packages can set LUA_VERSIONS_ACCEPTED and/or LUA_VERSIONS_INCOMPATIBLE.
I have found (I think) most or all the packages that don't work with
lua51 and will be marking those; I have not tracked down most of the
ones that don't work with lua52 yet as I was originally intending to
roll back to 5.1 as the default.
|
2013-09-17 14:03:09 by Joerg Sonnenberger | Files touched by this commit (1) |
Log message:
print-PLIST support for LUA_LDIR/LUA_CDIR.
|