Age | Commit message (Expand) | Author | Files | Lines |
2021-12-06 | For Lua modules, strip out the -shared compiler argument on Darwin. | nia | 1 | -3/+4 |
2020-08-25 | lua: fix typo in luaversion.mk | gutteridge | 1 | -2/+2 |
2020-07-11 | lang/module.mk: using rm: is probably more portable here | nia | 1 | -4/+4 |
2020-07-11 | lua/module.mk: Avoid compiling Lua 5.3 modules with -ansi | nia | 1 | -1/+9 |
2020-07-11 | Add LUA_LINKER_MAGIC variable that centrally sets LDFLAGS on Darwin, | nia | 1 | -1/+18 |
2020-07-09 | lua: Add PLIST_AWK for LUA_DOCDIR | nia | 1 | -1/+4 |
2020-07-02 | lua: move cmake bits to per-interpreter buildlink3s | nia | 1 | -9/+1 |
2020-07-02 | lua: cmake support in luaversion.mk | nia | 1 | -1/+9 |
2020-06-30 | lua: Add support to the infrastructure to Lua 5.4 | nia | 1 | -12/+18 |
2020-03-30 | lua: Set the default version to 5.3. | nia | 1 | -7/+7 |
2018-07-23 | lang/lua: fix typo for PKG_FAIL_REASON in luaversion.mk | rillig | 1 | -2/+2 |
2018-01-07 | Fix indentation in buildlink3.mk files. | rillig | 1 | -2/+2 |
2015-07-20 | Instead of having only lua.pc, provide both the versioned pkg-config file | wiz | 1 | -1/+10 |
2015-03-05 | -llua* is required for Cygwin build. | ryoon | 1 | -1/+3 |
2015-02-16 | Put back autodetection of LUA_VERSION_REQD based on the package name. | jperkin | 1 | -1/+11 |
2015-02-01 | revert "Auto detect lua version from required package name.", | obache | 1 | -11/+1 |
2015-01-17 | Add support for Lua 5.3. | alnsn | 1 | -6/+12 |
2014-12-07 | Auto detect lua version from required package name. | obache | 1 | -1/+11 |
2014-05-03 | Multiversion support for Lua. | alnsn | 4 | -7/+89 |
2013-11-05 | Fixes missing ":" | obache | 1 | -2/+2 |
2013-10-30 | LUA_PACKAGE is defined for build, not LUAPACKAGE. | obache | 1 | -2/+2 |
2013-10-30 | Use LOCALEBASE, PREFIX may be package specific one and different than lua. | obache | 1 | -2/+2 |
2013-10-30 | make sure varable is defined before using it. | obache | 1 | -2/+2 |
2013-10-30 | typo, spotted by Andrey Oktyabrskiy | dholland | 1 | -2/+2 |
2013-10-30 | Reimport lang/lua as lang/lua52, and bring back the previous Lua 5.1 | dholland | 13 | -310/+170 |
2013-09-17 | print-PLIST support for LUA_LDIR/LUA_CDIR. | joerg | 1 | -1/+6 |
2013-07-15 | * .include "../../devel/readline/buildlink3.mk" with USE_GNU_READLINE=yes | ryoon | 2 | -4/+4 |
2013-07-04 | Lua 5.2 was released on 16 Dec 2011. Its main new features are yieldable pcal... | adam | 9 | -158/+120 |
2012-10-02 | Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. | asau | 1 | -2/+1 |
2012-03-12 | Update to 5.1.5. | wiz | 6 | -21/+17 |
2011-10-03 | Belated revbump for Makefile rev 1.45 (from January), which changed | dholland | 1 | -2/+2 |
2011-03-11 | update master_sites. remove dead mirrors. | zafer | 1 | -8/+3 |
2011-01-19 | Pass LDFLAGS during linking; pkglint clean-up | adam | 4 | -9/+10 |
2010-05-28 | Apply Solaris build fix from Joern Clausen in PR 43350. | dholland | 2 | -4/+16 |
2009-12-17 | Fix build with new libtool by specifying --tag=CC in all calls. | jmmv | 3 | -19/+19 |
2009-11-05 | Override CC in the Makefiles as newer libtool does not handle | joerg | 1 | -1/+3 |
2009-10-30 | Honour compiler selection. | ahoka | 2 | -6/+8 |
2009-07-10 | Set LICENSE for lua. | minskim | 1 | -1/+2 |
2009-06-14 | Remove @dirrm related logic. | joerg | 1 | -11/+1 |
2009-06-14 | Replace @exec/@unexec with @pkgdir or drop it. | joerg | 1 | -3/+3 |
2009-06-14 | Remove @dirrm entries from PLISTs | joerg | 1 | -8/+1 |
2009-05-30 | Unbreak shared library loading for cases when mk.conf explicitly sets | joerg | 1 | -4/+4 |
2009-05-20 | Recursive ABI depends update and PKGREVISION bump for readline-6.0 shlib | wiz | 2 | -2/+4 |
2009-03-20 | Simply and speed up buildlink3.mk files and processing. | joerg | 1 | -13/+6 |
2009-01-24 | Add to PRINT_PLIST_AWK for LUA_LDIR and LUA_CDIR. | obache | 1 | -1/+11 |
2009-01-20 | Use our INSTALL_DATA. | sketch | 3 | -9/+19 |
2009-01-11 | Add module.mk for Lua packages. | minskim | 3 | -2/+38 |
2008-09-07 | Update to 5.1.4: | wiz | 4 | -28/+33 |
2008-02-27 | The lua library definitely needs the readline library around when | jlam | 1 | -1/+3 |
2008-02-27 | + Remove dependency on ncurses (!!) of all things -- lua doens't have | jlam | 1 | -2/+2 |