Age | Commit message (Expand) | Author | Files | Lines |
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 |
2008-02-11 | Changes 5.1.3: | adam | 3 | -15/+14 |
2007-12-02 | Remove ex-MASTER_SITEs. From Zafer Aydogan. | wiz | 1 | -4/+1 |
2007-07-02 | Override /usr/local as LUA_ROOT and ensure that the default search path | joerg | 4 | -7/+31 |
2007-06-15 | Update lua to 5.1.2. | obache | 5 | -27/+34 |
2006-11-03 | DESTDIR support. | joerg | 3 | -21/+24 |
2006-09-06 | update lua to 5.1.1nb1 - fix build on linux (and hopefully some others) | abs | 3 | -11/+20 |
2006-09-02 | Fixed the path where the manual pages are installed. | rillig | 2 | -6/+11 |
2006-08-14 | Update to 5.1.1. Almost all dependencies need adaptation -> bump API. | wiz | 10 | -227/+135 |
2006-07-08 | Change the format of BUILDLINK_ORDER to contain depth information as well, | jlam | 1 | -2/+2 |
2006-07-08 | Track information in a new variable BUILDLINK_ORDER that informs us | jlam | 1 | -1/+2 |
2006-06-01 | On Linux, -ldl must be included into the libtool archive to make other | rillig | 6 | -35/+48 |
2006-05-26 | Use PKGMANDIR. | reed | 2 | -8/+13 |