aboutsummaryrefslogtreecommitdiff
path: root/archivers/lua51-zlib
Commit message (Collapse)AuthorAgeFilesLines
* USES=lua gained flavors.Mathieu Arnold2020-04-144-106/+0
| | | | | | | | | | | | | | | | | | 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
* archivers/lua51-zlib: set LLD_UNSAFEEd Maste2017-12-201-0/+1
| | | | | | | | | | | | | | | | The port invokes the linker directly (not via the compiler driver). lld does not include any default search paths (unlike the GNU BFD linker so cannot find libraries specified as e.g. -lm or -lz. This can be addressed by invoking the linker via the compiler driver, or by specifying the search path explicitly with -L. For now just avoid using lld to link the port. PR: 214864, 221808 Sponsored by: The FreeBSD Foundation Notes: svn path=/head/; revision=456771
* Set PKGNAMEPREFIX to lua51- and PORTNAME to zlibSunpoet Po-Chuan Hsieh2017-11-031-2/+2
| | | | | | | | Submitted by: sunpoet (myself) Approved by: Sir l33tname <sirl33tname@gmail.com> (maintainer) Notes: svn path=/head/; revision=453431
* archivers/lua51-zlib update 1.1 to 1.2Steve Wills2017-10-233-7/+7
| | | | | | | | PR: 222959 Submitted by: Sir l33tname <sirl33tname@gmail.com> (maintainer) Notes: svn path=/head/; revision=452729
* Fix WWWSunpoet Po-Chuan Hsieh2017-06-252-2/+2
| | | | | | | | | - While I'm here, fix space/tab Approved by: portmgr (blanket) Notes: svn path=/head/; revision=444276
* Remove useless dependency on GNU makeBaptiste Daroussin2017-02-221-1/+1
| | | | | | | Those ports builds perfectly fine with bmake Notes: svn path=/head/; revision=434582
* archivers/lua51-zlib: Update to 1.1Mark Felder2017-01-092-4/+4
| | | | | | | PR: 215795 Notes: svn path=/head/; revision=430999
* lua-zlib is a simple streaming interface to zlib for the Lua ProgrammingMark Felder2017-01-044-0/+105
Language. It consists of two functions: inflate and deflate. Both functions return "stream functions" (takes a buffer of input and returns a buffer of output). WWW: https://github.com/brimworks/lua-zlib/ PR: 215724 Submitted by: Sir l33tname <sirl33tname@gmail.com> Notes: svn path=/head/; revision=430609