Skip to content

Commit

Permalink
security/dsniff: Mark BROKEN on 14
Browse files Browse the repository at this point in the history
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
  • Loading branch information
5u623l20 committed Aug 18, 2023
1 parent 5785918 commit f389376
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions security/dsniff/Makefile
Expand Up @@ -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

Expand Down

0 comments on commit f389376

Please sign in to comment.