aboutsummaryrefslogtreecommitdiff
path: root/lang/lua51
Commit message (Collapse)AuthorAgeFilesLines
* lang/lua51: Add CPE informationBernhard Froehlich2021-08-311-1/+1
| | | | Approved by: portmgr (blanket)
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* 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
* Update WWWSunpoet Po-Chuan Hsieh2018-08-181-1/+1
| | | | | | | Approved by: portmgr (blanket) Notes: svn path=/head/; revision=477543
* lang/lua51: submitter becomes maintainerKurt Jaeger2016-08-241-1/+1
| | | | | | | | PR: 212082 Submitted by: nicklaus.t@me.com Notes: svn path=/head/; revision=420807
* - 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
* Link on libedit instead of readlineBaptiste Daroussin2015-01-171-1/+1
| | | | | | | | Reduce overlinking on liblua Enforce libedit from ports Notes: svn path=/head/; revision=377209
* Add a forgot post-patch for libedit supportBaptiste Daroussin2015-01-171-1/+3
| | | | Notes: svn path=/head/; revision=377208
* Link on port version of libeditBaptiste Daroussin2015-01-171-3/+5
| | | | | | | Avoid overlinking on liblua Notes: svn path=/head/; revision=377207
* 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=359939
* Add forgotten patchBaptiste Daroussin2014-05-261-0/+27
| | | | | | | Reported by: many Notes: svn path=/head/; revision=355426
* Replace lang/lua with the new lang/lua51Baptiste Daroussin2014-05-264-0/+122
lang/lua51 is working the same way lang/lua52, chase ports using lua 5.1 Make the default lua lua52 Make all lua ports using USES=lua Approved by: portmgr (implicit) Notes: svn path=/head/; revision=355360