From owner-svn-ports-head@FreeBSD.ORG Sat Feb 1 13:26:04 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 4C440E54; Sat, 1 Feb 2014 13:26:04 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 1E2521E86; Sat, 1 Feb 2014 13:26:04 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id s11DQ3xP080405; Sat, 1 Feb 2014 13:26:03 GMT (envelope-from antoine@svn.freebsd.org) Received: (from antoine@localhost) by svn.freebsd.org (8.14.7/8.14.7/Submit) id s11DQ3FD080404; Sat, 1 Feb 2014 13:26:03 GMT (envelope-from antoine@svn.freebsd.org) Message-Id: <201402011326.s11DQ3FD080404@svn.freebsd.org> From: Antoine Brodin Date: Sat, 1 Feb 2014 13:26:03 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r342134 - head/security/dsniff X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 01 Feb 2014 13:26:04 -0000 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 \