From c89426b1f238e3ad79444ac311cd9d11fd86ac5f Mon Sep 17 00:00:00 2001 From: Cy Schubert Date: Thu, 28 Mar 2024 13:23:34 -0700 Subject: security/nmap-devel: New port Introduce nmap development port. The development branch includes prerequisite updates including the pcre2 replacement of pcre. This port tracks the nmap/nmap github repo. --- security/nmap-devel/files/patch-nmap.cc | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 security/nmap-devel/files/patch-nmap.cc (limited to 'security/nmap-devel/files/patch-nmap.cc') diff --git a/security/nmap-devel/files/patch-nmap.cc b/security/nmap-devel/files/patch-nmap.cc new file mode 100644 index 000000000000..e73b24a585fc --- /dev/null +++ b/security/nmap-devel/files/patch-nmap.cc @@ -0,0 +1,10 @@ +--- nmap.cc.orig 2020-10-02 16:12:22 UTC ++++ nmap.cc +@@ -69,6 +69,7 @@ + #include + #endif + ++#include + #include "nmap.h" + #include "osscan.h" + #include "scan_engine.h" -- cgit v1.2.3