Date: Sat, 1 Feb 2014 13:26:03 +0000 (UTC) From: Antoine Brodin <antoine@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r342134 - head/security/dsniff Message-ID: <201402011326.s11DQ3FD080404@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: antoine Date: Sat Feb 1 13:26:03 2014 New Revision: 342134 URL: http://svnweb.freebsd.org/changeset/ports/342134 QAT: https://qat.redports.org/buildarchive/r342134/ Log: Mark as broken: Fails to build On 8 and 9: cc -O2 -pipe -fno-strict-aliasing -D_BSD_SOURCE -DLIBNET_BSDISH_OS -DLIBNET_BSD_BYTE_SWAP -DHAVE_SOCKADDR_SA_LEN -DLIBNET_LIL_ENDIAN -DDSNIFF_LIBDIR=\"/usr/local/lib/\" -I. -I/usr/local/include -I/usr/include/pcap -DLIBNET_BSDISH_OS -DLIBNET_BSD_BYTE_SWAP -DHAVE_SOCKADDR_SA_LEN -DLIBNET_LIL_ENDIAN -I/usr/local/include/libnet10 -I/usr/local/include -c ./nfs_prot.c ./nfs_prot.c:6:22: error: nfs_prot.h: No such file or directory ./nfs_prot.c:10: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'xdr_nfsstat' ./nfs_prot.c:19: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'xdr_ftype' On 10 and head: /usr/local/lib/libnids.a(libnids.o): In function `gen_ip_frag_proc': libnids.c:(.text+0x1060): undefined reference to `ip_fast_csum' /usr/local/lib/libnids.a(libnids.o): In function `gen_ip_proc': libnids.c:(.text+0x1201): undefined reference to `my_udp_check' /usr/local/lib/libnids.a(tcp.o): In function `process_tcp': tcp.c:(.text+0x5b4): undefined reference to `my_tcp_check' /usr/local/lib/libnids.a(tcp.o): In function `process_icmp': tcp.c:(.text+0x12f6): undefined reference to `ip_compute_csum' cc: error: linker command failed with exit code 1 (use -v to see invocation) *** Error code 1 Reported by: pkg-fallout since august 2013 With hat: portmgr Modified: head/security/dsniff/Makefile Modified: head/security/dsniff/Makefile ============================================================================== --- head/security/dsniff/Makefile Sat Feb 1 13:20:58 2014 (r342133) +++ head/security/dsniff/Makefile Sat Feb 1 13:26:03 2014 (r342134) @@ -11,6 +11,8 @@ MASTER_SITES= http://www.monkey.org/~dug MAINTAINER= sbz@FreeBSD.org COMMENT= Various sniffing utilities for penetration testing +BROKEN= Fails to build + LICENSE= BSD BUILD_DEPENDS= ${LOCALBASE}/lib/libnet10/libnet.a:${PORTSDIR}/net/libnet10 \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201402011326.s11DQ3FD080404>