Commit graph

7 commits

Author SHA1 Message Date
Ed Maste
92ce8e45c6 archivers/lua51-zlib: set LLD_UNSAFE
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
2017-12-20 01:58:39 +00:00
Sunpoet Po-Chuan Hsieh
ff0ad77095 Set PKGNAMEPREFIX to lua51- and PORTNAME to zlib
Submitted by:	sunpoet (myself)
Approved by:	Sir l33tname <sirl33tname@gmail.com> (maintainer)
2017-11-03 20:28:12 +00:00
Steve Wills
21616ecf06 archivers/lua51-zlib update 1.1 to 1.2
PR:		222959
Submitted by:	Sir l33tname <sirl33tname@gmail.com> (maintainer)
2017-10-23 18:27:34 +00:00
Sunpoet Po-Chuan Hsieh
6b8450ab06 Fix WWW
- While I'm here, fix space/tab

Approved by:	portmgr (blanket)
2017-06-25 15:02:38 +00:00
Baptiste Daroussin
a08939f4dc Remove useless dependency on GNU make
Those ports builds perfectly fine with bmake
2017-02-22 12:59:28 +00:00
Mark Felder
5515eeddd5 archivers/lua51-zlib: Update to 1.1
PR:		215795
2017-01-09 18:30:21 +00:00
Mark Felder
3e9ab3da9f lua-zlib is a simple streaming interface to zlib for the Lua Programming
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>
2017-01-04 22:48:27 +00:00