Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 16 Jan 2022 18:19:57 GMT
From:      Cy Schubert <cy@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-branches@FreeBSD.org
Subject:   git: 779c6cbc6160 - 2022Q1 - security/nmap: PCAP option conflicts with pcap in 13-STABLE base
Message-ID:  <202201161819.20GIJvpV041814@gitrepo.freebsd.org>

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

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

commit 779c6cbc6160d90e72d61c1b1e02cccb308d81c7
Author:     Cy Schubert <cy@FreeBSD.org>
AuthorDate: 2022-01-16 18:14:32 +0000
Commit:     Cy Schubert <cy@FreeBSD.org>
CommitDate: 2022-01-16 18:19:34 +0000

    security/nmap: PCAP option conflicts with pcap in 13-STABLE base
    
    PCAP option also conflicts with pcap in 13-STABLE base. Mark the option
    BROKEN. This is the same fix as b1dcaf64da857d32153590fed40804f460da9bb9
    for 14-CURRENT.
    
    PR:             261242
    
    (cherry picked from commit 7a374db8e5ba3916d4e97e799e0e90c47ba1e62b)
---
 security/nmap/Makefile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/security/nmap/Makefile b/security/nmap/Makefile
index c2223cd54aec..d7580970fa2f 100644
--- a/security/nmap/Makefile
+++ b/security/nmap/Makefile
@@ -57,6 +57,7 @@ CONFIGURE_ARGS+=--without-localdirs \
 
 .if ${PORT_OPTIONS:MPCAP}
 BROKEN_FreeBSD_14=	Conflicts with pcap in base
+BROKEN_FreeBSD_13=	Conflicts with pcap in base
 .endif
 
 # XXX limit results if we do a grep in the sources!



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