notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
All times are UTC
Ukraine
non port: archivers/lua51-zlib/Makefile
SVNWeb

Number of commits found: 7

Wed, 20 Dec 2017
[ 01:58 emaste search for other commits by this committer ] Original commit   Revision:456771
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 search for other commits by this committer ] Original commit   Revision:453431
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 search for other commits by this committer ] Original commit   Revision:452729
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 search for other commits by this committer ] Original commit   Revision:444276
Fix WWW

- While I'm here, fix space/tab

Approved by:	portmgr (blanket)
Wed, 22 Feb 2017
[ 12:59 bapt search for other commits by this committer ] Original commit   Revision:434582
Remove useless dependency on GNU make

Those ports builds perfectly fine with bmake
Mon, 9 Jan 2017
[ 18:30 feld search for other commits by this committer ] Original commit   Revision:430999
archivers/lua51-zlib: Update to 1.1

PR:		215795
Wed, 4 Jan 2017
[ 22:48 feld search for other commits by this committer ] Original commit   Revision:430609
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