Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 2 Oct 2019 12:40:16 +0000 (UTC)
From:      Renato Botelho <garga@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r513573 - in head/net/libpcap: . files
Message-ID:  <201910021240.x92CeGGo018973@repo.freebsd.org>

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



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