non port: archivers/lua51-zlib/Makefile |
SVNWeb
|
Number of commits found: 7 |
Wed, 20 Dec 2017
|
[ 01:58 emaste ]
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
|
Fri, 3 Nov 2017
|
[ 20:28 sunpoet ]
Set PKGNAMEPREFIX to lua51- and PORTNAME to zlib
Submitted by: sunpoet (myself)
Approved by: Sir l33tname <sirl33tname@gmail.com> (maintainer)
|
Mon, 23 Oct 2017
|
[ 18:27 swills ]
archivers/lua51-zlib update 1.1 to 1.2
PR: 222959
Submitted by: Sir l33tname <sirl33tname@gmail.com> (maintainer)
|
Sun, 25 Jun 2017
|
[ 15:02 sunpoet ]
Fix WWW
- While I'm here, fix space/tab
Approved by: portmgr (blanket)
|
Wed, 22 Feb 2017
|
[ 12:59 bapt ]
Remove useless dependency on GNU make
Those ports builds perfectly fine with bmake
|
Mon, 9 Jan 2017
|
[ 18:30 feld ]
archivers/lua51-zlib: Update to 1.1
PR: 215795
|
Wed, 4 Jan 2017
|
[ 22:48 feld ]
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>
|
Number of commits found: 7 |