On 12/11/12 19:49, David Coppa wrote:
> On Tue, Dec 11, 2012 at 7:39 PM, Giovanni Bechis <giova...@bigio.snb.it>
> wrote:
>> Update to latest version, a lua.port.mk diff is needed to build it because
>> it needs at least lua 5.2.
>> Comments ? Hints ? Ok ?
>> Cheers
>> Giovanni
>
> imho this is not right.
> Just set MODLUA_VERSION=5.2 into net/nmap/Makefile
>
This does not work, lua.port.mk still thinks that lua-5.1 is needed.
--------------------------------
$ make patch
===> nmap-6.25 depends on: lua->=5.1,<5.2 -> lua-5.1.5p1
===> Verifying specs: c crypto m pcap ssl stdc++ pcre pthread lua5.1
===> found c.66.0 crypto.21.0 m.7.1 pcap.7.0 ssl.19.0 stdc++.55.0 pcre.3.0
pthread.17.0 lua5.1.5.1
--------------------------------
Cheers
Giovanni