Path to this page:
Subject: CVS commit: [pkgsrc-2017Q3] pkgsrc/net/nmap
From: S.P.Zeidler
Date: 2017-10-31 17:22:47
Message id: 20171031162247.1C680FBDE@cvs.NetBSD.org
Log Message:
Pullup ticket #5604 - requested by sevan
net/nmap: build fix for nmap with Lua option
Revisions pulled up:
- net/nmap/Makefile 1.137
- net/nmap/options.mk 1.19
-------------------------------------------------------------------
Module Name: pkgsrc
Committed By: leot
Date: Thu Oct 19 21:43:25 UTC 2017
Modified Files:
pkgsrc/net/nmap: Makefile options.mk
Log Message:
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.
To generate a diff of this commit:
cvs rdiff -u -r1.136 -r1.137 pkgsrc/net/nmap/Makefile
cvs rdiff -u -r1.18 -r1.19 pkgsrc/net/nmap/options.mk
Files: