git: f477358549e1 - main - security/nmap: Restore missed ./configure patch
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 11 Mar 2026 21:42:31 UTC
The branch main has been updated by cy:
URL: https://cgit.FreeBSD.org/ports/commit/?id=f477358549e1518c9e8a61160d05c398ca706e27
commit f477358549e1518c9e8a61160d05c398ca706e27
Author: Cy Schubert <cy@FreeBSD.org>
AuthorDate: 2026-03-11 21:39:59 +0000
Commit: Cy Schubert <cy@FreeBSD.org>
CommitDate: 2026-03-11 21:42:17 +0000
security/nmap: Restore missed ./configure patch
PR: 293713
Fixes: be8868737f7b
Submitted by: Charlie Bo <cbo@dreamsolution.nl>
MFH: 2026Q1
---
security/nmap/Makefile | 1 +
security/nmap/files/patch-libdnet-stripped_configure | 5 ++++-
2 files changed, 5 insertions(+), 1 deletion(-)
diff --git a/security/nmap/Makefile b/security/nmap/Makefile
index 48a6156e59ad..c5b9f5e04c8f 100644
--- a/security/nmap/Makefile
+++ b/security/nmap/Makefile
@@ -1,5 +1,6 @@
PORTNAME= nmap
DISTVERSION= 7.98
+PORTREVISION= 1
CATEGORIES= security
MASTER_SITES= https://nmap.org/dist/ \
LOCAL/ohauer
diff --git a/security/nmap/files/patch-libdnet-stripped_configure b/security/nmap/files/patch-libdnet-stripped_configure
index 3ac064bb4dc8..5547001d4baa 100644
--- a/security/nmap/files/patch-libdnet-stripped_configure
+++ b/security/nmap/files/patch-libdnet-stripped_configure
@@ -10,7 +10,7 @@
#ifdef HAVE_UNISTD_H
# include <unistd.h>
#endif"
-@@ -15136,13 +15139,6 @@
+@@ -15136,13 +15139,9 @@
if test ${ac_cv_dnet_bsd_bpf+y}
then :
printf %s "(cached) " >&6
@@ -21,6 +21,9 @@
- ac_cv_dnet_bsd_bpf=no
- fi ;;
-esac
++else
++ # PR ports/154353 : support building in FreeBSD jail
++ ac_cv_dnet_bsd_bpf=yes
fi
{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_dnet_bsd_bpf" >&5