git: 4a1604404d17 - main - security/nmap: Revert 7a374db8e5ba3916d4e97e799e0e90c47ba1e62b
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 29 Apr 2022 18:07:38 UTC
The branch main has been updated by cy:
URL: https://cgit.FreeBSD.org/ports/commit/?id=4a1604404d176e424d3c30f9856e75ca5e010ecb
commit 4a1604404d176e424d3c30f9856e75ca5e010ecb
Author: Cy Schubert <cy@FreeBSD.org>
AuthorDate: 2022-04-29 18:03:01 +0000
Commit: Cy Schubert <cy@FreeBSD.org>
CommitDate: 2022-04-29 18:07:27 +0000
security/nmap: Revert 7a374db8e5ba3916d4e97e799e0e90c47ba1e62b
Revert "security/nmap: PCAP option conflicts with pcap in 13-STABLE base".
security/nmap builds fine with PCAP enabled now.
This reverts commit 7a374db8e5ba3916d4e97e799e0e90c47ba1e62b.
PR: 261242
Reported by: eugen
MFH 2022Q2
---
security/nmap/Makefile | 1 -
1 file changed, 1 deletion(-)
diff --git a/security/nmap/Makefile b/security/nmap/Makefile
index d7580970fa2f..c2223cd54aec 100644
--- a/security/nmap/Makefile
+++ b/security/nmap/Makefile
@@ -57,7 +57,6 @@ 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!