Index: head/net/libpcap/Makefile =================================================================== --- head/net/libpcap/Makefile (revision 478124) +++ head/net/libpcap/Makefile (revision 478125) @@ -1,34 +1,36 @@ # Created by: Bruce M Simpson # $FreeBSD$ PORTNAME= libpcap PORTVERSION= 1.9.0 CATEGORIES= net ipv6 MASTER_SITES= http://www.tcpdump.org/release/ MAINTAINER= garga@FreeBSD.org COMMENT= Ubiquitous network traffic capture library LICENSE= BSD3CLAUSE BUILD_DEPENDS= ${LOCALBASE}/bin/flex:textproc/flex GNU_CONFIGURE= yes USES= bison gmake USE_LDCONFIG= yes CONFIGURE_ARGS+=--enable-dbus=no \ --with-pcap=bpf CONFIGURE_ENV+= LEX=${LOCALBASE}/bin/flex CFLAGS_amd64= -fPIC CFLAGS_sparc64= -fPIC PLIST_SUB+= PORTVERSION=${PORTVERSION} OPTIONS_DEFINE= DAG IPV6 DAG_DESC= Support for Endace DAG hardware IPV6_CONFIGURE_ENABLE= ipv6 DAG_CONFIGURE_WITH= dag +DAG_CFLAGS= -I${LOCALBASE}/include DAG_LDFLAGS= -L${LOCALBASE}/lib +DAG_EXTRA_PATCHES= ${FILESDIR}/dag-patch-pcap-dag.c .include Index: head/net/libpcap/files/dag-patch-pcap-dag.c =================================================================== --- head/net/libpcap/files/dag-patch-pcap-dag.c (nonexistent) +++ head/net/libpcap/files/dag-patch-pcap-dag.c (revision 478125) @@ -0,0 +1,11 @@ +--- pcap-dag.c.orig 2018-08-26 13:02:37 UTC ++++ pcap-dag.c +@@ -1103,7 +1103,7 @@ dag_findalldevs(pcap_if_list_t *devlistp + char dagname[DAGNAME_BUFSIZE]; + int dagstream; + int dagfd; +- dag_card_inf_t *inf; ++ daginf_t *inf; + char *description; + int stream, rxstreams; + Property changes on: head/net/libpcap/files/dag-patch-pcap-dag.c ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property