summaryrefslogtreecommitdiff
path: root/lang/lua
AgeCommit message (Expand)AuthorFilesLines
2013-11-05Fixes missing ":"obache1-2/+2
2013-10-30LUA_PACKAGE is defined for build, not LUAPACKAGE.obache1-2/+2
2013-10-30Use LOCALEBASE, PREFIX may be package specific one and different than lua.obache1-2/+2
2013-10-30make sure varable is defined before using it.obache1-2/+2
2013-10-30typo, spotted by Andrey Oktyabrskiydholland1-2/+2
2013-10-30Reimport lang/lua as lang/lua52, and bring back the previous Lua 5.1dholland13-310/+170
2013-09-17print-PLIST support for LUA_LDIR/LUA_CDIR.joerg1-1/+6
2013-07-15* .include "../../devel/readline/buildlink3.mk" with USE_GNU_READLINE=yesryoon2-4/+4
2013-07-04Lua 5.2 was released on 16 Dec 2011. Its main new features are yieldable pcal...adam9-158/+120
2012-10-02Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.asau1-2/+1
2012-03-12Update to 5.1.5.wiz6-21/+17
2011-10-03Belated revbump for Makefile rev 1.45 (from January), which changeddholland1-2/+2
2011-03-11update master_sites. remove dead mirrors.zafer1-8/+3
2011-01-19Pass LDFLAGS during linking; pkglint clean-upadam4-9/+10
2010-05-28Apply Solaris build fix from Joern Clausen in PR 43350.dholland2-4/+16
2009-12-17Fix build with new libtool by specifying --tag=CC in all calls.jmmv3-19/+19
2009-11-05Override CC in the Makefiles as newer libtool does not handlejoerg1-1/+3
2009-10-30Honour compiler selection.ahoka2-6/+8
2009-07-10Set LICENSE for lua.minskim1-1/+2
2009-06-14Remove @dirrm related logic.joerg1-11/+1
2009-06-14Replace @exec/@unexec with @pkgdir or drop it.joerg1-3/+3
2009-06-14Remove @dirrm entries from PLISTsjoerg1-8/+1
2009-05-30Unbreak shared library loading for cases when mk.conf explicitly setsjoerg1-4/+4
2009-05-20Recursive ABI depends update and PKGREVISION bump for readline-6.0 shlibwiz2-2/+4
2009-03-20Simply and speed up buildlink3.mk files and processing.joerg1-13/+6
2009-01-24Add to PRINT_PLIST_AWK for LUA_LDIR and LUA_CDIR.obache1-1/+11
2009-01-20Use our INSTALL_DATA.sketch3-9/+19
2009-01-11Add module.mk for Lua packages.minskim3-2/+38
2008-09-07Update to 5.1.4:wiz4-28/+33
2008-02-27The lua library definitely needs the readline library around whenjlam1-1/+3
2008-02-27+ Remove dependency on ncurses (!!) of all things -- lua doens't havejlam1-2/+2
2008-02-11Changes 5.1.3:adam3-15/+14
2007-12-02Remove ex-MASTER_SITEs. From Zafer Aydogan.wiz1-4/+1
2007-07-02Override /usr/local as LUA_ROOT and ensure that the default search pathjoerg4-7/+31
2007-06-15Update lua to 5.1.2.obache5-27/+34
2006-11-03DESTDIR support.joerg3-21/+24
2006-09-06update lua to 5.1.1nb1 - fix build on linux (and hopefully some others)abs3-11/+20
2006-09-02Fixed the path where the manual pages are installed.rillig2-6/+11
2006-08-14Update to 5.1.1. Almost all dependencies need adaptation -> bump API.wiz10-227/+135
2006-07-08Change the format of BUILDLINK_ORDER to contain depth information as well,jlam1-2/+2
2006-07-08Track information in a new variable BUILDLINK_ORDER that informs usjlam1-1/+2
2006-06-01On Linux, -ldl must be included into the libtool archive to make otherrillig6-35/+48
2006-05-26Use PKGMANDIR.reed2-8/+13
2006-04-12Aligned the last line of the buildlink3.mk files with the first line, sorillig1-2/+2
2006-04-06Over 1200 files touched but no revisions bumped :)reed1-3/+3
2006-03-04Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where nojlam1-2/+2
2005-09-07Set maintainer to tech-pkg. Bruce is not maintaining thesereed1-2/+2
2005-09-06Add ${BUILDLINK_LDADD.dl} to LIBS as lua has no configure script tojlam1-1/+2
2005-09-04Libtoolize lua build. Since the shared library version has changed,jlam10-95/+179
2005-06-07Make libraries link against libdl if it is available. This fixes PRminskim3-8/+10