git: f38937674201 - main - security/dsniff: Mark BROKEN on 14

From: Muhammad Moinur Rahman <bofh_at_FreeBSD.org>
Date: Fri, 18 Aug 2023 06:57:21 UTC
The branch main has been updated by bofh:

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

commit f38937674201a98755d450b3b4d04607762bd863
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2023-08-18 05:21:31 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2023-08-18 06:57:12 +0000

    security/dsniff: Mark BROKEN on 14
    
    Fails to compile with:
    error: conflicting types for 'pcap_init'
    pcap_t *pcap_init(char *intf, char *filter, int snaplen);
    
    Approved by:    portmgr (blanket)
    Sponsored by:   The FreeBSD Foundation
---
 security/dsniff/Makefile | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/security/dsniff/Makefile b/security/dsniff/Makefile
index a279c5e60d4a..bcce18650346 100644
--- a/security/dsniff/Makefile
+++ b/security/dsniff/Makefile
@@ -12,6 +12,8 @@ WWW=		https://www.monkey.org/~dugsong/dsniff/
 LICENSE=	BSD3CLAUSE
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
+BROKEN_FreeBSD_14=	fails to compile : conflicting types for 'pcap_init'
+
 BUILD_DEPENDS=	${LOCALBASE}/lib/libnids.a:net/libnids
 LIB_DEPENDS=	libnet.so:net/libnet