Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 4 Dec 2017 16:57:35 +0000 (UTC)
From:      Mathieu Arnold <mat@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r455526 - head/security/dsniff
Message-ID:  <201712041657.vB4GvZYv095981@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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}



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201712041657.vB4GvZYv095981>