svn commit: r455526 - head/security/dsniff

Mathieu Arnold mat at FreeBSD.org
Mon Dec 4 16:57:36 UTC 2017


Author: mat
Date: Mon Dec  4 16:57:35 2017
New Revision: 455526
URL: https://svnweb.freebsd.org/changeset/ports/455526

Log:
  It now no longer build on 11.
  
  Sponsored by:	Absolight

Modified:
  head/security/dsniff/Makefile   (contents, props changed)

Modified: head/security/dsniff/Makefile
==============================================================================
--- head/security/dsniff/Makefile	Mon Dec  4 16:53:36 2017	(r455525)
+++ head/security/dsniff/Makefile	Mon Dec  4 16:57:35 2017	(r455526)
@@ -18,6 +18,7 @@ LIB_DEPENDS=	libnet.so:net/libnet
 BUILD_DEPENDS=	${LOCALBASE}/lib/libnids.a:net/libnids
 
 BROKEN_FreeBSD_12=	fails to compile: pcaputil.c: '/usr/include/pcap-int.h' file not found
+BROKEN_FreeBSD_11=	fails to compile: pcaputil.c: '/usr/include/pcap-int.h' file not found
 
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--with-libnet=${LOCALBASE}


More information about the svn-ports-head mailing list