Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 03 Feb 2026 04:50:50 +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: 53903a9bd906 - main - security/nmap-devel: Mark broken with PCAP option
Message-ID:  <69817eaa.46b6a.6db0e592@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=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


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?69817eaa.46b6a.6db0e592>