Link [ pkgsrc | NetBSD | pkgsrc git mirror | PR fulltext-search | netbsd commit viewer ]


   
        usage: [branch:branch] [user:user] [path[@revision]] keyword [... [-excludekeyword [...]]] (e.g. branch:MAIN pkgtools/pkg)




switch to index mode

recent branches: MAIN (2h)  pkgsrc-2024Q1 (2d)  pkgsrc-2023Q4 (76d)  pkgsrc-2023Q2 (109d) 

2024-06-16 14:57:33 UTC Now

2017-10-31 16:22:47 UTC pkgsrc-2017Q3 commitmail json YAML

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

(spz)