svn commit: r513573 - in head/net/libpcap: . files

Renato Botelho garga at FreeBSD.org
Wed Oct 2 12:40:16 UTC 2019


Author: garga
Date: Wed Oct  2 12:40:15 2019
New Revision: 513573
URL: https://svnweb.freebsd.org/changeset/ports/513573

Log:
  net/libpcap: Retire DAG option since I have no access to headers to test it
  
  Sponsored by:	Rubicon Communications, LLC (Netgate)

Deleted:
  head/net/libpcap/files/dag-patch-pcap-dag.c
Modified:
  head/net/libpcap/Makefile

Modified: head/net/libpcap/Makefile
==============================================================================
--- head/net/libpcap/Makefile	Wed Oct  2 12:09:26 2019	(r513572)
+++ head/net/libpcap/Makefile	Wed Oct  2 12:40:15 2019	(r513573)
@@ -24,14 +24,8 @@ CFLAGS_amd64=	-fPIC
 CFLAGS_sparc64=	-fPIC
 PLIST_SUB+=	PORTVERSION=${PORTVERSION}
 
-OPTIONS_DEFINE=	DAG IPV6
+OPTIONS_DEFINE=	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 <bsd.port.mk>


More information about the svn-ports-head mailing list