pkgsrc/net/nmap
leot 3f8c9c1a87 nmap: set LUA_VERSIONS_ACCEPTED to avoid using internal Lua provided by nmap
Without that change the nmap configure script checks for `lua_isyield'
symbol (appeared on Lua 5.3), and for LUA_VERSION_DEFAULT != 53
(pkgsrc by default set LUA_VERSION_DEFAULT to 52) it will just
silently use its internal version.

Set LUA_VERSIONS_ACCEPTED to 53 to avoid that.

Fix PR pkg/52624 reported by Patrick Mackey.

Bump PKGREVISION.
2017-10-19 21:43:25 +00:00
..
patches
DESCR
distinfo Nmap 7.60 2017-08-03 13:52:00 +00:00
Makefile nmap: set LUA_VERSIONS_ACCEPTED to avoid using internal Lua provided by nmap 2017-10-19 21:43:25 +00:00
options.mk nmap: set LUA_VERSIONS_ACCEPTED to avoid using internal Lua provided by nmap 2017-10-19 21:43:25 +00:00
PLIST Nmap 7.60 2017-08-03 13:52:00 +00:00