Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 11 Mar 2026 21:42:31 +0000
From:      Cy Schubert <cy@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: f477358549e1 - main - security/nmap: Restore missed ./configure patch
Message-ID:  <69b1e1c7.3cdb6.4ef69166@gitrepo.freebsd.org>

index | next in thread | raw e-mail

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


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?69b1e1c7.3cdb6.4ef69166>