Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 9 Jun 2023 14:01:37 GMT
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: ad57b089a827 - main - security/nmap: PCAP option no longer conflicts with pcap in 14-CURRENT
Message-ID:  <202306091401.359E1bn1088752@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by cy:

URL: https://cgit.FreeBSD.org/ports/commit/?id=ad57b089a8278b6e313f53d4ad9f0f3771d14ae2

commit ad57b089a8278b6e313f53d4ad9f0f3771d14ae2
Author:     Cy Schubert <cy@FreeBSD.org>
AuthorDate: 2023-06-09 14:00:24 +0000
Commit:     Cy Schubert <cy@FreeBSD.org>
CommitDate: 2023-06-09 14:01:33 +0000

    security/nmap: PCAP option no longer conflicts with pcap in 14-CURRENT
    
    As of 6d1c946e9168 the PCAP option the conflict no longer exists.
---
 security/nmap/Makefile | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/security/nmap/Makefile b/security/nmap/Makefile
index 3c218176a58a..d12ad6eb544f 100644
--- a/security/nmap/Makefile
+++ b/security/nmap/Makefile
@@ -53,10 +53,6 @@ CONFIGURE_ARGS+=--without-localdirs \
 
 .include <bsd.port.options.mk>
 
-.if ${PORT_OPTIONS:MPCAP}
-BROKEN_FreeBSD_14=	Conflicts with pcap in base
-.endif
-
 # XXX limit results if we do a grep in the sources!
 post-extract:
 	@${RM} -r ${WRKSRC}/mswin32



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202306091401.359E1bn1088752>