aboutsummaryrefslogtreecommitdiff
path: root/lang/lua52
Commit message (Collapse)AuthorAgeFilesLines
* lang/lua52: Add CPE informationBernhard Froehlich2021-08-311-1/+1
| | | | Approved by: portmgr (blanket)
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* [PowerPC64LE] Fix Lua 5.2 runtime issueBrandon Bergren2020-09-091-0/+19
| | | | | | | | | | | | | | | | | | | | | Lua 5.2 (but not earlier or later versions) has a powerpc platform detection check. This check was not using the preferred define `__powerpc__` so fails to trigger on gcc. It also assumes that all of powerpc is big-endian. Check a more universal preprocessor define, and add support for the upcoming FreeBSD PowerPC64LE. Submitted by: Daniel Kolesa <daniel@octaforge.org> Reviewed by: luporl Approved by: portmgr (blanket: runtime fix) Differential Revision: https://reviews.freebsd.org/D26234 Notes: svn path=/head/; revision=548161
* USES=lua gained flavors.Mathieu Arnold2020-04-141-10/+2
| | | | | | | | | | | | | | | | | | Ports using USES=lua:module or lua:flavors will be flavored. A range of supported lua versions can be set using XX-YY (or XX-, or -YY, or simply ZZ) for ports not supporting all lua versions. USES=lua sets LUA_FLAVOR that needs to be used on all dependencies of flavored lua ports, in a similar way as PHP or Python flavors. PR: 245038 Submitted by: andrew tao11 riddles org uk Reviewed by: mat, kevans, russ haley gmail com Approved by: mat (portmgr) Differential Revision: https://reviews.freebsd.org/D16494 Notes: svn path=/head/; revision=531700
* Pass maintainership to submitterJochen Neumeister2018-10-171-1/+1
| | | | | | | | | PR: 232320 Submitted by: John Von Essen <john@essenz.com> Sponsored by: Netzkommune GmbH Notes: svn path=/head/; revision=482290
* -Sunpoet Po-Chuan Hsieh2018-08-181-1/+1
| | | | | | | | | - Do not silence installation messages - Regenerate patch files with makepatch: - Update WWW Notes: svn path=/head/; revision=477544
* - Fix trailing whitespace in pkg-descrs, categories [g-n]*Dmitry Marakasov2016-05-191-3/+3
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=415499
* Use -fPIC on all arches; lua builds the object files into a shared lib.Ian Lepore2016-02-201-3/+1
| | | | | | | | | | | | | Since the object files get built into a shared lib, using -fPIC on all arches is the right thing to do, instead of adding it to each new arch that comes along which doesn't accidentally allow non-PIC modules in shared libs. PR: 207324 Approved by: mat(mentor) Differential Revision: https://reviews.freebsd.org/D5362 Notes: svn path=/head/; revision=409263
* Convert to USES=libeditBaptiste Daroussin2015-07-191-1/+1
| | | | Notes: svn path=/head/; revision=392509
* lang/lua{51,52,53}: Add -fPIC for arm64Ed Maste2015-06-251-0/+1
| | | | | | | | | | Reviewed by: andrew Approved by: bapt Sponsored by: The FreeBSD Foundation Differential Revision: https://reviews.freebsd.org/D2904 Notes: svn path=/head/; revision=390568
* Disbanding lua@ which was anyway not a team for a whileBaptiste Daroussin2015-04-161-1/+1
| | | | | | | I have no time left to work on lua at all for now Notes: svn path=/head/; revision=384105
* Update to 5.2.4Baptiste Daroussin2015-03-152-4/+3
| | | | Notes: svn path=/head/; revision=381328
* Fix build on headAntoine Brodin2015-01-171-1/+1
| | | | Notes: svn path=/head/; revision=377219
* Link on libedit instead of readlineBaptiste Daroussin2015-01-171-4/+8
| | | | | | | | Reduce overlinking on liblua Enforce libedit from ports Notes: svn path=/head/; revision=377209
* Package empty LUA_LDIR and LUA_CDIR, as it's more user-friendlyAntoine Brodin2014-11-182-1/+3
| | | | Notes: svn path=/head/; revision=372700
* Cleanup plistBaptiste Daroussin2014-10-271-5/+0
| | | | Notes: svn path=/head/; revision=371587
* Fix building with readline from portsBaptiste Daroussin2014-06-301-1/+1
| | | | Notes: svn path=/head/; revision=359938
* Remove build dependency on pkgconfBaptiste Daroussin2014-04-201-1/+1
| | | | Notes: svn path=/head/; revision=351615
* Set the soname of liblua, it helps ports using cmake to link against itAntoine Brodin2014-01-171-1/+2
| | | | | | | | | (otherwise they do not have the correct DT_NEEDED entry) Approved by: lua (bapt) Notes: svn path=/head/; revision=340106
* Add missing lua.pc files (missed in previous commits)Baptiste Daroussin2014-01-102-7/+27
| | | | | | | | | | Rework the makefile to use jmmv method from PR which is cleaner than my initial attempt PR: ports/180786 Submitted by: jmmv Notes: svn path=/head/; revision=339329
* Add a .pc file to lua52Baptiste Daroussin2014-01-102-0/+6
| | | | | | | | PR: ports/180786 Submitted by: jmmv Notes: svn path=/head/; revision=339320
* Update to 5.2.3Baptiste Daroussin2013-12-154-113/+42
| | | | | | | | | | Pass maintainership to lua@ Lots of cleanup in the Makefile Reduce patching Support stage Notes: svn path=/head/; revision=336503
* Fix package name collisionBaptiste Daroussin2013-11-191-1/+1
| | | | Notes: svn path=/head/; revision=334290
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | lang) Notes: svn path=/head/; revision=327741
* - Remove MAKE_JOBS_SAFE variableAlex Kozlov2013-08-141-1/+0
| | | | | | | Approved by: portmgr (bdrewery) Notes: svn path=/head/; revision=324744
* Link lua .so + program with pthread to prevent hangs in extensions thatMatthias Andree2013-08-051-1/+2
| | | | | | | | | | | | | use pthreads. Bump PORTREVISION to pull this in. PR: ports/181052 Submitted by: Vitaly Magerya <vmagerya@gmail.com> Approved by: mandree@ on behalf of lua@ Notes: svn path=/head/; revision=324286
* Update to new upstream version Lua 5.2.2.Matthias Andree2013-03-292-3/+3
| | | | | | | | | | | According to Luiz Henrique de Figueiredo, "Lua 5.2.2 fixes all bugs listed in http://www.lua.org/bugs.html#5.2.1 . Lua 5.2.2 also fixes several other minors glitches and includes a revised reference manual." Notes: svn path=/head/; revision=315560
* Fix typo in MAINTAINER address (was also in the submitted .shar).Matthias Andree2013-01-061-1/+1
| | | | Notes: svn path=/head/; revision=310003
* Add new port lang/lua52.Matthias Andree2013-01-057-0/+238
Lua is 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. Lua is dynamically typed, interpreted from bytecodes, and has automatic memory management with garbage collection, making it ideal for configuration, scripting, and rapid prototyping. A fundamental concept in the design of Lua is to provide meta-mechanisms for implementing features, instead of providing a host of features directly in the language. For example, although Lua is not a pure object-oriented language, it does provide meta-mechanisms for implementing classes and inheritance. Lua's meta-mechanisms bring an economy of concepts and keep the language small, while allowing the semantics to be extended in unconventional ways. Extensible semantics is a distinguishing feature of Lua. Lua is implemented as a small library of C functions, written in ANSI C, and compiles unmodified in all known platforms. The implementation goals are simplicity, efficiency, portability, and low embedding cost. WWW: http://www.lua.org/ PR: ports/174437 Submitted by: Green Dog <fiziologus@gmail.com> Notes: svn path=/head/; revision=309973