aboutsummaryrefslogtreecommitdiff
path: root/lang/lua
Commit message (Collapse)AuthorAgeFilesLines
* Clarify effect of __MAKE_CONF change, and point to Wiki URL (in a comment).Matthias Andree2012-04-131-0/+3
| | | | Notes: svn path=/head/; revision=294780
* Remove CFLAGS=${CFLAGS} regression from MAKE_ARGS again (leftover fromMatthias Andree2012-04-121-2/+2
| | | | | | | | | | testing). Reported by: Valentin Zahariev Brown paper bag to: mandree@ Notes: svn path=/head/; revision=294749
* Forced commit to mention that ohauer@ has joined lua@.Matthias Andree2012-04-111-1/+1
| | | | Notes: svn path=/head/; revision=294682
* Add explanatory comment about butchering __MAKE_CONF.Matthias Andree2012-04-111-0/+3
| | | | Notes: svn path=/head/; revision=294680
* Support builds that set CFLAGS=... in /etc/make.conf (discouraged).Matthias Andree2012-04-111-2/+2
| | | | Notes: svn path=/head/; revision=294678
* Fix regressions, reinstating io.popen support.Matthias Andree2012-04-101-2/+2
| | | | | | | | | | | | Reported by: Pierre Guinoiseau PR: ports/166753 Reported by: Vrachnis Ilias-Dimitrios PR: ports/166804 Fixed by: Olli Hauer (ports/166753) Feature safe: yes Notes: svn path=/head/; revision=294558
* Bring in additional changes by ohauer to preserve LUA_LDIR/LUA_CDIR.Matthias Andree2012-04-062-2/+3
| | | | | | | | | Submitted by: ohauer PR: ports/166540 Feature safe: yes Notes: svn path=/head/; revision=294303
* Update to bug-fix release 5.1.5.Matthias Andree2012-04-064-15/+9
| | | | | | | | | Submitted by: ohauer Feature safe: yes PR: ports/166540 Notes: svn path=/head/; revision=294302
* Be sure to pass CFLAGS properly if set in /etc/make.conf.Matthias Andree2012-03-161-0/+1
| | | | | | | | Reported by: mezz Feature safe: yes Notes: svn path=/head/; revision=293422
* Hand over mantainership to a newly-formed lua team,Matthias Andree2011-12-291-1/+1
| | | | | | | | | currently consisting of Matthias Andree (mandree@) and Niclas Zeising. Approved by: garga@ (maintainer) Notes: svn path=/head/; revision=288228
* - Remove gmake as a dependency, it's not necessaryRenato Botelho2011-11-041-1/+0
| | | | | | | | PR: ports/162279 Submitted by: Lyndon Nerenberg <lyndon@orthanc.ca> Notes: svn path=/head/; revision=285048
* Update patch to 5.1.4-3Renato Botelho2011-07-062-4/+4
| | | | Notes: svn path=/head/; revision=277155
* - remove MD5Olli Hauer2011-07-031-2/+0
| | | | Notes: svn path=/head/; revision=276987
* Cleanup MASTER_SITESRenato Botelho2010-09-301-3/+0
| | | | Notes: svn path=/head/; revision=262194
* After some mistakes i made on this port last days, i hop^W believe this is theRenato Botelho2010-09-211-2/+2
| | | | | | | | | | | | | | | | | | last commit. The original problem is port was broken on amd64 when you have CFLAGS= defined on make.conf. On last commit i thought it was fixed, but no, i don't know why but it was building without define LUA_USE_LINUX and the binary generated was wrong. I figured out just using GMAKE fixes everything, it respect CFLAGS= when you have, add -fPIC for amd64 and use correct defines for building, so, lets use gmake to build this port for now. Pointyhats to: garga@ Notes: svn path=/head/; revision=261556
* - Make lua respect CFLAGS= defined on /etc/make.conf and still plus -fPIC onRenato Botelho2010-09-201-2/+2
| | | | | | | | | | | necessary archs. - Remove unecessary dependency gmake - Bump PORTREVISION because of gmake removal Thanks to: johans@ Notes: svn path=/head/; revision=261488
* - Fix build on amd64Renato Botelho2010-09-201-6/+9
| | | | | | | | | | - Bump PORTREVISION Reported by: Eduardo Schoedler <eschoedler@viavale.com.br> and Robert Huff <roberthuff@rcn.com> Notes: svn path=/head/; revision=261481
* - Add upstream patches for version 1.5.4Renato Botelho2010-09-163-4/+11
| | | | | | | - Bump PORTREVISION Notes: svn path=/head/; revision=261275
* - Make the port respect -O from make.conf and deal fine with WITH_DEBUGRenato Botelho2010-09-011-2/+2
| | | | | | | | PR: ports/150173 Submitted by: Anonymous <swell.k@gmail.com> Notes: svn path=/head/; revision=260359
* - Make LUA_ROOT respect PREFIXRenato Botelho2010-08-161-0/+3
| | | | | | | | | | - Bump PORTREVISION PR: ports/149706 Submitted by: Anonymous <swell.k@gmail.com> Notes: svn path=/head/; revision=259349
* Fix build on powerpcRenato Botelho2010-06-011-1/+1
| | | | | | | Submitted by: lx@ Notes: svn path=/head/; revision=255459
* Mark all my ports as MAKE_JOBS_SAFE and MAKE_JOBS_UNSAFERenato Botelho2009-03-281-0/+1
| | | | Notes: svn path=/head/; revision=231204
* - Update to 5.1.4Renato Botelho2009-02-054-65/+8
| | | | | | | | | - Use PORTDOCS facility - Remove a simple patch and use REINPLACE_CMD instead - Take maintainership Notes: svn path=/head/; revision=227679
* Reset andrew+ports@fubar.geek.nz due to maintainer-timeouts and no responseMark Linimon2008-11-281-1/+1
| | | | | | | | | to email. Hat: portmgr Notes: svn path=/head/; revision=223510
* - Merge patch-Makefile into patch-src-Makefile (both actually patch same file).Alejandro Pulver2008-08-104-38/+37
| | | | | | | | | | | | | - Patch lang/lua to behave as expected by the framework. - Add missing library dependency (only run before) when using lua 5.1. - Add notes in bsd.lua.mk for updating lang/lua* ports describing how they are integrated into the ports tree. PR: ports/126207 Submitted by: Daniel Roethlisberger <daniel@roe.ch> Notes: svn path=/head/; revision=218355
* - Split AR parameters to ARFLAGS variable to allow redefining AR forAlejandro Pulver2008-08-101-0/+21
| | | | | | | | | | | cross-compilation. PR: ports/121834 Submitted by: John Hein <jhein@timing.com> Approved by: maintainer (timeout) Notes: svn path=/head/; revision=218342
* - liblua.so is required in building mod_security, wireshark and possibly ↵Marcelo Araujo2008-07-043-2/+34
| | | | | | | | | | | | | others with lua support, now create a shared lib is needed. - Bump PORTREVISION. PR: ports/124297 Submitted by: Tomoyuki Sakurai <cherry@trombik.org> Approved by: maintainer timeout ( > 2 weeks) Notes: svn path=/head/; revision=216277
* Integrate with maintainer's patch.Vanilla I. Shu2008-03-192-6/+19
| | | | Notes: svn path=/head/; revision=209385
* Upgrade to 5.1.3.Vanilla I. Shu2008-03-193-7/+22
| | | | | | | | | PR: ports/120542 Submitted by: Hirohisa Yamaguchi <umq at ueo dot co dot jp> Approved by: maintainer Notes: svn path=/head/; revision=209356
* Change maintainer at previous maintainer's request.Philip Paeps2007-03-311-2/+2
| | | | | | | | PR: ports/111047 Submitted by: Richard Kiss <him -at- richardkiss.com> (maintainer) Notes: svn path=/head/; revision=188904
* Update PORTREVISION for previous commits where plist changed.Mark Linimon2006-09-161-1/+1
| | | | | | | | | | PR: ports/101612 Submitted by: alepulver Hat: portmgr Pointy hat to: linimon Notes: svn path=/head/; revision=173165
* Modify these files to reflect bsd.lua.mk as tested on the cluster.Mark Linimon2006-09-152-29/+104
| | | | | | | | | PR: ports/101612 Submitted by: alepulver Hat: portmgr Notes: svn path=/head/; revision=173100
* Update lua to 5.1.1Philip Paeps2006-08-222-4/+4
| | | | | | | | PR: ports/102364 Submitted by: Richard Kiss <kiss -at- gizzywump.com> (maintainer) Notes: svn path=/head/; revision=171166
* Make lua always respect ${LOCALBASE}.Philip Paeps2006-06-181-0/+4
| | | | | | | | | PR: ports/98998 Submitted by: Dmitry Marakasov <amdmi3 -at- mail.ru> Approved by: Richard Kiss <him -at- richardkiss.com> (maintainer) Notes: svn path=/head/; revision=165684
* - Make the lua ports conflict each anotherPav Lucistnik2006-05-031-0/+2
| | | | Notes: svn path=/head/; revision=161276
* - Update to 5.1Pav Lucistnik2006-05-035-49/+25
| | | | | | | | PR: ports/96449 Submitted by: Richard Kiss <him@richardkiss.com> (maintainer) Notes: svn path=/head/; revision=161275
* SHA256ifyEdwin Groothuis2006-01-221-0/+1
| | | | | | | Approved by: krion@ Notes: svn path=/head/; revision=154157
* - Enable popen(3) supportPav Lucistnik2005-07-052-0/+12
| | | | | | | | | PR: ports/82959 Submitted by: Ed Schouten <ed@fxq.nl> Approved by: Richard Kiss <him@richardkiss.com> (maintainer) Notes: svn path=/head/; revision=138546
* At Kris's request, back out the MACHINE_ARCH spelling correction untilDavid E. O'Brien2005-04-121-1/+1
| | | | | | | after 5.4-RELEASE. Notes: svn path=/head/; revision=133116
* Assist getting more ports working on AMD64 by obeying theDavid E. O'Brien2005-04-111-1/+1
| | | | | | | Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'. Notes: svn path=/head/; revision=132992
* - Update to 5.0.2Pav Lucistnik2004-04-013-3/+4
| | | | | | | | | PR: ports/65046 Requested by: Stephane Lentz <milter@free.fr> Approved by: maintainer Notes: svn path=/head/; revision=105913
* SIZEify (maintainer timeout)Trevor Johnson2004-03-311-0/+1
| | | | Notes: svn path=/head/; revision=105747
* Fix build on AMD64Tilman Keskinoz2004-02-221-0/+4
| | | | | | | | PR: 63203 Submitted by: Hendrik Scholz <hendrik@scholz.net> Notes: svn path=/head/; revision=101745
* - Update to 5.0.1Pav Lucistnik2004-02-012-3/+2
| | | | | | | | PR: ports/62224 Submitted by: Richard Kiss <him@richardkiss.com> (maintainer) Notes: svn path=/head/; revision=99732
* add .so supportYing-Chieh Liao2003-11-122-6/+15
| | | | | | | | | | utilize DOCSDIR PR: 59199 Submitted by: maintainer Notes: svn path=/head/; revision=93785
* Update maintainer's email addressHye-Shik Chang2003-05-131-2/+2
| | | | | | | Submitted by: maintainer Notes: svn path=/head/; revision=80897
* Upgrade to 5.0 and keep 4.0 as lang/lua4Hye-Shik Chang2003-05-106-56/+35
| | | | Notes: svn path=/head/; revision=80626
* De-pkg-comment.Akinori MUSHA2003-02-212-1/+1
| | | | Notes: svn path=/head/; revision=76037
* Remove ftp.freesoftware.com from MASTER_SITES of ports since it no longer ↵David W. Chapman Jr.2001-09-231-1/+0
| | | | | | | | | | | exists. PR: 30497 Submitted by: Dan Larsson Approved by: will Notes: svn path=/head/; revision=48126
* Added WWW URL.James E. Housley2001-05-142-1/+1
| | | | | | | | | | Minor portlint cleanup in Makefile PR: 27304 Submitted by: Richard Kiss <kiss@kalamalka.gizzywump.com> MAINTAINER Notes: svn path=/head/; revision=42574