summaryrefslogtreecommitdiff
path: root/lang/lua51
AgeCommit message (Collapse)AuthorFilesLines
2015-03-22SECURITY: Add a patch for CVE-2014-5461, taken from the Debian package.bsiegert3-3/+18
Bump PKGREVISION.
2014-10-19Change lua-5.1.pc file to link to -llua5.1.alnsn2-5/+12
2014-10-09Remove pkgviews: don't set PKG_INSTALLATION_TYPES in Makefiles.wiz1-2/+1
2014-06-13Remove .pc files.alnsn1-1/+0
2014-06-06Versioned files should be in the second field. Fixes pkg/48869.alnsn1-3/+3
2014-05-04Bump revisions of Lua packages.alnsn1-1/+2
2014-05-03Add alternatives for Lua packages.alnsn1-0/+3
XXX It's not clear to me whether liblua5.x.so and liblua5.x.so.5.0.x should be in the list too. I wish alternatives framework was documented ...
2014-05-03Multiversion support for Lua.alnsn7-73/+106
2013-10-30No need to define BUILDLINK_ABI_DEPENDS, pkgbase is reset.obache1-2/+1
2013-10-30Reimport lang/lua as lang/lua52, and bring back the previous Lua 5.1dholland9-0/+339
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.