aboutsummaryrefslogtreecommitdiffstats
path: root/lang/lua
Commit message (Collapse)AuthorAgeFilesLines
* Finish converting the whole ports tree to USES=pkgconfigbapt2013-04-231-1/+1
|
* Do not let portscout grab 5.2 versions for the 5.1 port.mandree2013-03-301-0/+2
|
* Bugfix:mandree2013-01-061-8/+7
| | | | | | | | | | | | - Record liblua's dependency on libm.so explicitly. [1] Assorted lint removals: - Convert to Options NG - Reduce old-style Makefile header - USE_GNOME=pkgconfig -> USE_PKGCONFIG=yes PR: ports/174964 Submitted by: Matthew X. Economou
* Set LICENSE=MIT per <http://www.lua.org/license.html>mandree2012-09-271-0/+2
|
* Clarify effect of __MAKE_CONF change, and point to Wiki URL (in a comment).mandree2012-04-141-0/+3
|
* Remove CFLAGS=${CFLAGS} regression from MAKE_ARGS again (leftover frommandree2012-04-131-2/+2
| | | | | | | testing). Reported by: Valentin Zahariev Brown paper bag to: mandree@
* Forced commit to mention that ohauer@ has joined lua@.mandree2012-04-121-1/+1
|
* Add explanatory comment about butchering __MAKE_CONF.mandree2012-04-121-0/+3
|
* Support builds that set CFLAGS=... in /etc/make.conf (discouraged).mandree2012-04-121-2/+2
|
* Fix regressions, reinstating io.popen support.mandree2012-04-111-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
* Bring in additional changes by ohauer to preserve LUA_LDIR/LUA_CDIR.mandree2012-04-072-2/+3
| | | | | | Submitted by: ohauer PR: ports/166540 Feature safe: yes
* Update to bug-fix release 5.1.5.mandree2012-04-074-15/+9
| | | | | | Submitted by: ohauer Feature safe: yes PR: ports/166540
* Be sure to pass CFLAGS properly if set in /etc/make.conf.mandree2012-03-171-0/+1
| | | | | Reported by: mezz Feature safe: yes
* Hand over mantainership to a newly-formed lua team,mandree2011-12-291-1/+1
| | | | | | currently consisting of Matthias Andree (mandree@) and Niclas Zeising. Approved by: garga@ (maintainer)
* - Remove gmake as a dependency, it's not necessarygarga2011-11-051-1/+0
| | | | | PR: ports/162279 Submitted by: Lyndon Nerenberg <lyndon@orthanc.ca>
* Update patch to 5.1.4-3garga2011-07-062-4/+4
|
* - remove MD5ohauer2011-07-031-2/+0
|
* Cleanup MASTER_SITESgarga2010-10-011-3/+0
|
* After some mistakes i made on this port last days, i hop^W believe this is thegarga2010-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@
* - Make lua respect CFLAGS= defined on /etc/make.conf and still plus -fPIC ongarga2010-09-201-2/+2
| | | | | | | | necessary archs. - Remove unecessary dependency gmake - Bump PORTREVISION because of gmake removal Thanks to: johans@
* - Fix build on amd64garga2010-09-201-6/+9
| | | | | | | - Bump PORTREVISION Reported by: Eduardo Schoedler <eschoedler@viavale.com.br> and Robert Huff <roberthuff@rcn.com>
* - Add upstream patches for version 1.5.4garga2010-09-163-4/+11
| | | | - Bump PORTREVISION
* - Make the port respect -O from make.conf and deal fine with WITH_DEBUGgarga2010-09-011-2/+2
| | | | | PR: ports/150173 Submitted by: Anonymous <swell.k@gmail.com>
* - Make LUA_ROOT respect PREFIXgarga2010-08-161-0/+3
| | | | | | | - Bump PORTREVISION PR: ports/149706 Submitted by: Anonymous <swell.k@gmail.com>
* Fix build on powerpcgarga2010-06-011-1/+1
| | | | Submitted by: lx@
* Mark all my ports as MAKE_JOBS_SAFE and MAKE_JOBS_UNSAFEgarga2009-03-291-0/+1
|
* - Update to 5.1.4garga2009-02-064-65/+8
| | | | | | - Use PORTDOCS facility - Remove a simple patch and use REINPLACE_CMD instead - Take maintainership
* Reset andrew+ports@fubar.geek.nz due to maintainer-timeouts and no responselinimon2008-11-291-1/+1
| | | | | | to email. Hat: portmgr
* - Merge patch-Makefile into patch-src-Makefile (both actually patch same file).alepulver2008-08-114-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>
* - Split AR parameters to ARFLAGS variable to allow redefining AR foralepulver2008-08-101-0/+21
| | | | | | | | cross-compilation. PR: ports/121834 Submitted by: John Hein <jhein@timing.com> Approved by: maintainer (timeout)
* - liblua.so is required in building mod_security, wireshark and possibly ↵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)
* Integrate with maintainer's patch.vanilla2008-03-202-6/+19
|
* Upgrade to 5.1.3.vanilla2008-03-193-7/+22
| | | | | | PR: ports/120542 Submitted by: Hirohisa Yamaguchi <umq at ueo dot co dot jp> Approved by: maintainer
* Change maintainer at previous maintainer's request.philip2007-04-011-2/+2
| | | | | PR: ports/111047 Submitted by: Richard Kiss <him -at- richardkiss.com> (maintainer)
* Update PORTREVISION for previous commits where plist changed.linimon2006-09-171-1/+1
| | | | | | | PR: ports/101612 Submitted by: alepulver Hat: portmgr Pointy hat to: linimon
* Modify these files to reflect bsd.lua.mk as tested on the cluster.linimon2006-09-152-29/+104
| | | | | | PR: ports/101612 Submitted by: alepulver Hat: portmgr
* Update lua to 5.1.1philip2006-08-222-4/+4
| | | | | PR: ports/102364 Submitted by: Richard Kiss <kiss -at- gizzywump.com> (maintainer)
* Make lua always respect ${LOCALBASE}.philip2006-06-181-0/+4
| | | | | | PR: ports/98998 Submitted by: Dmitry Marakasov <amdmi3 -at- mail.ru> Approved by: Richard Kiss <him -at- richardkiss.com> (maintainer)
* - Make the lua ports conflict each anotherpav2006-05-031-0/+2
|
* - Update to 5.1pav2006-05-035-49/+25
| | | | | PR: ports/96449 Submitted by: Richard Kiss <him@richardkiss.com> (maintainer)
* SHA256ifyedwin2006-01-221-0/+1
| | | | Approved by: krion@
* - Enable popen(3) supportpav2005-07-062-0/+12
| | | | | | PR: ports/82959 Submitted by: Ed Schouten <ed@fxq.nl> Approved by: Richard Kiss <him@richardkiss.com> (maintainer)
* At Kris's request, back out the MACHINE_ARCH spelling correction untilobrien2005-04-121-1/+1
| | | | after 5.4-RELEASE.
* Assist getting more ports working on AMD64 by obeying theobrien2005-04-111-1/+1
| | | | Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'.
* - Update to 5.0.2pav2004-04-023-3/+4
| | | | | | PR: ports/65046 Requested by: Stephane Lentz <milter@free.fr> Approved by: maintainer
* SIZEify (maintainer timeout)trevor2004-03-311-0/+1
|
* Fix build on AMD64arved2004-02-231-0/+4
| | | | | PR: 63203 Submitted by: Hendrik Scholz <hendrik@scholz.net>
* - Update to 5.0.1pav2004-02-022-3/+2
| | | | | PR: ports/62224 Submitted by: Richard Kiss <him@richardkiss.com> (maintainer)
* add .so supportijliao2003-11-122-6/+15
| | | | | | | utilize DOCSDIR PR: 59199 Submitted by: maintainer
* Update maintainer's email addressperky2003-05-131-2/+2
| | | | Submitted by: maintainer
* Upgrade to 5.0 and keep 4.0 as lang/lua4perky2003-05-116-56/+35
|
* De-pkg-comment.knu2003-02-212-1/+1
|
* Remove ftp.freesoftware.com from MASTER_SITES of ports since it no longer ↵dwcjr2001-09-241-1/+0
| | | | | | | | exists. PR: 30497 Submitted by: Dan Larsson Approved by: will
* Added WWW URL.jeh2001-05-142-1/+1
| | | | | | | Minor portlint cleanup in Makefile PR: 27304 Submitted by: Richard Kiss <kiss@kalamalka.gizzywump.com> MAINTAINER
* Use random()/srandom() for better PRNG properties than rand()/srand().kris2001-04-302-0/+21
| | | | | | Bump PORTREVISION. Approved by: maintainer
* Don't hard-code -O2; inherit default CC and CFLAGS from <sys.mk>kris2001-04-301-5/+3
|
* Massive style enforcement - use ^I instead of spaces for variables identation.sobomax2001-01-171-1/+1
|
* Update to 4.0kevlo2001-01-033-13/+15
| | | | | PR: 24036 Submitted by: MAINTAINER
* ftp.cdrom.com -> ftp.freesoftware.com, adjusting paths as I go.billf2000-05-141-1/+1
|
* Convert to the PORTNAME - PORTVERSION syntax.obrien2000-04-121-3/+3
|
* Lunchboxify by upgrading to lua 3.2.2 (distfile had the same name), andkris2000-02-273-7/+9
| | | | | | respect CFLAGS Noticed by: bento
* Update port to 3.2jedgar2000-02-013-10/+11
| | | | | PR: 16469 Submitted by: Maintainer
* Change Id->FreeBSD.obrien1999-08-251-1/+1
|
* Install a few missing libraries and headers.cpiazza1999-07-082-1/+17
| | | | | PR: 12544 Submitted by: maintainer
* Lua:cpiazza1999-07-066-0/+80
A programming language originally designed for extending applications, but also frequently used as a general-purpose, stand-alone language. Lua combines simple procedural syntax (similar to Pascal) with powerful data description constructs based on associative arrays and extensible semantics. PR: 12459 Submitted by: Richard Kiss <richard@homemail.com>