Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 5 May 2020 12:41:37 +0000 (UTC)
From:      Rene Ladan <rene@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r534080 - head/net-mgmt/yaf
Message-ID:  <202005051241.045CfbYH068218@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: rene
Date: Tue May  5 12:41:37 2020
New Revision: 534080
URL: https://svnweb.freebsd.org/changeset/ports/534080

Log:
  net-mgmt/yaf: remove expired optional dependency on net/libp0f

Modified:
  head/net-mgmt/yaf/Makefile

Modified: head/net-mgmt/yaf/Makefile
==============================================================================
--- head/net-mgmt/yaf/Makefile	Tue May  5 12:38:28 2020	(r534079)
+++ head/net-mgmt/yaf/Makefile	Tue May  5 12:41:37 2020	(r534080)
@@ -26,7 +26,7 @@ CONFIGURE_ARGS=	--sysconfdir="${ETCDIR}"
 
 PLIST_SUB+=	PORTVERSION="${PORTVERSION}"
 
-OPTIONS_DEFINE=	PAYLOAD APPLABEL PLUGIN FPEXPORT ENTROPY MPLS NONIP P0FPRINT IFEXP CMPTIP4 LOCALTIME DNSAUTH DNSNX
+OPTIONS_DEFINE=	PAYLOAD APPLABEL PLUGIN FPEXPORT ENTROPY MPLS NONIP IFEXP CMPTIP4 LOCALTIME DNSAUTH DNSNX
 OPTIONS_DEFAULT=	PAYLOAD APPLABEL PLUGIN ENTROPY
 OPTIONS_SUB=	yes
 
@@ -37,7 +37,6 @@ FPEXPORT_DESC=	Export of OS fingerprinting information
 ENTROPY_DESC=	Generate Shannon entropy values of the data stream.
 MPLS_DESC=	MPLS capture and export
 NONIP_DESC=	Capture non-IP packets
-P0FPRINT_DESC=	Generate p0f O/S fingerprinting.
 IFEXP_DESC=	Export capture interface for DAG/Napatech/Netronome cards.
 CMPTIP4_DESC=	Create compact IPv4 output (no IPv6 support).
 LOCALTIME_DESC=	Allow localtime to be used for command inputs and record printing. Flow records are always in UTC.
@@ -51,7 +50,6 @@ FPEXPORT_CONFIGURE_ENABLE=	fpexporter
 ENTROPY_CONFIGURE_ENABLE=	entropy
 MPLS_CONFIGURE_ENABLE=	mpls
 NONIP_CONFIGURE_ENABLE=	nonip
-P0FPRINT_CONFIGURE_ENABLE=	p0fprinter
 IFEXP_CONFIGURE_ENABLE=	interface
 CMPTIP4_CONFIGURE_ENABLE=	compact-ip4
 LOCALTIME_CONFIGURE_ENABLE=	localtime
@@ -62,10 +60,7 @@ APPLABEL_IMPLIES=	PAYLOAD
 DNSAUTH_IMPLIES=	PLUGIN APPLABEL
 DNSNX_IMPLIES=		PLUGIN APPLABEL
 ENTROPY_IMPLIES=	PAYLOAD
-P0FPRINT_IMPLIES=	APPLABEL
 NONIP_IMPLIES=		MPLS
-
-P0FPRINT_LIB_DEPENDS=	libp0f.so:net/libp0f
 
 .include <bsd.port.options.mk>
 



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