git: 53903a9bd906 - main - security/nmap-devel: Mark broken with PCAP option
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 03 Feb 2026 04:50:50 UTC
The branch main has been updated by cy:
URL: https://cgit.FreeBSD.org/ports/commit/?id=53903a9bd9069d430b95aeb800e9ed81e924337c
commit 53903a9bd9069d430b95aeb800e9ed81e924337c
Author: Cy Schubert <cy@FreeBSD.org>
AuthorDate: 2026-02-03 04:50:24 +0000
Commit: Cy Schubert <cy@FreeBSD.org>
CommitDate: 2026-02-03 04:50:24 +0000
security/nmap-devel: Mark broken with PCAP option
PCAP depends on libdbus. This breaks linkage.
---
security/nmap-devel/Makefile | 6 ++----
1 file changed, 2 insertions(+), 4 deletions(-)
diff --git a/security/nmap-devel/Makefile b/security/nmap-devel/Makefile
index 146d54da3aea..1dffa3ca9a72 100644
--- a/security/nmap-devel/Makefile
+++ b/security/nmap-devel/Makefile
@@ -19,8 +19,7 @@ LICENSE_PERMS= auto-accept dist-mirror pkg-mirror pkg-sell
IGNORE_FreeBSD_13= Does not build on FreeBSD 13.x due to OpenSSL 1.1.1
-LIB_DEPENDS= libpcre2-16.so:devel/pcre2 \
- libdbus-1.so:devel/dbus
+LIB_DEPENDS= libpcre2-16.so:devel/pcre2
.if !defined(MASTERDIR)
@@ -44,13 +43,12 @@ CONFIGURE_ARGS=--without-localdirs \
MAKE_JOBS_UNSAFE= yes
GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
-LDFLAGS+= -ldbus-1
-
OPTIONS_DEFINE= DOCS NLS PCAP SSH2 SSL
OPTIONS_DEFAULT=NLS SSH2 SSL
OPTIONS_SUB= yes
PCAP_DESC= Build with libpcap from nmap
+PCAP_BROKEN= Broken libdbus linkage with builtin PCAP
SSH2_DESC= SSH2 protocol support
NLS_CONFIGURE_ENABLE= nls